Paul SomeoneElse on Nostr: #commonlisp I'm trying to figure out the idiomatic way to use package-inferred-system ...
#commonlisp
I'm trying to figure out the idiomatic way to use package-inferred-system combined with testing in a "t" directory.
This works so far. The project itself is to have a CLOS class that can be extended and be able to read and write itself from and to an alist on file. Basically for "settings" or "config" stuff.
https://codeberg.org/pkw/file-config
caveat:
I am not great with testing code, all the test code does is run example code under a test system. But I assume that's a good start.
I'm trying to figure out the idiomatic way to use package-inferred-system combined with testing in a "t" directory.
This works so far. The project itself is to have a CLOS class that can be extended and be able to read and write itself from and to an alist on file. Basically for "settings" or "config" stuff.
https://codeberg.org/pkw/file-config
caveat:
I am not great with testing code, all the test code does is run example code under a test system. But I assume that's a good start.