
|
If you were logged in you would be able to see more operations.
|
|
|
JRuby
Created: 04/Jul/08 10:42 AM
Updated: 16/Jul/08 03:01 AM
|
|
| Component/s: |
Compiler
|
| Affects Version/s: |
None
|
| Fix Version/s: |
JRuby 1.1+
|
|
|
If you look at the two preNodeEval versions in ThreadContext, one takes a string filename and the other doesn't. The one that doesn't is used by the compiled loading process, and it means that stack traces happening in the root of precompiled scripts may have incorrect positioning information.
|
|
Description
|
If you look at the two preNodeEval versions in ThreadContext, one takes a string filename and the other doesn't. The one that doesn't is used by the compiled loading process, and it means that stack traces happening in the root of precompiled scripts may have incorrect positioning information. |
Show » |
|