Hello,
> The following work-around seem to confirm it: > > - (fetch-input store input > - #:writable-copy? (compile? input))))) > + (parameterize ((current-error-port (%make-void-port "rw+"))) > + (fetch-input store input > + #:writable-copy? (compile? input)))))) I've pushed this work-around as e0f97e475f6d9d832eb67b3576f2c43a0aff65b4. Thanks, Mathieu
