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

2019-09-11 Thread Chris
Again, what's the problem with just silently supporting the basic form, exactly? On Wed, Sep 11, 2019 at 10:23 PM Dmitry Belyaev wrote: > Getting a value from a keyword definitely costs more then having that > value supplied directly as a positional argument. Of course the cost is > very small,

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

2019-09-11 Thread Dmitry Belyaev
Getting a value from a keyword definitely costs more then having that value supplied directly as a positional argument. Of course the cost is very small, but why waste when we have a way which doesn't waste. I suggest a separate function `from_iso8601_short`. On 9 September 2019 10:07:39 am AES