In one of my libraries this line throws a warning: https://github.com/DockYard/inquisitor/blob/master/test/inquisitor_test.exs#L54
"unused import Ecto.Query" because the `use` module above will @before_compile the following: https://github.com/DockYard/inquisitor/blob/master/lib/inquisitor.ex#L83 so technically the Whitelist module has calls to Ecto.Query but for whatever reason Elixir doesn't think so. Yes, this is a test case but I'm curious if there are ways to clean this up? -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/aa3b0d82-9a47-4296-ba64-47ca5f25271c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
