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
Describe the bug While connected to Elin and after restarting my REPL, I receive this error when trying to run a test (ElinTestUnderCursor).
ElinTestUnderCursor
Failed to intercept for :elin.constant.interceptor/handler: null
Running ElinReloadAll fixes the issue
ElinReloadAll
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
There are no errors
Environemnt (please complete the following information):
Configuration file (if you have): User configuration ($XDG_CONFIG_HOME/elin/config.edn or$HOME/.config/elin/config.edn)
$XDG_CONFIG_HOME/elin/config.edn
$HOME/.config/elin/config.edn
{:interceptor {:uses [elin-format.core/format-current-form-interceptor {:command ["cljstyle" "pipe"]}]}}
Project local configuration (YOUR_PROJECT/.elin/config.edn) none
YOUR_PROJECT/.elin/config.edn
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@aburd Thanks! I could reproduce the problem.
Sorry, something went wrong.
fix: Fix ns-load interceptor to load when the nREPL session is different
f5f2d6b
cf. #21
@aburd I've released 2025.1.3-alpha. Could you try the latest version? :)
I will give it a shot on Monday. Thank you very much!
Works perfectly! Thank you very much. I will close this issue 👍
liquidz
No branches or pull requests
Describe the bug
While connected to Elin and after restarting my REPL, I receive this error when trying to run a test (
ElinTestUnderCursor
).Running
ElinReloadAll
fixes the issueTo Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
There are no errors
Environemnt (please complete the following information):
Configuration file (if you have):
User configuration (
$XDG_CONFIG_HOME/elin/config.edn
or$HOME/.config/elin/config.edn
)Project local configuration (
YOUR_PROJECT/.elin/config.edn
)none
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: