Nikolai Matiushev
Nikolai Matiushev
It's a bug as exponent should be present if 'e' is specified.
My point is that 0 is not the default here. Exponent is mandatory after 'e'. It is so in CL and many other languages.
This is caused by https://github.com/fukamachi/qlot/issues/107
The underlying issue is that (dist ...) is doing (string-downcase ...) for dist name and (find-dist ...) isn't doing that. But error reporting is definitely an issue
I've drilled it down to `ros:exec`, the same happens to CCL 1.12. Without `qlot run`: ``` bakemono@bakemono-main MINGW64 /c/work/openbookstore $ ros -L sbcl -S . run --non-interactive --load bookshops.asd --eval...
Before trying `qlot exec` please look at https://github.com/fukamachi/qlot/pull/108 that fixes other related issues.
This is potential duplicate of https://github.com/roswell/roswell/issues/262 which has a strategy for the fix. Windows 10: 1. Msys2 / Mingw64 consitently hangs with sbcl-bin/1.4.14 on Ctrl-C. (quit) works fine. 2. When...
Exiting 'ros run' under mingw64's bash in ConEmu with Ctrl+C works fine. Checking for proper support of https://docs.microsoft.com/en-us/windows/console/ctrl-c-and-ctrl-break-signals in combination of ros and msys2.
https://egao1980.github.io/cl-blog/posts/Running-McCLIM-and-other-Lisp-packages-on-Windows.html
I can try to package it for Msys2 though not sure about spare time :(