[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sat Sep 4 23:55:03 UTC 2010


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2010-September/003698.html

Name: Monticello-bf.399
Ancestors: Monticello-ar.398



=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-September/003699.html

Name: PackageInfo-Base-eem.44
Ancestors: PackageInfo-Base-ar.43

PackageInfo>>actualMethodsDo: for upcoming SystemNavigation package browsing methods.


=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-September/003700.html

Name: System-eem.369
Ancestors: System-nice.368

Package-local queries allCallsOn:localToPackage:
allImplementorsOf:localToPackage: and
allMethodsSelect:localToPackage: that take either a package
name or a PackageInfo.  Needs PackageInfo-Base-eem.44.

Refactoring of deriving label and auto-select string for
the allCallsOn: variants so that one can use a Symbol
a binding (association) or an arbitrary literal.

Try e.g.
SystemNavigation new
	browseAllCallsOn: OrderedCollection binding
	localToPackage: 'Compiler'
	
SystemNavigation new
	browseAllCallsOn: 32
	localToPackage: 'Compiler'
	
SystemNavigation new
	browseAllCallsOn: 42 - 2
	localToPackage: 'Compiler'

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-September/003701.html

Name: Network-ar.87
Ancestors: Network-fbs.86

Do not encode incoming urls in httpRequest:... since they are assumed to be encoded already.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-September/003702.html

Name: Network-ar.88
Ancestors: Network-ar.87

Provide String>>urlEncoded as a convenient and obvious way to encode entire URLs properly.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-September/003703.html

Name: NetworkTests-ar.20
Ancestors: NetworkTests-ar.19

Add tests for #urlEncoded.

=============================================



More information about the Squeak-dev mailing list