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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
mix boundary.visualize Boundary
Running mix boundary.visualize.mods Boundary fails with:
mix boundary.visualize.mods Boundary
** (ArgumentError) errors were found at the given arguments: * 1st argument: the table identifier does not refer to an existing ETS table (stdlib 3.16.1) :ets.match_object(Boundary.Mix.Xref.Entries, :_) (stdlib 3.16.1) ets.erl:764: :ets.tab2list/1 (boundary 0.9.2) lib/boundary/mix/xref.ex:59: Boundary.Mix.Xref.entries/0 (boundary 0.9.2) lib/boundary/mix/tasks/visualize/mods.ex:34: Mix.Tasks.Boundary.Visualize.Mods.run/1 (mix 1.13.0) lib/mix/task.ex:397: anonymous fn/3 in Mix.Task.run_task/3 (mix 1.13.0) lib/mix/cli.ex:84: Mix.CLI.run_task/2 (elixir 1.13.0) lib/code.ex:1183: Code.require_file/2
Generates graph in .dot language.
The text was updated successfully, but these errors were encountered:
@Skoda091 Do you have a reliable way to reproduce this? A sample project or something similar?
Sorry, something went wrong.
No branches or pull requests
Environment
Situation
Running
mix boundary.visualize.mods Boundary
fails with:Expected behavior
Generates graph in .dot language.
The text was updated successfully, but these errors were encountered: