
Raymond Toy pushed to branch issue-386-generate-def-unix-error at cmucl / cmucl Commits: a9d96134 by Raymond Toy at 2025-03-25T20:02:23-07:00 ERRNO package needs to use LISP package Just do the same thing that is done with the UNIX package which also needs to use the LISP package. (I think this was working but somehow got dropped somewhere along the way? Anyway, we're adding it back in now.) - - - - - 1 changed file: - src/code/exports.lisp Changes: ===================================== src/code/exports.lisp ===================================== @@ -139,6 +139,7 @@ (use-package '("SYSTEM" "ALIEN-INTERNALS" "ALIEN" "LISP") "C-CALL") (use-package '("KERNEL" "EXTENSIONS" "LISP") "INSPECT") (use-package '("LISP" "KERNEL") "BIGNUM") +(use-package '("LISP") "ERRNO") (use-package '("LISP") "UNIX") (use-package '("KERNEL" "LISP" "EXTENSIONS") "FORMAT") (use-package '("EXTENSIONS" "SYSTEM" "DEBUG" "KERNEL" "BIGNUM") "LISP") View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/a9d961341217941ad0aea6bd... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/a9d961341217941ad0aea6bd... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)