Brujo Benavides

Results 120 comments of Brujo Benavides

@jfacorro I like it, but I would let any code generation (number 2 in your list) for another issue. In this one I would just focus on letting devs write...

@jfacorro On the other hand… I don't think any of the current functions on sumo will be actually used in migrations since all of them work with data and migrations...

To answer that, we should dive a bit into Hank to learn how he deals with behaviors for the `unnecesary_function_arguments` rule. Let's start with [the goal of that rule](https://hexdocs.pm/rebar3_hank/unnecessary_function_arguments.html)… >...

@aronisstav I don't like "extra" that much because, to me, it implies that the module will be implementing the behavior even if non of those callbacks are actually defined and...

Oh, and BTW… I proposed the use of variables in `-callbacks` because that's how they're described in the docs.

I just found another scenario where this would be very handy: `xref`. I added @RaimoNiskanen's `gen_statem` [example](https://gist.github.com/RaimoNiskanen/0f42a5256131bb440e284cd17eef33cf) to my app and then I run `rebar3 xref` with `exports_not_used` on… ```erlang...

I just found another scenario where this comes in hand: Elixir's `@impl`. If you're implementing, say… a `:gen_statem` , and you have a state callback (that is, one of the...

This one is funny. This is JEM.js: https://github.com/inaka/jem.js I would leave the ticket open, but I'll assign it to @HernanRivasAcosta :)

Good point. We generally support only the latest OTP release in `master`. You can always use older versions of `shotgun` with older versions of OTP. With that in mind, we...

Hi @joustava. We haven't had the chance to dig deeper into this yet, sorry. Maybe it would be better for you to try using [gun](http://github.com/ninenines/gun) directly and/or contact @essen to...