You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a script with (ns <namespace> ...) at the top.
Define some variables with filler values.
Run C-x C-e on one of the variables.
The inf-clojure repl will report
Syntax error compiling at (REPL:0:0).
Unable to resolve symbol: <variable name> in this context
## Make C-x C-e respecet the file namespace it was triggered from
This will be convenient to have.
Environment & Version information
Clojure CLI version 1.11.1.1189
inf-clojure version information
3.2.1
Lein/Boot version
clojure-cli
Emacs version
28.1
Operating system
Mac Monterey M1
The text was updated successfully, but these errors were encountered:
I'm not sure that I want this. A fundamental value proposition of inf-clojure to me is that it is dead simple and works with a standard repl. To me, I have a regular repl and inf-clojure sends simple commands. Adding this changes this assumption, and makes the client more complicated and opaque.
I'm not 100% opposed, and I would like to see what the VS Code extension Clover does in this instance.
Steps to reproduce the problem
Have a script with
(ns <namespace> ...)
at the top.Define some variables with filler values.
Run
C-x C-e
on one of the variables.The inf-clojure repl will report
## Make C-x C-e respecet the file namespace it was triggered from
This will be convenient to have.
Environment & Version information
Clojure CLI version 1.11.1.1189
inf-clojure version information
3.2.1
Lein/Boot version
clojure-cli
Emacs version
28.1
Operating system
Mac Monterey M1
The text was updated successfully, but these errors were encountered: