rpgoldman
rpgoldman
See #82 for one step in this direction.
I do have a commercial license for Allegro, and I looked at the C code for Roswell, but I couldn't figure out how to fill out a new back end...
I have tried `libzstd-dev` on the GitHub action runner (ubuntu-latest). It's already installed. I have tried `nlibzstd-dev` as well, per @phoe, and it is not an available package on the...
For those who have my exact problem: trying to use roswell in GitHub CI, I am grateful to @gefjon for a pointer to `40ants/setup-lisp@v2` which automates the roswell install and...
No follow-up. Closing.
To do this properly, instead of concatenating strings (which could lead to, e.g., `g.pdf.pdf`), should use `merge-pathnames`, something like: (setf outfile (merge-pathnames (parse-namestring outfile) (make-pathname :type (string-downcase format)))) that will...
> OK, agreed with the above. What's the next step? Next step would be to make the proposed change in your branch and push the change. Then we can merge...
Ah, I see: 1. The next step is to make a Merge Request for this 2. I'll review and -- it seems I have the commit bit -- I will...
> I'm trying to make a merge request, but not succeeding. According to what I see on the web, clicking on "Pull requests" at the top of this page should...
I think this is fixed now.