Skip to content

Update tests and bump versions for CLJR - #951

Merged
jeaye merged 2 commits into
jank-lang:mainfrom
keychera:update-cljr
Aug 18, 2026
Merged

Update tests and bump versions for CLJR#951
jeaye merged 2 commits into
jank-lang:mainfrom
keychera:update-cljr

Conversation

@keychera

Copy link
Copy Markdown
Contributor

Update the following cljr tests that have reached some parity with clojure jvm and bump cljr version

  • transient
  • num

however, I found this one difference between clj and cljr

Clojure JVM

Clojure 1.12.3
user=> (num nil)
nil

ClojureCLR

Clojure 1.12.3-alpha8
user=> (num nil)
Execution error (InvalidCastException) at user/eval3824 (NO_FILE:0).
Argument is not numeric

I removed that test temporarily with comment

cc: @dmiller for your information

@jeaye jeaye left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jeaye
jeaye merged commit 95d4a91 into jank-lang:main Aug 18, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants