Feb. 28, 2014
1:20 p.m.
On 28 Feb 2014, at 14:12, Damien Cassou <damien.cassou@gmail.com> wrote:
P Hi guys,
when PharoDebug.log can't be created (e.g., when the image is in a non writeable directory like /usr/share), the errors are sent to the Transcript in the hope that they will be redirected to stdout or stderr. However, ContextPart>>errorReportOn: is called when an exception is signaled and this method assumes that the stream is positionable (which is not the case for transscript, stdin and stderr). I was planing on rewriting ContextPart>>errorReportOn: to make it independent of #position. What do you think?
Please do, I can't imagine why it needs to do positioning just to write output, you know that I think the stream API is way to wide...