[squeak-dev] Re: [Pkg] The Trunk: System-edc.261.mcz

Bert Freudenberg bert at freudenbergs.de
Wed Feb 24 10:50:45 UTC 2010


On 24.02.2010, at 10:46, commits at source.squeak.org wrote:
> 
> Edgar J. De Cleene uploaded a new version of System to project The Trunk:
> http://source.squeak.org/trunk/System-edc.261.mcz
> 
> pos := req url lastPositionOf: $/.
> packName := req url copyFrom: pos + 1 to: req url size.

That should be

	packName := req url copyAfterLast: $/

Please don't open-code the great collection methods we have.

- Bert -





More information about the Squeak-dev mailing list