Skip to content
New issue

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

Error while running mix boundary.visualize Boundary #50

Open
Skoda091 opened this issue May 30, 2022 · 1 comment
Open

Error while running mix boundary.visualize Boundary #50

Skoda091 opened this issue May 30, 2022 · 1 comment

Comments

@Skoda091
Copy link

Environment

  • Elixir 1.13.0 (compiled with Erlang/OTP 24)
  • Operating system: macOS 12.3.1

Situation

Running mix boundary.visualize.mods Boundary fails with:

** (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

Expected behavior

Generates graph in .dot language.

@Nezteb
Copy link
Contributor

Nezteb commented Sep 25, 2024

@Skoda091 Do you have a reliable way to reproduce this? A sample project or something similar?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants