-
- Downloads
Merge branch 'no-operation-initargs' into 'master'
No operation initargs This MR build upon !33 and wholly eliminate the non-sensical and unsupported initargs to operation. A casualty is `make-build`, as inherited from asdf-ecl (2005 era) and apparently still used by ECL. @dkochmanski will be pissed, but he'll have to learn about using `program-op` and `program-system` instead — which are supported (and using secondary systems, if for some reason he doesn't want to use `program-system` with primary systems). While we're pissing off @dkochmanski, I'm also removing the trivial and useless function `build-system` in the same directory. @epipping I don't think you're interested in reviewing defsystem changes, so I'm assigning directly to @rgoldman for review. @rgoldman considering the controversy, you may want to either merge fast before next release and be done with it, or make an announcement at this release and do it for the next release, which lets the wound fester longer, but gives more time for users to adapt (assuming there's more than a single one, which is not that obvious). See merge request !34
Showing
- action.lisp 6 additions, 10 deletionsaction.lisp
- bundle.lisp 36 additions, 94 deletionsbundle.lisp
- interface.lisp 1 addition, 1 deletioninterface.lisp
- lisp-action.lisp 4 additions, 9 deletionslisp-action.lisp
- operate.lisp 4 additions, 8 deletionsoperate.lisp
- operation.lisp 22 additions, 36 deletionsoperation.lisp
- plan.lisp 6 additions, 14 deletionsplan.lisp
- test/ecl-make-image/hello.lisp 1 addition, 2 deletionstest/ecl-make-image/hello.lisp
- test/ecl-make-image/hellow.asd 11 additions, 3 deletionstest/ecl-make-image/hellow.asd
- test/ecl-make-image/readme.lisp 1 addition, 14 deletionstest/ecl-make-image/readme.lisp
- test/ecl-prebuilt-systems/hellow.asd 8 additions, 4 deletionstest/ecl-prebuilt-systems/hellow.asd
- test/ecl-prebuilt-systems/readme.lisp 1 addition, 7 deletionstest/ecl-prebuilt-systems/readme.lisp
- test/sample-system/a.lisp 0 additions, 9 deletionstest/sample-system/a.lisp
- test/sample-system/sample-system.asd 0 additions, 5 deletionstest/sample-system/sample-system.asd
- test/test-make-build.script 0 additions, 15 deletionstest/test-make-build.script
- test/test-utilities.script 5 additions, 9 deletionstest/test-utilities.script
- uiop/utility.lisp 12 additions, 6 deletionsuiop/utility.lisp
Loading
Please register or sign in to comment