ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:72504] [Ruby trunk - Bug #11885] [Open] [PATCH] IO#readpartial rejects bad args
       [not found] <redmine.issue-11885.20151227055603@ruby-lang.org>
@ 2015-12-27  5:56 ` normalperson
  2016-02-25  9:16 ` [ruby-core:73978] [Ruby trunk Bug#11885] " usa
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: normalperson @ 2015-12-27  5:56 UTC (permalink / raw)
  To: ruby-core

Issue #11885 has been reported by Eric Wong.

----------------------------------------
Bug #11885: [PATCH] IO#readpartial rejects bad args
https://bugs.ruby-lang.org/issues/11885

* Author: Eric Wong
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: UNKNOWN, 2.1: REQUIRED, 2.2: REQUIRED, 2.3: REQUIRED
----------------------------------------
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--------------------------------
0001-IO-readpartial-rejects-bad-args.patch (2.06 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:73978] [Ruby trunk Bug#11885] [PATCH] IO#readpartial rejects bad args
       [not found] <redmine.issue-11885.20151227055603@ruby-lang.org>
  2015-12-27  5:56 ` [ruby-core:72504] [Ruby trunk - Bug #11885] [Open] [PATCH] IO#readpartial rejects bad args normalperson
@ 2016-02-25  9:16 ` usa
  2016-03-08 19:14 ` [ruby-core:74229] " nagachika00
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: usa @ 2016-02-25  9:16 UTC (permalink / raw)
  To: ruby-core

Issue #11885 has been updated by Usaku NAKAMURA.

Backport changed from 2.0.0: UNKNOWN, 2.1: REQUIRED, 2.2: REQUIRED, 2.3: REQUIRED to 2.0.0: UNKNOWN, 2.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED

ruby_2_1 r53926 merged revision(s) 53329.

----------------------------------------
Bug #11885: [PATCH] IO#readpartial rejects bad args
https://bugs.ruby-lang.org/issues/11885#change-57131

* Author: Eric Wong
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: UNKNOWN, 2.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED
----------------------------------------
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--------------------------------
0001-IO-readpartial-rejects-bad-args.patch (2.06 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:74229] [Ruby trunk Bug#11885] [PATCH] IO#readpartial rejects bad args
       [not found] <redmine.issue-11885.20151227055603@ruby-lang.org>
  2015-12-27  5:56 ` [ruby-core:72504] [Ruby trunk - Bug #11885] [Open] [PATCH] IO#readpartial rejects bad args normalperson
  2016-02-25  9:16 ` [ruby-core:73978] [Ruby trunk Bug#11885] " usa
@ 2016-03-08 19:14 ` nagachika00
  2016-03-08 20:12 ` [ruby-core:74231] " nagachika00
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: nagachika00 @ 2016-03-08 19:14 UTC (permalink / raw)
  To: ruby-core

Issue #11885 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: UNKNOWN, 2.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED to 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE, 2.3: REQUIRED

Backported into `ruby_2_2` branch at r54041.
`ruby_2_2` branch also requires the same patch with r53932.

----------------------------------------
Bug #11885: [PATCH] IO#readpartial rejects bad args
https://bugs.ruby-lang.org/issues/11885#change-57364

* Author: Eric Wong
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE, 2.3: REQUIRED
----------------------------------------
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--------------------------------
0001-IO-readpartial-rejects-bad-args.patch (2.06 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:74231] [Ruby trunk Bug#11885] [PATCH] IO#readpartial rejects bad args
       [not found] <redmine.issue-11885.20151227055603@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2016-03-08 19:14 ` [ruby-core:74229] " nagachika00
@ 2016-03-08 20:12 ` nagachika00
  2016-03-08 20:28 ` [ruby-core:74233] " nagachika00
  2016-03-29  4:57 ` [ruby-core:74650] " naruse
  5 siblings, 0 replies; 6+ messages in thread
From: nagachika00 @ 2016-03-08 20:12 UTC (permalink / raw)
  To: ruby-core

Issue #11885 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE, 2.3: REQUIRED to 2.0.0: UNKNOWN, 2.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED

rr54041 was reverted at r54044 because r54041 breaks some openssl tests.

----------------------------------------
Bug #11885: [PATCH] IO#readpartial rejects bad args
https://bugs.ruby-lang.org/issues/11885#change-57367

* Author: Eric Wong
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: UNKNOWN, 2.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED
----------------------------------------
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--------------------------------
0001-IO-readpartial-rejects-bad-args.patch (2.06 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:74233] [Ruby trunk Bug#11885] [PATCH] IO#readpartial rejects bad args
       [not found] <redmine.issue-11885.20151227055603@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2016-03-08 20:12 ` [ruby-core:74231] " nagachika00
@ 2016-03-08 20:28 ` nagachika00
  2016-03-29  4:57 ` [ruby-core:74650] " naruse
  5 siblings, 0 replies; 6+ messages in thread
From: nagachika00 @ 2016-03-08 20:28 UTC (permalink / raw)
  To: ruby-core

Issue #11885 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: UNKNOWN, 2.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED to 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE, 2.3: REQUIRED

r51016(partially) and r53329 were backported into `ruby_2_2` branch at r54045.

----------------------------------------
Bug #11885: [PATCH] IO#readpartial rejects bad args
https://bugs.ruby-lang.org/issues/11885#change-57369

* Author: Eric Wong
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE, 2.3: REQUIRED
----------------------------------------
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--------------------------------
0001-IO-readpartial-rejects-bad-args.patch (2.06 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:74650] [Ruby trunk Bug#11885] [PATCH] IO#readpartial rejects bad args
       [not found] <redmine.issue-11885.20151227055603@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2016-03-08 20:28 ` [ruby-core:74233] " nagachika00
@ 2016-03-29  4:57 ` naruse
  5 siblings, 0 replies; 6+ messages in thread
From: naruse @ 2016-03-29  4:57 UTC (permalink / raw)
  To: ruby-core

Issue #11885 has been updated by Yui NARUSE.

Backport changed from 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE, 2.3: REQUIRED to 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE, 2.3: DONE

ruby_2_3 r54352 merged revision(s) 53329.

----------------------------------------
Bug #11885: [PATCH] IO#readpartial rejects bad args
https://bugs.ruby-lang.org/issues/11885#change-57777

* Author: Eric Wong
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE, 2.3: DONE
----------------------------------------
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--------------------------------
0001-IO-readpartial-rejects-bad-args.patch (2.06 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-03-29  4:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-11885.20151227055603@ruby-lang.org>
2015-12-27  5:56 ` [ruby-core:72504] [Ruby trunk - Bug #11885] [Open] [PATCH] IO#readpartial rejects bad args normalperson
2016-02-25  9:16 ` [ruby-core:73978] [Ruby trunk Bug#11885] " usa
2016-03-08 19:14 ` [ruby-core:74229] " nagachika00
2016-03-08 20:12 ` [ruby-core:74231] " nagachika00
2016-03-08 20:28 ` [ruby-core:74233] " nagachika00
2016-03-29  4:57 ` [ruby-core:74650] " naruse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).