Dear SLIME developers,
here's my latest update to swank-asdf. Most important: with-compilation-hooks. Also better support for ASDF 2.27, and optional upgrade at startup (which I think should be the default, but I'm not gonna fight over it).
It works for me at least on SBCL.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org If you give someone Fortran, he has Fortran. If you give someone Lisp, he has any language he pleases. — Guy L. Steele Jr.
On Dec 22, 2012 8:16 AM, "Faré" fahree@gmail.com wrote:
Dear SLIME developers,
here's my latest update to swank-asdf. Most important: with-compilation-hooks. Also better support for ASDF 2.27, and optional upgrade at startup (which I think should be the default, but I'm not gonna fight over it).
It works for me at least on SBCL.
I don't see anything attached.
On Sat, Dec 22, 2012 at 2:42 AM, Stas Boukarev stassats@gmail.com wrote:
On Dec 22, 2012 8:16 AM, "Faré" fahree@gmail.com wrote:
here's my latest update to swank-asdf.
I don't see anything attached.
Oops. Here it is.
Most important: with-compilation-hooks. Also better support for ASDF 2.27, and optional upgrade attempt at startup (which I think should be the default, especially since it does if and only if the user has an asdf.asd present in his source registry, which he has if and only if he wants asdf to be upgraded. But I'm not gonna fight over it).
It works for me at least on SBCL.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org A common man marvels at uncommon things; a wise man marvels at the commonplace. — Confucius
Faré fahree@gmail.com writes:
On Sat, Dec 22, 2012 at 2:42 AM, Stas Boukarev stassats@gmail.com wrote:
On Dec 22, 2012 8:16 AM, "Faré" fahree@gmail.com wrote:
here's my latest update to swank-asdf.
I don't see anything attached.
Oops. Here it is.
Most important: with-compilation-hooks. Also better support for ASDF 2.27, and optional upgrade attempt at startup (which I think should be the default, especially since it does if and only if the user has an asdf.asd present in his source registry, which he has if and only if he wants asdf to be upgraded. But I'm not gonna fight over it).
It works for me at least on SBCL.
Applied. BTW, there shouldn't be any lines with >= 80 chars, otherwise slime cvs won't accept it.
On Wed, Dec 26, 2012 at 5:40 AM, Stas Boukarev stassats@gmail.com wrote:
here's my latest update to swank-asdf.
Applied.
Thanks a lot!
BTW, there shouldn't be any lines with >= 80 chars, otherwise slime cvs won't accept it.
Sorry about that.
PS: you added a blank space at the end of a line.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Designing a computer programming system that doesn't address transactional persistence means that you're proud of having no data worth keeping.