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

Support extra line/column offset for expressions evaluated via REPL #67

Open
borkdude opened this issue Sep 28, 2023 · 0 comments
Open

Comments

@borkdude
Copy link
Contributor

borkdude commented Sep 28, 2023

When evaluating an expression in the (n)REPL, the location metadata of a newly defined var is off, since the reader always starts reading at line 1/column 1. This is the same behavior as Clojure, but nREPL works around this by using some workarounds/hacks on Clojure's reader. We could properly support, perhaps by letting edamame receive an offset which it can add to metadata.

cc @daveliepmann @vemv

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