Eitaro Fukamachi

Results 238 comments of Eitaro Fukamachi

Can you paste an example of qlfile? I can't reproduce with the following file: ``` ultralisp fukamachi-mito ```

Ultralisp finally gets `canonical-distinfo-url`, and it should work now. https://github.com/ultralisp/ultralisp/issues/81#issuecomment-2254662423

Qlot 1.2.13 is too old. Install the latest version from GitHub by running `ros install fukamachi/qlot/1.5.10`.

Oh, sorry, I may have told you the wrong method. Perhaps Roswell can't accept installation with tag names. `ros install fukamachi/qlot` fetches from the master branch, so it'd work. It...

Closing for now—feel free to comment or reopen. Thanks!

Qlot installs dependencies of *the project*, not all dependencies of libraries in qlfile. Nothing will be installed if there are no ASD files in the directory. Add an ASD file...

Good question. The qlfile is for managing sources to download dependencies for the local Quicklisp. In that case, the cl-str of the current version is specified individually. That won’t be...

Yes, correct. I checked that Qlot installs all dependencies recursively with a system like: ``` ;; myapp.asd (defsystem "myapp" :depends-on ("str")) ```

Thank you for reaching out and giving Qlot a try! As Qlot adds a Quicklisp dist to qlfile.lock implicitly, all dependencies will be locked with it like other languages. For...