Loïc Hoguin
Loïc Hoguin
It's missing and makes building e.g. https://hex.pm/packages/rocksdb fail. `pre_hooks` is there but `post_hooks` is not. Need to check whether the hooks are the same pre/post and we can generalize or...
See individual commits for details. Note that 'EXIT' messages happen when the test process is linked to another process that exits.
PoC for https://github.com/erlang/otp/issues/10260 I figured that I would get the filename from the same place exceptions already do since it's the most appropriate and there's no need to tweak the...
Hello! I am making an Erlang problem matcher with matchers defined in https://github.com/ninenines/ci.erlang.mk/blob/master/.github/matchers/erlang-matchers.json and installed in https://github.com/ninenines/ci.erlang.mk/blob/master/.github/workflows/ci.yaml#L100-L107 It currently does erlc/dialyzer matching (same format), Common Test (with some limitations: problems...