Fred Hebert

Results 400 comments of Fred Hebert

> `erlang@27`, or simply `erlang`, is already out for Homebrew. I'm not sure if that's what's causing the CI issue. It's been hard-coded, we should be able to remove that...

One of the key things covered in my book is the importance of having a model-based approach for stateful testing. So what I'd do is define operations such as calls...

yeah essentially this would require taking the command and all the code, moving it to the rebar3 project, and then it would be standard command like `relup` or `compile`, though...

I think it's generally fine to provide commands even if not everyone will use them. For example, `tree` or `xref` might be used by a fraction of users. Mostly I...

any of these value formats should work: https://rebar3.org/docs/configuration/dependencies/#declaring-dependencies

Oh yeah I meant to say you can just declare the plugin as any other dep and use the same `{appname, {git, URL}}` format for it. That's the right spot...

I don't quite know since you've only included the error and none of the project configuration, but I note: - you're using Rebar3 3.17.0 with OTP-23 on some linux. These...

What's the rebar.config file like? I haven't been able to replicate it for releases with newer versions when calling it as `rebar3 release` or `rebar3 as prod release` with the...

Aside from getting the expected warning (`===> WARNING: It is recommended to use {branch, Name}, {tag, Tag} or {ref, Ref}, otherwise updating the dep may not work as expected.`) I...

Yeah I had a similar issue just a couple days ago when revising how one of my apps sets up its tracing, where `with_span` isn't an acceptable macro because of...