Jesper Eskilson
Jesper Eskilson
Trying to run gradualizer on my "Advent of Code" solutions (https://github.com/jesperes/aoc_erlang) triggered a `function_clause` error when running `rebar3 gradualizer --use_beams`: ```erlang ===> Uncaught error: function_clause ===> Stack trace to the...
Corrupted label; missing "m" from "module/1" in outline and project explorer views. 
I'm getting a weird "syntax error" in one of our beams: ``` _build/test/lib/opsgenie/ebin/opsgenie.beam: escript: exception throw: {error,"4:28: syntax error before: '('"} in function merl:fail/2 (merl.erl, line 1080) in call from...
Since updating to lsp-ui version `20220823.1626`, I'm starting to get errors like this now and then. I am guessing this related to `lsp-ui`, mostly because of the stacktrace: ``` Debugger...
This allows the user-defined crash function `crashmsg/3` to get the actual stacktrace term.
Sometimes the PropEr will fail with `cant_generate`: https://github.com/klarna-incubator/bec/actions/runs/3088243798/jobs/4994492361#step:7:106. This needs to be investigated.
The builds do not seem to generate code coverage such that this can be displayed in GitHub. There seems to be traces of this in the build scripts, but something...
I'm trying to exclude files from being analyzed, as they are causing problems, but the `exclude` option in `rebar.config` does not seem to work: ```erlang {gradualizer_opts, [{exclude, ["**/opsgenie.*"]}]}. ``` I...