FogBugz (Case [Issue]22919) Collection - printOn:delimiter:last: prints delimString and lastDelimString

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]22919) Collection - printOn:delimiter:last: prints delimString and lastDelimString

Pharo Issue Tracker
FogBugz Notification
avatar
Bug in Project:  Collection: 1. Pharo Image  •  You are subscribed to this case
" printOn:delimiter:last: prints delimString and lastDelimString
Pharo image: Pharo8.0.0#80414
Virtual machine used: CoInterpreter VMMaker.oscog-eem.2509 uuid: 91e81f64-95de-4914-a960-8f842be3a194 Feb 6 2019
StackToRegisterMappingCogit VMMaker.oscog-eem.2509 uuid: 91e81f64-95de-4914-a960-8f842be3a194 Feb 6 2019
VM: 201902062351 https://github.com/OpenSmalltalk/opensmalltalk-vm.git Date: Wed Feb 6 15:51:18 2019 CommitHash: a838346b Plugins: 201902062351 https://github.com/OpenSmalltalk/opensmalltalk-vm.git

Platform Name: unix
Class browser used (if applicable): ClyFullBrowser

Steps to reproduce:
#. evaluate
(String streamContents: [ :aStream |
| nonEmpty |
nonEmpty := #(1 2 3 4).
nonEmpty printOn: aStream delimiter: ', ' last: ' and '.
])

Actual Result:
#. 1', '2', '3' and '4

Expected Result:
#. 1, 2, 3 and 4

similar to https://pharo.fogbugz.com/f/cases/20888/printOn-delimiter-is-broken
"
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo8.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want FogBugz notifications anymore? Update your preferences.

FogBugz

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker