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
It does not show the functions from Ecto.Changeset that are imported. The server does not log any error. The build went smoothly and prints this at the end:
Compile took 1457 milliseconds
[ElixirLS Dialyzer] Checking for stale beam files
[ElixirLS WorkspaceSymbols] Updating index...
[ElixirLS WorkspaceSymbols] 1 modules need reindexing
[ElixirLS WorkspaceSymbols] 0 callbacks added to index
[ElixirLS WorkspaceSymbols] 1 modules added to index
[ElixirLS WorkspaceSymbols] 1 types added to index
[ElixirLS WorkspaceSymbols] 10 functions added to index
[ElixirLS Dialyzer] Found 1 changed files in 66 milliseconds
[ElixirLS Dialyzer] Analyzing 1 modules: [xxxxxxxxxxxxxxx (I've hidden the module name just in case here)][ElixirLS Dialyzer] Analysis finished in 417 millisecondsDialyzer analysis is up to date[ElixirLS Dialyzer] Writing manifest...[ElixirLS Dialyzer] Done writing manifest in 3032 milliseconds.
Expected behavior
Some versions ago it was suggesting imported functions just as well. I'll completely rebuild everything from ground zero another time just to be double sure but I think this is a regression.
The text was updated successfully, but these errors were encountered:
Though I am sure the dep is present and compiled. Either way I forced recompilation (by deleting the dependency and updating the project), the server said it was replacing the definition of the module in question. Not sure if this would break anything. It didn't before.
Also, the commit of elixir-sense here is: d344003762e4049d7cf423a1f1ff184996bd4fbe
Environment
Current behavior
I have a module that does something like this:
Then another with:
It does not show the functions from
Ecto.Changeset
that are imported. The server does not log any error. The build went smoothly and prints this at the end:Expected behavior
Some versions ago it was suggesting imported functions just as well. I'll completely rebuild everything from ground zero another time just to be double sure but I think this is a regression.
The text was updated successfully, but these errors were encountered: