-
Notifications
You must be signed in to change notification settings - Fork 196
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
compile_env error seems wrong #1008
Comments
Please create a small repro and fill the error template |
I'm getting this too for using the same |
I reproduced it. Most likely the problem was introduced in d9cc23a. I need to look for another workaround for elixir-lang/elixir#13001 |
I couldn't make a reliable reproduction in a smaller app. It sometimes happened, but seemingly randomly. |
I had the same issue until I put my configuration directly in the code to avoid it. On my machine is was systematical, but not on the first compilation. So basically if I run |
@lud-wj please create a repro |
I am not reproducing. I reverted my change in my real codebase to see if that pops up again. |
Precheck
Environment
Erlang/OTP 26 [erts-14.0.2] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] [dtrace]
Elixir 1.15.5 (compiled with Erlang/OTP 26)
how can I determine this?
Mac
VSCode
ElixirLS: Elixir support and debugger v0.17.1
Current behavior
I have a module:
I get this error:
here's the corresponding ElixirLS log:
The issue is that, the error does seem to be accurate. I can compile my application without any warnings, or issues. Just to confirm, this is in my application's config.exs file:
Expected behavior
No error
The text was updated successfully, but these errors were encountered: