Add ClojureCLR DLLs and improve Unity tooling - #118
Closed
parth-io wants to merge 12 commits into
Closed
Conversation
parth-io
force-pushed
the
feat/update-clojureclr-and-magic
branch
3 times, most recently
from
August 3, 2026 10:21
4165fd2 to
7788362
Compare
… vendored ClojureCLR
The file-existence checks were redundant with the smoke test that followed them. nos version boots the whole runtime to print it, so a missing launcher, runtime DLL or stdlib .clj.dll causes it to fail. The magic-unity Export and Stock DLLs it also checked are tracked in git, and check-drift byte-diffs them on every pull request and on pushes already. That leaves nostrand/bin, the one path that is untracked build output, and it is exactly what the smoke test covers.
Stock/ is tracked but was absent from checked-paths, so a modified or missing stock DLL passed. It sits outside the skip-dlls branch because those bytes are downloaded rather than compiled, so no toolchain can fail to reproduce them. Also narrows the skip-dlls Export restore to *.dll: the directory-wide checkout it replaces would silently revert the .meta files carrying the runtime-selection constraints.
parth-io
force-pushed
the
feat/update-clojureclr-and-magic
branch
from
August 4, 2026 06:41
7788362 to
381c10d
Compare
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.
Still adding more changes