ericp (Eric Promislow)
- Login: ericp
- Email: eric.promislow@gmail.com
- Registered on: 06/30/2012
- Last sign in: 10/31/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 1 | 2 |
Activity
04/25/2013
-
08:10 AM Ruby Feature #8321 (Open): Ripper: I would like coordinates for keywords
- =begin
Ripper gives the (({[line, column]})) coordinates for identifiers, strings, and numbers.
I would like it if it appended those coordinates to most of the block keywords,
including (({:program})), (({:if})), (({:while})), (({:u...
04/10/2013
-
06:17 AM Ruby Bug #8243: ruby-debug-base fails because a function is no longer exported
- This patch reinstates the RUBY_FUNC_EXPORTED declaration, including
the comment from 1.9.3 stating that a better interface would be used
in the next version. I don't know of any such interface in the 2.0 code. -
06:15 AM Ruby Bug #8243 (Rejected): ruby-debug-base fails because a function is no longer exported
- The ruby-debug-base project (now at https://github.com/cldwalker/debugger )
fails with 2.0 giving an error message like
dyld: lazy symbol binding failed: Symbol not found: _rb_vm_get_sourceline
Referenced from: /usr/local/rvm/gems...