"gets" method in jirb does not echo to stdout
---------------------------------------------

                 Key: JRUBY-1335
                 URL: http://jira.codehaus.org/browse/JRUBY-1335
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.0.1, JRuby 1.0.0
         Environment: Mac OS X 10.4.10, Java 1.5.0_07-87, 1.6.0-dp-b88-34
Solaris SPARC Generic_120011-14 (Sol10u4), Java 1.6.0_02-b05


            Reporter: Chris Cheetham
            Assignee: Thomas E Enebo


Method "gets" when run in jirb does not echo stdin to stdout.  E.g., 

  typed = gets
  puts "you typed #{typed}"

does not echo what the user types until the user hits ENTER.

Worth noting that as compared to native/MRI ruby, when the above is run within 
the jruby interpreter there is a discernible delay from when ENTER is hit to 
when "gets" returns.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email

Reply via email to