[elixir-core:7902] Proposal: Create a function on the Xref task to get a list of callers

2018-02-25 Thread Matt Baker
Hello Elixir friends. We're building "Find References" support in ElixirLS (moving it soon to ElixirSense) so that we can find references in our editor. Right now we run the xref mix task and capture stdout

Re: [elixir-core:7903] Proposal: Create a function on the Xref task to get a list of callers

2018-02-25 Thread Matt Baker
Ah, perhaps! I will take a look and report back. On Sun, Feb 25, 2018 at 12:23 PM José Valim wrote: > Can you build this from the information returned by calls/2? > -- > > > *José Valimwww.plataformatec.com.br > Founder and Director of R*

[elixir-core:9065] Re: Function.pipe_to/2

2019-08-16 Thread Matt Baker
I like this proposal. - It doesn't add any new syntax constructs or special cases to the language, correct? I know opinions vary, but I think this is a strength of the proposal. - To me "&1" happens to also serve as a convenient visual indicator of "where the value's gonna go."