Thank you, fixed in main.

On Sat, Jan 28, 2023 at 11:40 AM Daniel Kukuła <daniel.k...@gmail.com>
wrote:

> I recently found a bug that shows up when you have capture_log enabled and
> your code uses Logger.App.stop()/start(). Having capture_log: true makes
> this test show up green.
> ```
>   @tag capture_log: true
>   test "greets the world" do
>     Logger.App.stop()
>     Logger.App.start()
>     assert :hello == :world
>   end
> ```
> Minimal example repo here with capture_log set in
> ExUnit.start(capture_log: true)
> https://github.com/dkuku/logger_error
>
> --
> You received this message because you are subscribed to the Google Groups
> "elixir-lang-core" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to elixir-lang-core+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elixir-lang-core/6924e867-c9ff-4dcb-b8ea-571f6cc2e156n%40googlegroups.com
> <https://groups.google.com/d/msgid/elixir-lang-core/6924e867-c9ff-4dcb-b8ea-571f6cc2e156n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4Lrc%2BabNTnsTw6wUFKG1OMLhucYy_QQF9w81jKg22AKHw%40mail.gmail.com.

Reply via email to