Heh, to make it more apsurd, this trivial code does the job. And is actually correct. | out | out := NullStream new. self break.
On 22 October 2011 16:43, Schwab,Wilhelm K <[email protected]> wrote: > That's helpful to illustrate the problem. Of course, the concern is not > that the code is wrong (no argument there), it's the fact that 1.3 goes nuts > rather than simply displaying a walkback. > > 1.4 exhibits the same defect. My 1.1.1 image "gets it right," (goes > directly to the walkback), but that is using a non-Cog vm. > > > > > ________________________________________ > From: [email protected] [ > [email protected]] On Behalf Of mmimica [ > [email protected]] > Sent: Saturday, October 22, 2011 5:33 AM > To: [email protected] > Subject: Re: [Pharo-project] [ANN 1.3] One-Click #13315 > > Schwab,Wilhelm K wrote: > > > > I still get the error handling failure when attempting > > > > HtmlParser parse:Clipboard default clipboardText readStream. > > > > Again, the expression is wrong, but it should give only a walkback, not > > the preceding error. > > > > Oh I can reproduce this one easily: > Just do this: > > | buf out | > buf := ByteArray new: 1024. > out := NullStream new. > (ZLibWriteStream on: out) nextPutAll: buf. > > (the 'out' stream should have been binary in order for the code to be > correct) > > > -- > View this message in context: > http://forum.world.st/ANN-1-3-One-Click-13315-tp3918441p3927851.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > > > -- Milan Mimica http://sparklet.sf.net
