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

Emacs cider #114

Closed
damesek opened this issue Aug 5, 2018 · 1 comment
Closed

Emacs cider #114

damesek opened this issue Aug 5, 2018 · 1 comment

Comments

@damesek
Copy link

damesek commented Aug 5, 2018

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

@damesek
Copy link
Author

damesek commented Aug 5, 2018

Sorry, I closed this. Not issue, something Emacs bug. Now works, after restart.

@damesek damesek closed this as completed Aug 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant