Karsten Poeck

Results 76 comments of Karsten Poeck

on linux I also get a lot of style-warnings as you say (but not on macosx). I build now on linux with the newest sources as on macosx to verify

Verification error on my part, same on macosx and on linux * make test-clean-load l=clasp produces warnings * make test l=clasp doesn't

Well reading messages helps test_clean_load does ```lisp (or'#.(load(string'|test/script-support.lisp|):verbose():print())#.(asdf-test:verbose())#.(load(string'|build/asdf.lisp|):verbose())#.(uiop/image:quit'0))" ```` so its loading asdf and not compiling asdf. ```lisp (load "build/asdf.lisp") -> lots of warnings ````

```lisp (with-compilation-unit ()(load "build/asdf.lisp")) ```` gives no warnings

So I believe your MR https://gitlab.common-lisp.net/asdf/asdf/merge_requests/130 is necessary.

For what ever reason, in my platform it only works with if [ $lisp = clasp ] ; then not with the ""