*Created by: UlfNorell*
Can avoid `erlang:apply` and having to export the `builtin_` functions by moving the call to `builtin_function`:
```erlang
bfun(B, {IArgs, IExpr, IRet}) ->
{{builtin, B}, [private], IArgs, IExpr, IRet}.
builtin_function(BF) ->
case BF of
{event, EventT} -> bfun(BF, builtin_event(EventT));
...
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Created by: hanssv
https://www.pivotaltracker.com/story/show/163146624
Created by: UlfNorell
Can avoid
erlang:applyand having to export thebuiltin_functions by moving the call tobuiltin_function:Created by: UlfNorell
Review: Approved
Created by: happi
Review: Approved
Merged by: hanssv at 2019-01-14 09:58:13 UTC