Conversation
added 30 commits
January 8, 2026 13:12
added 16 commits
January 15, 2026 21:35
A LazySeq is not a list! (list? (lazy-seq ())) is false. A pull-expr can become a LazySeq if an intermediate process (e.g. another query-inference/transormation) modifies it. This adds a test for this case.
ba571ff to
d3ba8c0
Compare
added 11 commits
January 17, 2026 18:42
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.
Implements #196.
This establishes a convention of each theme implementing its own
PatternLibrary. Introduces the RISE theme, bread's default UI layer, and referencing therise/PatternLibraryvar directly from the/_/patternsroute in main.clj.This PR also:
themens for building up a pattern library for custom themes. Docs for this API are out of scope for now.Includes support for switching between viewing the rendered Hiccup and the rendered HTMLAdd affordance for switching between viewing Hiccup and HTML in docs #199