Skip to content
  • rtoy's avatar
    df5b19cf
    Fix handling of debug sources. When trying to read the source form · df5b19cf
    rtoy authored
    from the source file, the file is opened using the default external
    format.  This is not right if the file was compiled using a different
    external format, and we try to read it using the default format.
    
    compiler/debug-dump.lisp:
    o Set the INFO slot to the external format used to source files.
    
    code/debug-info.lisp:
    o Add comment that the INFO slot contains the external format for
      :FILES.  (It was previously unused.)
    
    code/debug.lisp:
    o Open the source file with the same format as used to compile the
      file.
    df5b19cf
    Fix handling of debug sources. When trying to read the source form
    rtoy authored
    from the source file, the file is opened using the default external
    format.  This is not right if the file was compiled using a different
    external format, and we try to read it using the default format.
    
    compiler/debug-dump.lisp:
    o Set the INFO slot to the external format used to source files.
    
    code/debug-info.lisp:
    o Add comment that the INFO slot contains the external format for
      :FILES.  (It was previously unused.)
    
    code/debug.lisp:
    o Open the source file with the same format as used to compile the
      file.
Loading