Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't define methods with the same name as one in core #214

Closed
mauricioszabo opened this issue Sep 21, 2020 · 1 comment · Fixed by mauricioszabo/repl-tooling#94, #215 or mauricioszabo/clover#17

Comments

@mauricioszabo
Copy link
Owner

When one writes something like this:

(ns some.namespace
  (:refer-clojure :exclude [format]))

(defn format [a] (inc a))

#_(format 10)

Tying to run format will always use clojure.core's version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant