Actions
Bug #11885
closed[PATCH] IO#readpartial rejects bad args
Bug #11885:
[PATCH] IO#readpartial rejects bad args
Description
IO#readpartial rejects bad args
Sometimes a sleepy developer will want to swap read_nonblock
for readpartial forget to remove "exception: false"
- io.c (io_getpartial): remove unused kwarg from template
- test/ruby/test_io.rb (test_readpartial_bad_args): new
Files
Actions