Victor Rodrigues

Results 2 comments of Victor Rodrigues

This error also happens in gradient codebase itself, the following spec in line `64` fails: ```elixir @spec context_mapper_map(forms(), tokens(), options()) :: forms() def context_mapper_map(forms, tokens, opts, mapper \\ &mapper/3) ```...

@yordis yeah now I've looked a bit more your code, indeed I don't see optional args missing in spec for [your case](https://github.com/straw-hat-team/beam-monorepo/blob/443984fd28a65fa946316141702efdf7afd9df75/apps/one_piece_commanded/lib/one_piece/commanded/command.ex#L66), I guess the scenario in gradient was a...