Closed josevalim closed 1 month ago
Closed in 4104bfc1936aad3ac0848a6204b3d77dcf02f56f, I used the wrong reference.
Unfortunately we don't have the file information at that point, but I made it point to @attrname:LINE:
, where the line is where it is accessed (not where it is defined).
Wow, I double-checked because I also thought these generated compile-time dependencies, and of course you are correct, very nice. The output that
mix trace
gives is a bit surprising, it lists at the end of a file with "nofile:" as the source, e.g., when line 28 uses the@example
to call a function of a moduleOriginally commented at https://github.com/elixir-lang/elixir/issues/13762#issuecomment-2341189737