Raymond Toy pushed to branch issue-364-add-mkstemp-mkdtemp at cmucl / cmucl Commits: 2c0e07e6 by Raymond Toy at 2025-01-01T13:44:19-08:00 Fix typo in exporting with-temporary-file/directory stuff - - - - - 1 changed file: - src/code/exports.lisp Changes: ===================================== src/code/exports.lisp ===================================== @@ -1719,8 +1719,9 @@ "STRING-ENCODE" "STRING-DECODE" "SET-SYSTEM-EXTERNAL-FORMAT") ;; Temporary files/directories - "WITH-TEMPORARY-FILE" - "WITH-TEMPORARY-DIRECTORY") + (:export + "WITH-TEMPORARY-FILE" + "WITH-TEMPORARY-DIRECTORY")) (defpackage "STREAM" (:import-from "SYSTEM" "LISP-STREAM") View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/2c0e07e6eb887375b62270a2... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/2c0e07e6eb887375b62270a2... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)