cl-prevalence
cl-prevalence copied to clipboard
In memory database system for Common Lisp
Hi, I ran the tests and two failed. ```lisp Did 448 checks. Pass: 446 (99%) Skip: 0 ( 0%) Fail: 2 ( 0%) Failure Details: -------------------------------- TEST-GET-SLAVE-USER in TEST-MASTER-SLAVE []:...
https://github.com/metawilm/cl-custom-hash-table provides us with a portable way to define custom hash tables. These are still of the `hash-table` type and thus are serialized by prevalence like any other hash table,...
The symbol package prefix can get really verbose at times, it'd be nice to have an option to omit it. For instance ```lisp (export '*local*) (defvar *local-package* nil "If `*local-package*'...
Instead of outputting everything on one line, it's be nice to leave some customization options to the users so that they can decide when to insert line breaks. For instance:...
Much of the serialization functions output hard-coded strings such as "(:SEQUENCE ", etc. When `*print-case*` is set to `:downcase` or `:capitalize`, the result is a mix of difference cases. It...
Also, check if any other accessors have to be exported.
Running tests leaves directories lying around in /tmp owned by the user running the test, which makes it impossible for any other user on the same system to run the...
The merge of this PR should happen after(!) s-sysdeps merges this PR svenvc/s-sysdeps#3