Yeah. Hardcoding PIDs in the source code is going to lead to bugs, that's the reason to avoid making it first class.
On Mon, Sep 5, 2022 at 3:55 PM Felipe Stival <[email protected]> wrote: > I'd guess this is blocked by the fact that `pid/3` isn't available in > `Kernel`, but in `IEx.Helpers`. > > Em segunda-feira, 5 de setembro de 2022 às 15:29:04 UTC+2, Ilya Averyanov > escreveu: > >> Hello! >> >> In Elixir 1.14, we have: >> >> >expression-based inspection has been implemented for Version.Requirement >> , MapSet, and Date.Range. >> >> What prevents expression-based inspection from being implemented for >> PIDs? Like: >> >> iex(1)> self() >> pid(0,110,0) >> >> -- > 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/52377286-c4d7-4378-8445-25fa12214da8n%40googlegroups.com > <https://groups.google.com/d/msgid/elixir-lang-core/52377286-c4d7-4378-8445-25fa12214da8n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAGnRm4%2BVhBsikS-waeJmKbDpBdZ71aMz9cAY6_ARp3By-%3Djq%2BQ%40mail.gmail.com.
