Closed NalaGinrut closed 10 years ago
I'm not working on Picobit at the moment.
To fix the problem, remove the import of unstable/port
and replace uses of (read-all-syntax read-syntax x)
with (port->list (lambda (p) (read-syntax 'here p)) x)
.
Thanks! It's solved. Considering the later racket user, do you need the patch for it?
Fixed.
I tried racket-5.3, but it throws the error:
default-load-handler: cannot open input file path: /usr/local/lib/racket/collects/unstable/port.rkt
I realized that unstable/port.rkt is deleted from unstable. As a suggestion, maybe not to use unstable module is better?