enebo (Thomas Enebo)
- Login: enebo
- Email: tom.enebo@gmail.com
- Registered on: 12/16/2008
- Last connection: 12/16/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 3 | 6 | 9 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 02/13/2013 |
Activity
11/10/2022
-
10:36 PM Ruby master Revision 51d16198 (git): [ruby/racc] Make racc test more flexible (for JRuby).
- JRuby uses these same files for testing racc. The existing logic will not
find 'racc' in a JRuby project checkout. Th...
10/22/2022
-
08:01 AM Ruby master Revision 420bdba1 (git): [rubygems/rubygems] Allow upcoming JRuby to pass keywords for Kernel#warn
- jruby-head (which will be JRuby 9.4.0.0) can now properly process
the keywords to Kernel#warn. I cannot think of any...
02/02/2022
-
10:07 PM Ruby master Bug #18567: Depending on default gems in stdlib gems when not needed considered harmful
- I agree that io-wait at a minimum should not be gemified. Perhaps digest. I think this is a different argument than...
09/24/2021
-
05:14 PM Ruby master Bug #18169: Local copies of gemified libraries are being released out of sync with their gems
- Perhaps a possible solution is when anyone edits the version of a default gem within CRuby they change the version of...
04/01/2021
-
07:04 PM Ruby master Feature #17771: String#start_with? should not construct MatchData or set $~
- It really feels like an unintended side-effect of the method. If you write this method and accept a variable then de...
07/01/2020
-
04:52 PM Ruby master Feature #17004: Provide a way for methods to omit their return value
- I will add that although I can see the same potential problem with the C api I am less concerned it will lead to the ...
-
04:42 PM Ruby master Feature #17004: Provide a way for methods to omit their return value
- Reposted from github issue:
"Having only thought about this for about half an hour I am concerned with this feature....
06/15/2020
-
07:33 PM Ruby master Bug #16819: Line reporting off by one when reporting line of a hash?
- "Before Ruby 2.5, we inserted trace instruction and this instruction has "line 8" attribute just before line 9.
Howe...
04/27/2020
-
06:18 PM Ruby master Bug #16819 (Assigned): Line reporting off by one when reporting line of a hash?
- If I run this program:
```
TracePoint.new(:line) { |t| p t.lineno}.enable
def foo(a, b) # 2
a + b # 3
...
04/14/2020
-
06:55 PM Ruby master Feature #16786: Light-weight scheduler for improved concurrency.
- I have not had much time to digest this from a single reading but a question immediately screams out at me in reading...
Also available in: Atom