refactor: follow the cl-prolog-kit / cl-dataflow-kit rename - #20
Merged
Conversation
nerima-lisp/cl-prolog was renamed to cl-prolog-kit (v1.5.0) and cl-dataflow to cl-dataflow-kit (v1.2.0). The ASDF system names and CL package names moved with the repositories, so `cl-prolog:` no longer resolves and `:depends-on "cl-prolog"` no longer finds a system. Updated here: the flake input's Nix variable name and URL, the ASDF :depends-on entries, every package-qualified symbol reference, and the prose that names either package. flake.lock was regenerated with `nix flake lock`, not hand-edited. This also moves the pin forward to the current release rather than carrying the old one, since the tag the old pin named no longer contains a system under the old name.
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.
nerima-lisp/cl-prologwas renamed tocl-prolog-kit(v1.5.0) andcl-dataflowtocl-dataflow-kit(v1.2.0). The ASDF system names and CL package names moved with the repositories, socl-prolog:no longer resolves and:depends-on "cl-prolog"no longer finds a system.Updated: flake input variable names and URLs, ASDF
:depends-on, every package-qualified symbol reference, and prose.flake.lockregenerated withnix flake lock, never hand-edited. The pin moves forward to the current release because the tag the old pin named no longer contains a system under the old name.Deliberately NOT renamed:
cl-prolog2(an unrelated third-party SWI-Prolog binding),optimizer-dataflow*.lisp(generic compiler dataflow-analysis, verified to contain zerocl-dataflowreferences), thecl-cc-prolog-toolssystem name (the substring iscc-prolog), and file names carrying a bareprologtopic word.Verification before pushing: residual grep for the old names in all four case spellings returns zero hits (excluding the
cl-prolog2lines), nokit-kitdouble suffix, and(/)counts byte-identical per.lisp/.asdfile before and after — the source change is rename-only. CI here is the build verification.