[elixir-core:10178] Re: Extend Date/Time sigils to allow `now` with a truncation modifier

2021-03-30 Thread esurk....@gmail.com
For me, it breaks the semantic of a sigil. I think of a sigil as a text representation of data, and your proposal is a text representation of a function call. In the end, every sigil triggers a function. But I think this should be a pure function. Aleksei Matiushkin schrieb am Dienstag, 30. Mär

[elixir-core:10280] Re: [Proposal] @docp for private docs

2021-05-26 Thread esurk....@gmail.com
Hi Niklas, This has already been discussed a few times. https://elixirforum.com/t/proposal-docp-for-private-function-documentation-and-doctests/3732 https://groups.google.com/g/elixir-lang-talk/c/0JKd9XKmIas/m/5927z5BdBgAJ Kind regrads Marcus raph...@gmail.com schrieb am Mittwoch, 26. Mai 2021

[elixir-core:11252] [Proposal] Optional callback quoted_to_algebra/2 in Mix.Tasks.Format

2023-02-04 Thread esurk....@gmail.com
Hi Everyone. I would like to suggest to extend the behavior `Mix.Tasks.Format` with the optional callback `quote_to_string/2`. This would have the advantage that you could format a changed AST with a formatter plugin. I would need something like this in my `rewrite` project. The `rewrite` t