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

2018-10-19 Thread eksperimental
Thanks for bring this up, as I thought the same way. Also we need to add support for this in ExDoc. I'm all for using ",". I have also found myself using Mod.fun/1-3 when refering to functions with default arguments. I find it cleaner than using commas when referring to the same function with

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

2018-10-19 Thread eksperimental
I'm trying to replicate some tests failing in CI, and I would like to pass a specified seed, what is the correct way of doing it other than hardcoding it in the source code as I have been doing up to now. Thank you -- You received this message because you are subscribed to the Google Groups

[elixir-core:8343] [Proposal] Comparable Protocol (or always warn on struct comparison)

2018-10-19 Thread Sheharyar Naseer
Struct comparisons already throw a warning in Elixir, as it does not make a lot of sense to compare them (except in some very specific cases like date/time):