We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I would like to use in Emacs + cider with that project setup:
(defproject nativeapi "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.8.0"] ;w/1.9.0 too [org.clojure/spec.alpha "0.2.168"] [clj-http "3.9.1"] [expound "0.7.1"] [org.clojure/test.check "0.9.0"]])
(ns nativeapi.core (:require [clj-http.client :as client] [clojure.spec.alpha :as s] [clojure.test.check.generators :as gen] [expound.alpha :as expound] ))
and I got this message:
CompilerException java.lang.Exception: namespace 'expound.paths' not found, compiling:(expound/problems.cljc:1:1)
Emacs 25.3, Cider version 20180805.1016
p.s. in Repl no problem
The text was updated successfully, but these errors were encountered:
Sorry, I closed this. Not issue, something Emacs bug. Now works, after restart.
Sorry, something went wrong.
No branches or pull requests
Hello,
I would like to use in Emacs + cider with that project setup:
and I got this message:
Emacs 25.3, Cider version 20180805.1016
p.s. in Repl no problem
The text was updated successfully, but these errors were encountered: