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

No reader for tag #shadow/env in (inst uuid) #2659

Closed
beetleman opened this issue Jun 24, 2019 · 1 comment
Closed

No reader for tag #shadow/env in (inst uuid) #2659

beetleman opened this issue Jun 24, 2019 · 1 comment
Labels
bug good first issue A simple tasks suitable for first-time contributors

Comments

@beetleman
Copy link

Expected behavior

after sider-connect-sibling-cljs and selecting shadow I should be able to select shadow-cljs build

Actual behavior

error in process filter: user-error: No reader for tag #shadow/env in (inst uuid)
error in process filter: No reader for tag #shadow/env in (inst uuid)

Steps to reproduce the problem

use https://shadow-cljs.github.io/docs/UsersGuide.html#shadow-env in shadow-cljs.edn

Environment & Version information

CIDER version information

;; CIDER 0.22.0snapshot (package: 20190623.1003), nREPL 0.6.0
;; Clojure 1.10.1, Java 11.0.3

Emacs version

GNU Emacs 26.2 (build 1, x86_64-suse-linux-gnu, GTK+ Version 3.22.30)

Operating system

Linux, openSUSE Leap 15.1

@bbatsov bbatsov added bug good first issue A simple tasks suitable for first-time contributors labels Jun 26, 2019
@beetleman
Copy link
Author

good first issue... I know a little of elisp so if you can point me where I can start digging I can try to fix it.

rpkarlsson added a commit to rpkarlsson/cider that referenced this issue Jul 2, 2019
…ljs builds

Since builds are unlikely to be set from env variables just pass the
`#shadow/env` tag values to `identity`, preventing things from crashing.
rpkarlsson added a commit to rpkarlsson/cider that referenced this issue Jul 2, 2019
…-cljs builds

Since builds are unlikely to be set from env variables just pass the
`#shadow/env` tag values to `identity`, preventing things from crashing.
rpkarlsson added a commit to rpkarlsson/cider that referenced this issue Jul 4, 2019
…-cljs builds

Since builds are unlikely to be set from env variables just pass the
`#shadow/env` tag values to `identity`, preventing things from crashing.
@bbatsov bbatsov closed this as completed in 1a194f9 Jul 5, 2019
rpkarlsson added a commit to rpkarlsson/cider that referenced this issue Jul 6, 2019
`temporary-file-directory` the function was introduced in Emacs 26 so
the tests failed on Emacs 25. Change to use `temporary-file-directory`
the variable instead as it's present in both versions.
bbatsov pushed a commit that referenced this issue Jul 6, 2019
`temporary-file-directory` the function was introduced in Emacs 26 so
the tests failed on Emacs 25. Change to use `temporary-file-directory`
the variable instead as it's present in both versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue A simple tasks suitable for first-time contributors
Projects
None yet
Development

No branches or pull requests

2 participants