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
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
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