etienne (Étienne Barrié)
- Login: etienne
- Email: etienne.barrie@gmail.com
- Registered on: 12/04/2014
- Last connection: 07/28/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
07/21/2022
-
03:36 PM Ruby master Misc #18891: Expand tabs in C code
- > If you have `git config --global blame.ignoreRevsFile .git-blame-ignore-revs`, git blame ignores it properly too.
...
01/04/2022
-
02:21 PM Ruby master Bug #18458 (Closed): Segmentation fault when missing Warning#warn method
- If you remove the `Warning#warn` method and call `Kernel#warn`, you get a segmentation fault:
ruby 3.1.0:
```
$...
12/29/2020
-
08:49 PM Ruby master Feature #16746: Endless method definition
- I haven't seen it mentioned in the comments so I just wanted to point out that the regular method-definition syntax d...
05/13/2019
-
02:29 AM Ruby master Revision 2dc61381 (git): delegate.rb: don't look for methods on Kernel
- Instead, look for instance methods of Kernel.
Otherwise, instance methods of Module (which are methods of Kernel
itse...
12/04/2014
-
07:28 PM Ruby master Feature #4276: Allow use of quotes in symbol syntactic sugar for hashes
- Hi, any reason it doesn't work with inner hashes or arrays?
```
{ foo: {} } # => {:foo=>{}}
{ 'foo': {} }
# Syn...
Also available in: Atom