t-sin / inquisitor

Encoding/end-of-line detection and external-format abstraction for Common Lisp
34 stars 3 forks source link

Broken on CCL #46

Closed t-sin closed 7 years ago

t-sin commented 7 years ago

Error occurs when quickloading inquisitor.

CL-USER> (ql:quickload :inquisitor)
To load "inquisitor":
  Load 1 ASDF system:
    inquisitor
; Loading "inquisitor"
[package inquisitor.names]

Reader error on #<BASIC-FILE-CHARACTER-INPUT-STREAM ("/path/to/inquisitor/src/names.lisp"/8 UTF-8) #x3020013DCBED>, near position 7051, within "works) :cr)
    ((:c":
Dot context error.
   [Condition of type CCL::SIMPLE-READER-ERROR]
t-sin commented 7 years ago

This is caused by missing CCL in read-time conditional: https://github.com/t-sin/inquisitor/pull/47/files

And fixed!