Skip to content
  • Tobias C. Rittweiler's avatar
    · d4268253
    Tobias C. Rittweiler authored
    * swank-source-path-parser.lisp:
    
      Multibyte characters in files could screw up compiler-notes
      highlighting on SBCL. Fix that.
    
      (skip-toplevel-forms): Abstracted out from READ-SOURCE-FORM.
      (source-path-file-position): Don't operate on the file stream
      directly, since CL:FILE-POSITION may not return character but
      binary offsets on such streams; instead slurp file content into a
      buffer string, and operate on that.
    d4268253