Skip to content

Conversation

@shantanu-sardesai
Copy link
Contributor

Created for the port in jank.

;; In cljs, `double` is just returns the argument unchanged (dummy fn)
[(is (= "0" (double "0")))
(is (= :0 (double :0)))]
:jank []
Copy link
Member

Choose a reason for hiding this comment

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

What does jank do for these two cases? We can't just not test these two cases with jank.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is blocked by this issue in jank.

@shantanu-sardesai
Copy link
Contributor Author

Keeping this PR till the blocking issue is resolved.

shantanu-sardesai added a commit to shantanu-sardesai/jank that referenced this pull request Nov 18, 2025
jeaye pushed a commit to jank-lang/jank that referenced this pull request Nov 18, 2025
* Port `double`

* Run the `double?` Clojure test suite test

* Disable `double` test case

Blocked by
jank-lang/clojure-test-suite#790 (comment).

* Repoint Clojure test suite
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