byroot (Jean Boussier)
- Email: jean.boussier@gmail.com
- Registered on: 03/11/2014
- Last connection: 12/26/2018
Issues
Activity
08/21/2018
-
11:38 AM Ruby trunk Feature #15006: [PATCH] io.c: use copy_file_range with every types of files
- > That is incorrect, copy_file_range requires both source and
destination as regular files
Damn, I totally got mi...
08/18/2018
-
03:33 AM Ruby trunk Feature #15006 (Open): [PATCH] io.c: use copy_file_range with every types of files
- Ref: https://bugs.ruby-lang.org/issues/13867
`IO.copy_stream` only attempt to use `copy_file_range` if the source ...
06/19/2018
-
10:56 AM Ruby trunk Feature #14197: `Enumerable#{select,reject}` accept a pattern argument
- > The point is that the phrase "hard to remember" in the OP is bit weak when we already have methods with the propose...
05/17/2017
-
10:45 AM Ruby trunk Feature #13396: Net::HTTP has no write timeout
- > I would also like to add native timeout support to IO.copy_stream
That would be the best indeed.
04/04/2017
-
09:44 AM Ruby trunk Feature #13396: Net::HTTP has no write timeout
- I submitted a pull request to solve this issue: https://github.com/ruby/ruby/pull/1575
04/03/2017
-
11:32 AM Ruby trunk Feature #13396 (Closed): Net::HTTP has no write timeout
- When sending a large request to an unresponsive server, `Net::HTTP` can hang pretty much forever.
```ruby
# serve...
07/28/2015
-
02:16 AM Ruby trunk Bug #9244: unexpected behaviour of 'require' when $LOAD_PATH gets changed
- ~~~
$ ruby -v
ruby 2.1.6p336 (2015-04-13 revision 50298) [x86_64-darwin14.0]
$ cat test.rb
$LOAD_PATH.unshift F...
03/11/2014
-
10:08 PM Ruby trunk Bug #9622 (Closed): Extra method arguments are magically swallowed after first successful call, possible method cache bug
- The following code behaviour totally change since ruby 2.0.0
~~~
class Foo
def bar(*args)
attribute(:ba...
Also available in: Atom