> > > Btw, “see” could be implemented as a library today, it just needs to be a > macro (a module attribute would be weird, especially since “@attr val” is > meant to set the attribute, and not execute custom code). So I would go > this route! >
It definitely could, but then we'd need `use see` everywhere. Is there any chance at all that we could have an `autorequire` attribute in mix.exs, So, it it had: ~~~ elixir autorequire: [ Logger, See ] ~~~ and some module referenced `Logger` or `See`, then a require would be done automatically? -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" 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-core/46f9a2d2-33aa-4b7f-b08c-a79be67b0052%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
