René Föhring

Results 126 comments of René Föhring

I apologize for the age/inactivity on this issue. I should have done a better job at resolving this properly. 😥 Please feel free to re-open this issue at your discretion.

I apologize for the age/inactivity on this issue. I should have done a better job at resolving this properly. 😥 Please feel free to re-open this issue at your discretion.

I apologize for the age/inactivity on this issue. I should have done a better job at resolving this properly. 😥 Please feel free to re-open this issue at your discretion,...

Hi, I can't reproduce this. I have used this code: ```elixir defmodule SomeModule do alias A.B.Foo case Application.compile_env(:app, SomeModule)[:use_bar] do "true" -> defp a() do alias A.B.Bar Bar.f() end _...

Thanks for reporting this 😀 It is now fixed on `master`. You can try this by setting the Credo dep to ```elixir {:credo, github: "rrrene/credo"} ``` Please report back if...

This seems weird, and while this might very well have to do with OTP 26, I can not reproduce it on my machine. Let's gather more data about how many...

Checking in: Is this still a problem with newer versions of Erlang/Elixir/Credo?

Hi, yes, we should definitely do something about this 👍 What do you think about putting a simple `to_string` here: https://github.com/rrrene/credo/blob/3fb97c5b2a35edfbb5c994010335c5b3bf8ee242/lib/credo/check.ex#L728 We did something similar to `:trigger` a couple of...

Mmh, I get the feeling that we are not yet finished analysing the problem (the StackOverflow post that this snippet seems to be copied from also left me no wiser)...