charliesome (Charlie Somerville)
- Login: charliesome
- Email: charliesome@ruby-lang.org
- Registered on: 12/31/2011
- Last connection: 03/31/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 1 | 24 | 25 |
Reported issues | 3 | 37 | 40 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Developer | 12/13/2012 |
Backport187 | Developer | 06/18/2013 |
Backport191 | Developer | 12/13/2012 |
Backport192 | Developer | 12/13/2012 |
Backport193 | Developer | 12/13/2012 |
Backport200 | Developer | 02/17/2013 |
Backport21 | Developer | 12/21/2013 |
Backport22 | Developer | 12/19/2014 |
Ruby 1.8 | Developer | 12/13/2012 |
Ruby master | Developer | 12/13/2012 |
Activity
09/19/2014
-
12:41 PM Ruby master Bug #10263 (Closed): `super` does not work from binding eval context
- `super` is broken when called from inside a binding eval context.
Test case:
```
class A
def foo
puts ...
07/25/2014
-
04:19 AM Ruby master Revision c3cbfa41 (git): ChangeLog: reference GitHub pull request
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 AM Ruby master Revision 73ac899b (git): * ext/socket/socket.c (sock_gethostname): Use NI_MAXHOST to support
- hostnames longer than 64 characters if the system supports it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@469...
07/01/2014
-
06:21 PM Ruby master Revision d3a54f6f (git): Fix --dump=parsetree segfault on required keyword argument
- * node.c (dump_node): handle nd_value == (NODE *)-1 to mean this
keyword argument is required
git-svn-id: svn+ssh:...
04/29/2014
-
04:24 AM Ruby master Feature #9781: Feature Proposal: Method#super_method
- I would also find this feature very useful when debugging large code bases with complicated class/module hierarchies.
03/25/2014
-
11:46 PM Ruby master Bug #9676 (Closed): String#gsub shouldn't allocate so many Strings in its loop
- Applied in changeset r45414.
----------
Stop allocating backref strings within gsub's search loop
* internal.h: add... -
11:46 PM Ruby master Revision a7720658 (git): Stop allocating backref strings within gsub's search loop
- * internal.h: add prototype for rb_reg_search0
* re.c: rename rb_reg_search to rb_reg_search0, add set_backref_str
...
03/10/2014
-
09:55 PM Ruby master Revision c8c539a1 (git): ext/objspace: Check fptr before trying to dump FILE object fd
- Patch by Scott Francis. Closes GH-562.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45308 b2dd03c8-39d4-4d8f-98...
03/01/2014
-
03:00 PM Ruby master Bug #9583: Open3 cannot talk correctly with Ruby when there is a large DATA segment passed through stdin. Broken pipe (Errno::EPIPE)
- As surprising as this behaviour seems, it's actually legit.
What's breaking is not `ruby -c` - this is behaving co...
02/22/2014
-
07:16 AM Ruby master Feature #9553: Make argument validation routine of a method an object
- Does Method#parameters not solve your problem?
Also available in: Atom