Eric Timmons
Eric Timmons
I have some projects that define multiple packages (both with and without package-inferred-systems). In many of these cases, I want these packages to be an implementation detail the user shouldn't...
The docstring for READ-FROM-MINIBUFFER-IN-EMACS says that an empty string is returned when a user enters nothing. Prior to this commit, SLY-READ-FROM-MINIBUFFER was called in such a way that an empty...
Try to make SBCL happier by exporting all symbols in the DEFPACKAGE form. The existing IMPORT and EXPORT functions are left for backwards compatibility with external contribs.
Add support for using external tools that speak the [DOT language](https://www.graphviz.org/doc/info/lang.html) to perform graph layout. In order to use, simply use the newly defined `:dot-digraph` graph type. If you also...
I think this is likely several separate bugs, but I'm not sure the best way to break them apart. All of these tests were done using #1269. GitHub isn't letting...
I'd love to make a ql distribution for my colleagues and myself that fetches tarballs directly from our source control website (such as gitlab or github) based on git SHA-1...
When using ASDF's package-inferred-system, not all systems are explicitly defined in the .asd file, and therefore do not get picked up during the metadata generation. This makes it impossible to...
A high level interface for tar archives, including extraction and creation Author: Eric Timmons License: MIT Sources: https://gitlab.common-lisp.net/cl-tar/cl-tar Homepage: https://common-lisp.net/project/cl-tar/ Please pull from Gitlab releases. Requires cl-tar-file #2113. On Windows,...
Would there be interest in adding connection pool support to Drakma? I had plans to create an external connection pool that wrapped `http-request` and passed it a `:stream`. But I...
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...