Re: [elixir-core:9414] Proposal: Closing the gap between configurations

2020-03-10 Thread Dmitry Belyaev
at if we introduce a separate "compilation" stage (using separate set of environments - e.g. dev_compile/prod_compile) and start a clean VM for the real runtime after Mix compiled the applications? Kind regards, Dmitry Belyaev On Thu, Mar 5, 2020 at 4:20 AM José Valim wrote: &g

Re: [elixir-core:9381] PROPOSAL: Nil-safe Access.at/1

2020-02-09 Thread Dmitry Belyaev
or better than any other. I'm just trying to suggest to look at the problem from scratch and try to apply some other solution -- maybe it will be reasonable without waiting for the standard library to be extended. > >-Greg Vaughn -- Kind regards, Dmitry Belyaev -- You received

Re: [elixir-core:9225] Re: [Proposal] latest and earliest functions for DateTime and NaiveDateTime

2019-10-18 Thread Dmitry Belyaev
p and stop receiving emails from it, send >an email to elixir-lang-core+unsubscr...@googlegroups.com. >To view this discussion on the web visit >https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4Kd_E_WMB0iKfR%3DoKGvK6Nq8MJVYVf8tsJ%3DP6vXX1ZT_Q%40mail.gmail.com. -- Kind regards,

Re: [elixir-core:9212] Re: Automatically time long-running iex commands.

2019-10-17 Thread Dmitry Belyaev
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 elixir-lang-core+unsubscr...@googlegroups.com. >To view this discussion on the web visit >https://groups.goo

Re: [elixir-core:9104] Better error messages in Standard Library functions

2019-09-15 Thread Dmitry Belyaev
ard >their own interfaces, and throw specific and actionable messages back >to >the developer. > >Thanks for taking the time to read! > >-- >You received this message because you are subscribed to the Google >Groups "elixir-lang-core" group. >To unsubscrib

Re: [elixir-core:9099] [Proposal] Add ability to parse ISO8601 "basic" format

2019-09-11 Thread Dmitry Belyaev
up. >To unsubscribe from this group and stop receiving emails from it, send >an email to elixir-lang-core+unsubscr...@googlegroups.com. >To view this discussion on the web visit >https://groups.google.com/d/msgid/elixir-lang-core/C101F06D-C6B7-4025-B722-78AD34906203%40gmail.com. -- Kin

Re: [elixir-core:8487] Re: [Proposal] Support function captures without the need for any argument

2019-02-15 Thread Dmitry Belyaev
e from this group and stop receiving emails from it, >send an >> email to elixir-lang-core+unsubscr...@googlegroups.com. >> To view this discussion on the web visit >> >https://groups.google.com/d/msgid/elixir-lang-core/CAM9Rf%2BKJDRioz6hpw5-_ByvTNeTd8X-ecMFFXJyJrSsnzi4PXQ%40m

Re: [elixir-core:8473] [Proposal] Add invert() method to Map module

2019-02-08 Thread Dmitry Belyaev
gt; community. >>> >>> -- >>> 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 el

Re: [elixir-core:8202] Proposal: Short Hand Property Names

2018-08-05 Thread Dmitry Belyaev
-core+unsubscr...@googlegroups.com. >>> To view this discussion on the web visit >>> >https://groups.google.com/d/msgid/elixir-lang-core/22d888f8-0d32-4749-a80e-8714ef3bb0ea%40googlegroups.com >>> ><https://groups.google.com/d/msgid/elixir-lang-core/22d888f8-0d32-4749-a8

Re: [elixir-core:7833] Re: [Proposal] Add GenServer.query and GenServer.handle_query

2018-01-30 Thread Dmitry Belyaev
I am not in favour of the proposal but can see some merit in handlers not modifying the state. For that case we might still use handle_call but allow the handlers to return the result without the state part like {:reply, reply} On 31 January 2018 01:48:54 GMT+11:00, "José Valim"

Re: [elixir-core:7290] Add --trace flag to mix compile

2017-07-17 Thread Dmitry Belyaev
Some compilers display a little more when --verbose is used. On 16 July 2017 06:53:53 GMT+10:00, "José Valim" wrote: >That always helps, so +1. The only question is if we should introduce a >new >flag or rather rely on MIX_DEBUG=1. > > > >*José Valim*

Re: [elixir-core:6894] Re: Sorting maps when inspecting

2017-02-15 Thread Dmitry Belyaev
If I dump a map to logs I don't care about its order, I only want it to be as fast as possible. Logging already introduces a serious performance hit, and sorting would make logging even more expensive performance wise. As was mentioned previously if a map is small it's already sorted. So it

Re: [elixir-core:6396] Proposal: Introduce `use GenServer, strict: true`

2016-09-24 Thread Dmitry Belyaev
It won't help if a function name is misspelled. On 24 September 2016 06:38:03 GMT+10:00, "José Valim" wrote: >> >> 2. The default implementation of handle_info/1 will exit on any >incoming >> message, in the same way handle_cast/2 and handle_call/3 already

Re: [elixir-core:6312] Improvement: the syntax for importing functions from modules

2016-09-13 Thread Dmitry Belyaev
I personally find the reversed order of imports such as in python or typescript very unnatural. Consider tools that could suggest what is available to import. You first write the module for them to work, don't you? At least I do write 'import {} from module' in typescript and only then choose

Re: [elixir-core:6034] Proposal: add native language support for handling Decimal types

2016-07-05 Thread Dmitry Belyaev
>To view this discussion on the web visit >https://groups.google.com/d/msgid/elixir-lang-core/bb8734c9-5d6f-40ad-8bbb-0267786f971e%40googlegroups.com. >For more options, visit https://groups.google.com/d/optout. -- Best wishes, Dmitry Belyaev -- You received this message because you are

Re: [elixir-core:5856] Re: Proposal for required fields in struct expansion

2016-05-26 Thread Dmitry Belyaev
n and is documented there along with normal arguments, it's not any different than an argument. Why not to make it an argument then? -- Best wishes, Dmitry Belyaev -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group.

Re: [elixir-core:5854] Proposal for required fields in struct expansion

2016-05-26 Thread Dmitry Belyaev
d >an email to elixir-lang-core+unsubscr...@googlegroups.com. >To view this discussion on the web visit >https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4%2BicfA9Z%3DesQ%3Dw08XmtD_LvQKF2f4%3DEYx_N96fhL8FB5g%40mail.gmail.com. >For more options, visit https://groups.google.com/d/

Re: [elixir-core:5701] Home Directory On Windows

2016-05-12 Thread Dmitry Belyaev
t; >> -- >> >> >> *José Valim* >> www.plataformatec.com.br >> Skype: jv.ptec >> Founder and Director of R >> >> -- >> You received this message because you are subscribed to a topic in >the >> Google Groups "elixir-lang-core&qu