Roger Lipscombe

Results 39 issues of Roger Lipscombe

Introduced between v0.4.2 and v0.4.3. Both tests are just `?assert(false)`. ## v0.4.3 ``` 1) without_vars/0 (test/foo_tests.erl:106) Assert failed: false 2) with_vars/0 (test/foo_tests.erl:111) Assert failed: false~n 1 test passed 2 tests...

I have a single failing test (shown as 'F' in the progress), but instead of details, all I get from `unite` is the following error: ``` Error in process with...

enhancement
help wanted

One question that occasionally arises at work is "how do we attach telemetry labels to a cowboy route?". We'd like to be able to attach arbitrary metadata to a route,...

...which is probably not what you want if you've got a git repo sharing with an hg directory. Though whether _that's_ something you want is probably up for discussion.

## Bug Description The `no_successive_maps` rule (see #157 and #255) doesn't warn when using nested maps. ## To Reproduce This triggers the warning: ``` _ = [ #{a => b,...

bug

Using ets:fun2ms without including ms_transform.hrl raises a runtime error, rather than a compile error: > The parse transform is provided in the ms_transform module and the source must include file...

enhancement

**Describe the bug** Given `-include("errors.hrl").`, which contains `-include_lib("other/include/errors.hrl").`, none of the definitions in the included file are recognised as in scope. This leads to an incorrect "Unused file: errors.hrl" (sometimes...

bug

I want to report a span that, er, spans over an asynchronous call to a `gen_statem`, using `gen_statem:send_request()` and `gen_statem:check_response()`. It would be useful if there were `telemetry:start_span()` and `telemetry:stop_span()`...