Tom
Tom
I presume declaring this license was the original intention, given the existence of the LICENSE file at all. Should resolve issue https://github.com/mokus0/monad-loops/issues/17.
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...
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...
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...
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...
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...
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...