Thank you for the fix, I've integrated the change in both Pier 1 and 2.
Lukas
On 6 April 2010 16:00, Norbert Hartl <norbert(a)hartl.name> wrote:
Hi,
in gemstone stream next throws an exception if the stream is atEnd. In pharo it returns
nil. I changed in
PBBlog>>defaultChildName
code next
ifNotNilDo: [ :separator | stream nextPut: separator ] ] ]
to
code atEnd
ifFalse: [ stream nextPut: code next ] ] ]
Norbert
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
--
Lukas Renggli
www.lukas-renggli.ch