-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Jack-In doesn't start the repl when there are non-strings in jackInEnv
#959
Comments
I suspect our env-variable interpolation regex gets tripped up on those more complex edn-string maps then. Can you try to isolate it a bit? |
Mhm dont know. |
Have you verified that jack-in works if you're not using env variables? Just wondering if it's isolated to that. |
Sorry forgot this to do. when i remove test_bool and test_integer the jack-in works |
It seems maybe it has problems with any env values besides strings, but I haven't looked into it. We'll see what @PEZ says since he was working on this. |
Thanks for the clarification. It was very mysterious until then. 😄 Now there's a PR for you to review. |
jackInEnv
I tested the vsix and looked at the changes. |
So on the latest version of calva (2.0.151) the jack-in doesn't work on windows.
There seems nothing to happen only the output file gets opened and thats it.
I tested by installing older calva version to see what changes might be the problem.
The version 2.0.148 works fine.
My guess would be that something is wrong with the jack-in env.
I jack-in env-variables but nothing like referencing other env-variables.
Mostly simple strings, number and booleans.
Only two variables are a bit more complex because they are edn-string maps.
Tested on Windows with latest VS-Code version.
The text was updated successfully, but these errors were encountered: