|
" 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: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo8.0
|
Go to Case
|
|