You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am expanding this since I am just going to add many new methods which are missing from ARGF today: [:argv, :to_write_io, :lines, :readpartial, :read_nonblock, :getbyte, :readbyte, :write, :print, :putc, :puts, :printf, :inplace_mode, :inplace_mode=, :external_encoding, :internal_encoding, :set_encoding]. If I cannot do them all I will make sub-issues for these.
With recent commits the number of unimplemented methods are mostly just the writing related ones: [:argv, :to_write_io, :write, :print, :putc, :puts, :printf, :inplace_mode, :inplace_mode=]. The missing read ones and encoding ones are finished.
@headius sorry if my words came in the wrong way, I didn't mean to sound that bad, it's one of those days when I had knocked my head on the wall several times because of a feature that relied on ARGF, and my app worked fine with Cruby but then was dying on Jruby so, BTW I wish I could help but I barely know C
I am expanding this since I am just going to add many new methods which are missing from ARGF today: [:argv, :to_write_io, :lines, :readpartial, :read_nonblock, :getbyte, :readbyte, :write, :print, :putc, :puts, :printf, :inplace_mode, :inplace_mode=, :external_encoding, :internal_encoding, :set_encoding]. If I cannot do them all I will make sub-issues for these.
Original issue text:
core ARGF is supposed to have a #set_encoding method
It does in MRI 1.9.3.
It does not in jruby 1.7.4 (1.9.3p392) 2013-05-16 2390d3b on Java HotSpot(TM) 64-Bit Server VM 1.6.0_51-b11-457-11M4509 [darwin-x86_64]
The text was updated successfully, but these errors were encountered: