Dorgan
Dorgan
@zachallaun those are good calls, but from my point of view Sourceror works at a lower level A "call" vs "special form" is a compiler and runtime thing, but Sourceror...
An useful thing however may be to exclude `:__block__` from any definition of `call` because those are workarounds to represent other syntax constructs, this would match your second definition I'm...
Actually now that you mention this, `Sourceror.Identifier` would be a great place for the functions in this proposal. That module started as a bag for vendored helpers of `Code.Normalizer` and...
That sounds like a good change, so yes we can do that!
:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart:
PS: sorry it took me this long to merge this one!
You can count on me to start writing the transformations! My https://github.com/doorgan/credo_fixes repo is currently empty, but I will start uploading fixes to many of the credo issues there and...
Hi @ngscheurich! These changes would be welcome, feel free to submit a PR(I'd be happy to provide context if you're not familiar with Spark, the library this is built with),...
@ngscheurich Ah! You need to set the `message` type to `:quoted` Spark uses NimbleOptions under the hood, but has special handling for some types, you can see the list of...