qlot icon indicating copy to clipboard operation
qlot copied to clipboard

A project-local library installer for Common Lisp

Results 36 qlot issues
Sort by recently updated
recently updated
newest added

`qlot add` unconditionally adds new lines to `qlfile`, even if the new line causes errors, or the existing `qlfile` is invalid. Steps to reproduce: ``` mathrick@megumi /tmp/repro $ echo ''...

`qlot` was installed using `ros install qlot` earlier today (16.08.2022) When running `qlot install ultralisp docs-builder`, I get a huge backtrace of an unhandled condition, rather than reasonable error message...

The example I used is: `qlot add github clack fukamachi/clack` Note: I've tested it with `qlot add ql clack` as well as `git clone https://github.com/fukamachi/clack` just to be sure. I...

Due to a [problem](https://github.com/roswell/roswell/issues/524) I encountered with `ros`, instead of running lisp by invoking `ros`: ``` $ qlot exec ros -S . run ``` I'd like to run my own...

I was testing out qlot in a test directory with nothing but this qlfile: ``` ql clack ql ningle ql clack-handler-hunchentoot ``` Upon running `qlot install`, I experience the error...

`archive` signals an error for unknown tarball entry types (including relatively common ones like symlinks), while quicklisp's own ql-minitar generally just ignores unknown entries. Since archive appears to be less...

I recently tried to load some old software of mine that used qlot, and ran into some issues with github sources. I've been working through them, but the changes I'm...

When you are using a distribution name different from the name in it's metadata, qlot returned this error: ``` Unhandled SB-PCL::NO-APPLICABLE-METHOD-ERROR in thread #: There is no applicable method for...

This branch gets qlot to take qlfiles in (most) dependencies into account. It isn't quite ready for merging yet, but I'd like to open it now to see if there...

Thanks!! The previous exception has gone. But now I am faced with the following access permission error. Any idea why this is happening? Because execute permission has been given to...