ben.txt

Results 12 comments of ben.txt

I think by reformating the source code I prevent the unwanted transformation: ``` (define (read-file name) (call-with-input-file name (lambda (port) (letrec ((recur (lambda () (let ((expr (read port))) (if (eof-object?...

Thanks for that report. I finally understand why my init.ml file is ignore and I cannot the vi input mode (#edit_mode_vi) get to work

Here is some hopefully useful information about my specific environment First the reproducible steps: ``` git clone https://github.com/objecthub/swift-lispkit cd swift-lispkit/ make ``` Specs: XCode Version: ``` /usr/bin/xcodebuild -version Xcode 13.4...

Hi, A few weeks and few system environment changes later I'm no longer able to reproduce the error. > One difference I noticed is that you seem to use a...

It might have something to do with the Shell or its environment. I get the error only if I work in my shell which is the 'fish shell'. fish --version...

Ok, I think I found the root of the error, it had something to do with the dylib fallback defined in a fish config file set -gx DYLD_FALLBACK_LIBRARY_PATH ...

I initially created this issue for an other reasonml package. But now I just saw, that I get the same error when I try to build this very repo ```...

do you mean the ~/.esy directory? Yes I've deleted that multiple times.

Because the problem is resolved on my machine, I just want to give a quick feedback on this issue. I'm not sure what caused and cured the problem its more...