oxalorg / oxalorg/4ever-clojure

Problem 119 - "is"-macro not available

Open
#77 6 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.