oxalorg / oxalorg/4ever-clojure
Problem 119 - "is"-macro not available
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 271
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
In problem 119:
(is (= (__ :x [[:o :e :e]
the check of the solution fails completely because the is-macro isn't available.
Since this additional step is not needed, it should be omitted.
Edit:
As a workaround I added a definition for it at the begin of my function as a dummy:
(fn [p b]
(defn is [arg] args)
(...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure in problem 119 using the linked exercise and inspect how the solution checker handles the is macro. The issue is done when the problem can be checked without requiring a workaround definition for is.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100