oscardelben (Oscar Del Ben)
- Login: oscardelben
- Email: oscar@oscardelben.com
- Registered on: 07/08/2012
- Last sign in: 12/08/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 5 | 5 |
Activity
12/08/2012
-
03:42 PM Ruby Bug #7535 (Closed): Documentation for Ripper
- Small patch for Ripper docs.
https://github.com/ruby/ruby/pull/219
07/18/2012
-
10:43 AM Ruby Bug #6743: Add documentation for debug library
- Hi Eric,
Thank you for taking the time to review this. I was actually trying to rename from DEBUGGER__ to Debugger, which made things nicer for Rdoc. This may just be me not understanding how to properly generate docs though.
P.S.:...
07/17/2012
-
07:35 AM Ruby Bug #6745: Segmentation fault in postgresql_adapter.rb:607
- You can install Ruby yourself:
cd ruby
autoconf
configure --prefix=/tmp
make & make install -
02:52 AM Ruby Bug #6743: Add documentation for debug library
- https://github.com/ruby/ruby/pull/146
-
02:51 AM Ruby Bug #6743 (Closed): Add documentation for debug library
- Added initial documentation for the library.
I've refactored DEBUGGER__ to Debugger so that it can appear in the documentation listing. -
02:06 AM Ruby Bug #6719: Documentation Error for String.sub()
- I think this needs to be resubmitted without all the reformatting.
07/09/2012
-
09:04 AM Ruby Bug #6708 (Closed): Remove useless parameter
- https://github.com/ruby/ruby/pull/143
-
01:40 AM Ruby Feature #6707 (Rejected): Remove checks for Ruby 1.9 in trunk
- We don't need those checks anymore.
https://github.com/ruby/ruby/pull/141
07/08/2012
-
08:14 AM Ruby Bug #6706 (Closed): Improve documentation for Continuation
- Add links to Kernel#callcc for cross reference.
Improve formatting.