« Return to Thread: jirb_swing broken in trunk

Re: jirb_swing broken in trunk

by Damian Steer :: Rate this Message:

Reply to Author | View in Thread


On 23 Jan 2008, at 16:44, Damian Steer wrote:

>
> On 23 Jan 2008, at 15:45, Stephen Bannasch wrote:
>
>>> Hi,
>>>
>>> It appears that jirb_swing is broken in trunk for some time now. I  
>>> did a clean build, and ran bin\jirb_swing, but it won't show the  
>>> prompt.
>>
>> I created an issue http://jira.codehaus.org/browse/JRUBY-2025
>>
>> The regression occurred in 5665
>
> Thanks very much for this report, and tracking the offending  
> changeset down.
>
> The cause is the way the text area hooks into $stdout et al as a  
> fake OutputStream. That won't work anymore with the refactored IO  
> system.
>
> I think the easiest fix is to make it a WritableByteChannel, which  
> I'll have a go at later.
>
> Damian

Patch attached to the issue. It certainly fixes /an/ issue (the  
specific one Stephen reports) but I'm not so sure about Ricardo's.

Ricardo, can you see if it helps? I don't have a windows machine.

Damian

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

 « Return to Thread: jirb_swing broken in trunk