trouble with upgrade of asdf and versions
adam
ahcnz at orcon.net.nz
Fri Sep 6 10:51:51 UTC 2019
On Wed, 2019-09-04 at 11:33 -0400, Faré wrote:
>
..
> Nope. This will compile each and every time.
> Just compile it once with compile-file.
> Then, (load (compile-file-pathname #P"...")) it once with compile-file.
Understood and fixed per your suggestion.
Thanks also for earlier suggestions, will move to SBCL soonest.
Applied hack for bug in Quicklisp,
https://github.com/xach/quickproject/issues/19
and original app is now working almost perfectly,
; SLIME 2.19
CL-USER> (ql:quickload :quickproject)
To load "quickproject":
Load 1 ASDF system:
quickproject
; Loading "quickproject"
(:QUICKPROJECT)
CL-USER> (quickproject:make-project "test-project3")
WARNING: Coercing "test-project3" to directory
"test-project3"
CL-USER>
More information about the asdf-devel
mailing list