Re: [elixir-core:8348] Proposal: standardize expression to refer to functions with multiple arities (and ExDoc auto-linking)

2018-10-20 Thread José Valim
One format is enough and less prone to confusion. :) -- *José Valim* www.plataformatec.com.br Skype: jv.ptec Founder and Director of R&D -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving ema

Re: [elixir-core:8347] Proposal: standardize expression to refer to functions with multiple arities (and ExDoc auto-linking)

2018-10-20 Thread eksperimental
Sorry, what I was trying to suggest was to support both styles. Please keep me informed of the decision, so I can contribute a PR to ExDoc to support the feature. On Sat, 20 Oct 2018 09:58:59 +0200 José Valim wrote: > I think in some cases we skip arities. Maybe in the Task module, so we > wo

Re: [elixir-core:8346] Proposal: standardize expression to refer to functions with multiple arities (and ExDoc auto-linking)

2018-10-20 Thread José Valim
I think in some cases we skip arities. Maybe in the Task module, so we would have Task.start_link/1,3, which is not handled by 1-3. :) *José Valim* www.plataformatec.com.br Skype: jv.ptec Founder and Director of R&D On Sat, Oct 20, 2018 at 4:13 AM eksperimental wrote: > Thanks for bring this

Re: [elixir-core:8345] Running `make test` with a specified seed

2018-10-20 Thread José Valim
The simplest way to do this is by changing Elixir's test_helper.exs files to read the seed from the environemnt variable. *José Valim* www.plataformatec.com.br Skype: jv.ptec Founder and Director of R&D On Sat, Oct 20, 2018 at 4:06 AM eksperimental wrote: > I'm trying to replicate some tests