Veit Heller
Veit Heller
Done in branch `v0.9.7`
It might be of interest for this ticket that the Haskell package `llvm-general` does not currently support recent versions of LLVM or GHC (see [this issue](https://github.com/bscarlet/llvm-general/issues/171)). This can be resolved,...
Thanks for the report, I will check whether it causes any regressions and merge if not.
Let's summarize, then: 1) works on OS X, Terminal.app 2) works on Arch Linux, ? (what do you use, @Tobsic?) 3) does not work on Arch Linux, xterm
Hello! Thanks for your kind words. I just pushed a fix that is somewhat primitive, but also flexible, and might satisfy the spartan-but-somehow-elegant philosophy of SBCLI: ``` $ sbcli Veit's...
Hello! Thanks again for the feedback. The first item is trivial to fix. As I learned, however, the second item, which is much more severe, is not that easy to...
Thanks for the input! I don’t think I explained the problem very well. We are already using cl-readline to have readline functionality; what we need is an interface to the...
Thanks for reporting! For a safe multi-argument version, please use `fmt`. `format` is a thin wrapper around the C APIs for single arguments and doesn’t do any checking. `fmt` is...
Probably related to #2526