Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

:refer :all does not work with "make current editor an instarepl" command #15

Open
cldwalker opened this issue Jan 1, 2016 · 1 comment

Comments

@cldwalker
Copy link
Member

From LightTable/Clojure#55:

I have a simple clojure (not clojurescript) project and I use the instarepl with lighttable. Everything was working fine until I've updated to the latest version of the Clojure plugin.
Now, whenever I try to evaluate the following :

(ns olivergg.euler.problem_54
  (:require [olivergg.euler.common :refer :all]
            [clojure.set :refer :all]
            )
  )

an error occurs :

:refer must be followed by a sequence of symbols in :require / :require-macros; offending spec: [olivergg.euler.common :refer :all] at line 1

(BTW, it would be great to be able to copy paste that kind of error message)

@glennpjones
Copy link

Experiencing the same problem here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants