Roger Lipscombe

Results 44 issues of Roger Lipscombe

Rebar 3.14 added `git_subdir` to its supported dependency formats. See https://rebar3.org/docs/configuration/dependencies/. These have 4 elements. This causes `dep_autopatch_rebar.erl` to fail with the following error: ``` Runtime terminating during boot ({{case_clause,{git_subdir,"https://github.com/whatsapp/eqwalizer.git",{branch,"main"},"eqwalizer_support"}},......

In the 0.8 release notes (which are my go-to for documentation about matchers, etc.), I think there's a typo: ``` meck:expect(foo, bar, [{[meck:is(TooShort)], too_short}, {['_', long_enough]}], ``` ...ought to be:...

See #249 I'm not sure whether we want to deprecate the use of `meck_history:result()`, so I only changed one of the unit tests to use the changed `meck:capture()`. Let me...

(follow-up from #1336) **What happened**: kubectl `1.26.0` added completion for plugins. WSL2 (by default) adds the Windows `%PATH%` to the Linux `$PATH`. Since `kubectl ` searches `$PATH` for plugins (e.g....

kind/bug
priority/backlog
needs-triage