CIM
CIM copied to clipboard
Common Lisp Implementation Manager
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 | {...
cleaning config up can race.
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,...