Add trivial-dump-core and eos, as well as roswell support#34
Conversation
| ;; --- Compiler --- ;; | ||
|
|
||
| (defparameter *compilers* '("sbcl" "ecl" "abcl" "alisp" "clasp" "ccl" "clisp" "cmucl")) | ||
| (defparameter *compilers* '("sbcl" "ecl" "abcl" "alisp" "clasp" "ccl" "clisp" "cmucl" "ros")) |
There was a problem hiding this comment.
Cool, it hadn't occurred to me to support ros as if it were a compiler. I suppose you're using it because it allows to manage compiler versions outside of the purview of your OS?
There was a problem hiding this comment.
The computer I was testing some stuff on did not have ecl in its package repository, so Roswell seemed like the simplest way to install different lisp implementations
There was a problem hiding this comment.
And installing it through ros doesn't make it generally available on the PATH? One always has to invoke it through ros?
There was a problem hiding this comment.
It doesn't add the implementation to the path (not as far as I can tell). I don't see anything about that in the docs.
Even if there is some flag to add an implementation to the path, why not support the default usage of Roswell?
There was a problem hiding this comment.
Happy to add what you have here - will be able to test fully in a few days.
There was a problem hiding this comment.
Within this file, can you confirm that the extra-flags and eval-flags functions don't need to change for ros? I suspect they do. In the meantime, I'll add the dependencies you've requested.
There was a problem hiding this comment.
Ah, eos is also a dead project, explicitly marked as abandoned by its author. It's probably best not to add it here.
|
Vacietis also seems to be a dead project? |
I needed these in order to build Vacietis