Draft
Conversation
Agent-Logs-Url: https://github.com/cl-sdk/meta-definitions/sessions/07ae102f-5b1a-458e-96f5-dde9a6f2c277 Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
diasbruno
April 28, 2026 00:20
View session
Member
|
@copilot Each package must have its own system. |
Agent-Logs-Url: https://github.com/cl-sdk/meta-definitions/sessions/90c11a09-f74f-45f2-94af-cfe1e7b3e3a3 Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com>
Author
Done in b74940f. Each derive package now has its own
The umbrella |
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.
derive-readers,derive-print-object, andderive-equalitywere all defined in the monolithicmeta-definitionspackage. They're now split into independent packages under aderive/directory, each with its own ASDF system, loadable à la carte or all at once.New packages
derive/readers.lispmeta-definitions.derive.readersderive-readersderive/print-object.lispmeta-definitions.derive.print-objectderive-print-objectderive/equality.lispmeta-definitions.derive.equalityderive-equalityNew ASDF systems
Each derive package has its own standalone system file:
meta-definitions.derive.readers.asdmeta-definitions.derive.print-object.asdmeta-definitions.derive.equality.asdmeta-definitions.derives.asd— umbrella system that depends on all three individual systems.Removed from
meta-definitionsThe three
derive-*macros and their exports are removed frompackage.lisp. The coremeta-definitionssystem is unchanged.