Skip to content
  • HASUMI Hitoshi's avatar
    11871e49
    [ruby/reline] Fix misuse of kwarg in IO#raw · 11871e49
    HASUMI Hitoshi authored
    - Obviously, `tim` is a typo for `time`
    - This didn't cause an exception because IO#raw is implemented in C and it doesn't check the keyword of the parameters
    - Though this typo doesn't produce any problems for now, I think it should be fixed just in case for the future
    - I've used this fixed version of Reline with IRB for several days and didn't find any new problems due to the fix
    - But I myself am not sure how to make sure this fix is completely robust
    
    https://github.com/ruby/reline/commit/e66a9696a1
    11871e49
    [ruby/reline] Fix misuse of kwarg in IO#raw
    HASUMI Hitoshi authored
    - Obviously, `tim` is a typo for `time`
    - This didn't cause an exception because IO#raw is implemented in C and it doesn't check the keyword of the parameters
    - Though this typo doesn't produce any problems for now, I think it should be fixed just in case for the future
    - I've used this fixed version of Reline with IRB for several days and didn't find any new problems due to the fix
    - But I myself am not sure how to make sure this fix is completely robust
    
    https://github.com/ruby/reline/commit/e66a9696a1
Loading