grenchman
grenchman copied to clipboard
Sorry about the name
using the build instructions on ubuntu 17.10 64bit ```bash ocamlbuild -use-ocamlfind -lflags -cclib,-lreadline grench.native + ocamlfind ocamlc -c -g -annot -thread -package core -package async -package ctypes.foreign -o nrepl.cmo nrepl.ml...
~/.inputrc setting 'set editing-mode vi' ignored, even if it seems to be working for other programs, i.e. bash. Mac OS X: 10.11.6 (El Capitan) grenchman 0.2.0 Leiningen 2.6.1 on Java...
I suppose the project is no longer actively developed but I'd like to submit the idea, just in case. For scripting (e.g. on CI server) it would be great to...
When I execute `grench-0.2.0-mac` (placed on the $PATH as executable), I get the following error: (user@air) ~/bin $ ./grench-0.2.0-mac dyld: Library not loaded: /usr/local/opt/libffi/lib/libffi.6.dylib Referenced from: /Users/user/bin/./grench-0.2.0-mac Reason: image not...
According to the readline docs, we need to set the `rl_completion_entry_function` variable to a function pointer, but the ctypes docs don't really cover how that works.
When starting a process like `grench lein cljsbuild auto foo` it doesn't seem possible to kill this with Control-C.
Loading up `libreadline` during the build process instead of at runtime with `Dl.dlopen` is supposedly better and allows for Mac compatibility since it doesn't hard-code "libreadline.so" into the source, but...