Skip to content

Fixes several errors in compile-file* for clasp

Karsten Poeck requested to merge kpoeck/asdf:master into master
  • drop useless rename that renamed a file to the same name
  • compile first to a *.o based on the temp-name
  • rename *.o, *.bc, *.dwarf in addition to *.fasl

Did run make test l=clasp, gives the same 7 errors as before this change

Edited by Karsten Poeck

Merge request reports