[squeak-dev] The Trunk: Network-dtl.130.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jun 20 02:25:26 UTC 2012


David T. Lewis uploaded a new version of Network to project The Trunk:
http://source.squeak.org/trunk/Network-dtl.130.mcz

==================== Summary ====================

Name: Network-dtl.130
Author: dtl
Time: 19 June 2012, 10:25:07.904 pm
UUID: 096acbec-d676-47d7-95d0-63b57aefaa35
Ancestors: Network-dtl.129

Merge Network-chc.120 from inbox:

Name: Network-chc.120
Author: chc
Time: 7 November 2011, 9:59:44.904 am
UUID: c50a16b2-5a12-409d-a31e-2d46f4a55fc2
Ancestors: Network-tonyg.119

http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-June/151440.html

FileList>>labelString was changed but perhaps it didn't change to accommodate ServerDirectory. As such the FTP folder in FileList has been broken. The process chokes in:

pathAndPattern
	^directory fullName, directory slash, pattern
	
because ServerDirectory has neither #fullName nor #slash. I've added them and now the FTP directory at the bottom of the file list in FileList works again.

=============== Diff against Network-dtl.129 ===============

Item was added:
+ ----- Method: ServerDirectory>>fullName (in category 'accessing') -----
+ fullName
+ 	^server!

Item was added:
+ ----- Method: ServerDirectory>>slash (in category 'accessing') -----
+ slash
+ 	^'/'!



More information about the Squeak-dev mailing list