lispPackages, lispPackages.quicklisp-to-nix: 2017-07-25 -> 2018-01-31
* update Quicklisp distinfo * regenerate packages * add cl-html-parse and closure-html * add proper mariadb library path to fix cl-mysql * escape memoization filenames for systems * lispPackages.cl-postgres: keep simple-date in the same package
This commit is contained in:
@@ -98,7 +98,10 @@ will use it instead of re-computing the system data.")
|
||||
"Return the path to the file that (if it exists) contains
|
||||
pre-computed system data."
|
||||
(when *system-data-memoization-path*
|
||||
(merge-pathnames (make-pathname :name system :type "txt") *system-data-memoization-path*)))
|
||||
(merge-pathnames
|
||||
(make-pathname
|
||||
:name (escape-filename (string system))
|
||||
:type "txt") *system-data-memoization-path*)))
|
||||
|
||||
(defun memoized-system-data (system)
|
||||
"Attempts to locate memoized system data in the path specified by
|
||||
|
||||
Reference in New Issue
Block a user