CIM icon indicating copy to clipboard operation
CIM copied to clipboard

Common Lisp Implementation Manager

Results 29 CIM issues
Sort by recently updated
recently updated
newest added

When ABCL encounters a NullPointerException and aborts execution, still exit code 0 is returned from the CL command. This means e.g. Travis considers the test a success. I think it...

This is because Bourne Shell's variables don't have scopes. [this line](https://github.com/KeenS/CIM/blob/master/scripts/cim_utils#L55) overrides variable `imp` used at [here](https://github.com/KeenS/CIM/blob/master/scripts/cim_cmd_resume#L23) I need some workarounds... Using consistent variable names? Using `echo val | {...

This is worse case of #59 . Will be fixed soon

bug

major deferrences: 1. Re-implementation of parse-options, based on weakly-functional style. 2. In production mode, the lisp codes are concatenated into one file by lib/build.sh . In debugging and testing environment,...