refactor: rename cl-prolog to cl-prolog-kit - #23
Merged
Conversation
Aligns this repository with the org-wide `-kit` suffix that every other
Common Lisp library here already uses, keeping PACKAGE_STANDARD.md's
repo name = ASDF system name = package name identity intact.
Renamed, in lockstep because release.yml reads "$PACKAGE.asd":
- cl-prolog.asd -> cl-prolog-kit.asd, and release.yml's PACKAGE
- all six defsystems (cl-prolog-kit, /weave, /test, /examples,
/callgraph, /callgraph/test)
- all eight defpackages and every cl-prolog: qualified reference
- CL-PROLOG:: spellings in docs and tests, which describe how a symbol
prints and therefore change with the package
- benchmarks/external-cl-prolog.lisp and its shell variable
Consumers must update both the flake input URL and the ASDF system name;
`cl-prolog:` no longer resolves. GitHub redirects the old repository URL,
so an un-migrated pin keeps resolving until it is re-locked.
:version 1.4.3 -> 1.5.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aligns this repository with the org-wide
-kitsuffix, keeping PACKAGE_STANDARD.md's repo name = ASDF system name = package name identity intact.What changed
cl-prolog.asd→cl-prolog-kit.asd, andrelease.yml'sPACKAGEin the same commit (it reads"$PACKAGE.asd")cl-prolog:referenceCL-PROLOG::spellings in docs and tests — these describe how a symbol prints, so they change with the package:version1.4.3 → 1.5.0Verification
nix flake checkon aarch64-darwin: exit 0, 1765 passed / 0 failed. x86_64-linux is this PR's CI job.Paren counts are byte-identical across all 128
.lisp/.asdfiles before and after, so the diff is rename-only — consistent with 2838 insertions / 2838 deletions.Consumer impact
Both the flake input URL and the ASDF system name must be updated;
cl-prolog:no longer resolves. GitHub redirects the old repository URL, so an un-migrated pin keeps resolving until it is re-locked.