This repository was archived by the owner on Jun 18, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 69
Get Clerk working for many namespaces #485
Merged
Merged
Conversation
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
Codecov Report
@@ Coverage Diff @@
## main #485 +/- ##
==========================================
+ Coverage 86.39% 86.44% +0.04%
==========================================
Files 101 102 +1
Lines 14513 14529 +16
Branches 752 751 -1
==========================================
+ Hits 12538 12559 +21
+ Misses 1223 1219 -4
+ Partials 752 751 -1
Continue to review full report at Codecov.
|
a4542ec
to
2a347b4
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Thank you to @ozimos for getting this started! This PR extends his work to other namespaces meant to be rendered in literate style.
Get Clerk working for many namespaces #485:
Bumps the JDK version for Github Actions to 17 from 8.
Adds a development dependency on Nextjournal's
Clerk library, and begins the
process of massaging various namespaces into proper literate essays
display-able with Clerk. To run these, start a REPL and follow the
instructions in
dev/user.clj
.sicmutils.calculus.derivative
andsicmutils.differential
are nowBumps the shadow-cljs dependency to version
2.17.4
, and the includedcljs
version to1.11.4
.sicmutils.collection
properly handles the newcljs
IntegerRange
class.sicmutils.polynomial.factor
now memoizespoly->factored-expression
bydefault. If polynomial GCD fails inside that function the computation now
proceeds with a warning instead of failing.