Skip to content
  • Antoine Martin's avatar
    Use our own qlmapper · d29dfb9c
    Antoine Martin authored
    Using our own version allows to:
    
    - Fix a bug that occured when qlmapper was called from another package:
      *compile-file-truename* would point to the other package's directory.
      Fixed by using ASDF:SYSTEM-SOURCE-DIRECTORY
    
    - Make more modifications to the way sbcl is called, including checking
      for the exit code and log the error if non null
    d29dfb9c