warts icon indicating copy to clipboard operation
warts copied to clipboard

Erlang/OTP

Results 7 warts issues
Sort by recently updated
recently updated
newest added

The existing matrix strategy only tests apps which have been changed directly. This is unsound, since other apps may be affected by a change, but not directly changed, and hence...

cla signed

Unlike writing match specs directly, `ets:fun2ms/1` generates queries by translating an erlang function expression. This is convenient and makes for readable queries, but it necessarily trades-off some expressiveness in favour...

cla signed

This change introduces two new features: - Comment "/run-fuzzer" on a pull request to trigger a bot which will run erlfuzz and report the results by replying on the comment...

cla signed

Adds four kinds of string interpolation split over two axes (utf-8 binary or unicode codepoint list, and user-facing or developer-facing formatting). The result are four general classes of syntax with...

cla signed

Dialyzer failed in CI during testing because we'd run the tests in a Docker image which uses the output of a build of OTP, but that build doesn't include the...

cla signed

set the keepalive or pipeline timeout to the server provided value, measured from request start time. This helps avoid losing requests when the client request and the server close cross...

cla signed