cl: Phase 6 packages — defpackage/in-package + pkg:sym — 518/518 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 40s

cl-packages dict, cl-current-package, cl-package-sep? strips pkg:
prefix from symbol/function lookups. defpackage/in-package/export/
use-package/import/find-package/package-name dispatch. Package-
qualified calls like (cl:car ...) and (cl:mapcar ...) work.
4 package tests added to stdlib.sx.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-05 12:33:36 +00:00
parent 4f9da65b3d
commit 99f8ccb30e
5 changed files with 104 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
# Common Lisp on SX — Scoreboard
_Generated: 2026-05-05 12:23 UTC_
_Generated: 2026-05-05 12:33 UTC_
| Suite | Pass | Fail | Status |
|-------|------|------|--------|
@@ -15,6 +15,6 @@ _Generated: 2026-05-05 12:23 UTC_
| Phase 4: geometry | 12 | 0 | pass |
| Phase 4: mop-trace | 13 | 0 | pass |
| Phase 5: macros+LOOP | 27 | 0 | pass |
| Phase 6: stdlib | 50 | 0 | pass |
| Phase 6: stdlib | 54 | 0 | pass |
**Total: 514 passed, 0 failed**
**Total: 518 passed, 0 failed**