![]() * Add option to create relative paths for 'serialize' Serialize would previously always create complete byte-string paths. This adds an optional parameter to serialize (#:relative-to) to enable relative path creation. Now when deserialize finds a relative path, it resolves it with respect to `current-load-relative-directory`. * Moved fasl's path<->relative-path-elements functions I moved it into the private/relative-path module, so that serialize can make use of it. * Update serialize to use relative-path. * Add tests. * And update docs. |
||
---|---|---|
.. | ||
collects | ||
src | ||
.gitignore |