
|
If you were logged in you would be able to see more operations.
|
|
|
JRuby
Created: 04/Dec/07 06:13 PM
Updated: 23/Apr/08 10:03 AM
|
|
| Component/s: |
Compiler
|
| Affects Version/s: |
None
|
| Fix Version/s: |
JRuby 1.1RC1
|
|
|
I broke instance variable assignment at some point, and without a task that tries to compile (and fails if something's broken) we would never know it. We need a test that tries to compile everything in stdlib and fails if it cannot. We also need tests that try to compile all our test scripts and run them in a compiled state. This must happen ASAP.
|
|
Description
|
I broke instance variable assignment at some point, and without a task that tries to compile (and fails if something's broken) we would never know it. We need a test that tries to compile everything in stdlib and fails if it cannot. We also need tests that try to compile all our test scripts and run them in a compiled state. This must happen ASAP. |
Show » |
|
The FORCE targets run as part of the CI run (test-all target). The two items combined should prevent any major, ugly compiler regressions in the future.