Add tests for repeatedly#878
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new core test namespace to cover clojure.core/repeatedly behavior across supported dialects, addressing Issue #456.
Changes:
- Introduce
clojure.core-test.repeatedlywith tests for laziness, side effects, arity behavior, and error cases. - Gate the suite behind
when-var-existsfor portability across runtimes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
When I ran it on the test suite locally I got an exception so I think the local CLJS we're using doesn't support it |
Okie dokie! Let's not worry about it for now then. |
Maybe shoot a quick Slack message out to #cljs-dev. |
…into egriffin/repeatedly
Closes #456