Curtis Vogt

Results 388 comments of Curtis Vogt

I'm not sure I would require that power. I think what I want is: ```julia @test_nolog LOGGER ``` Which would validate that no logs are emitted from the executed code....

I found myself wanting this again. I was in a scenario where I wanted to test for two different log messages but only call the function once: ```julia @test_log LOGGER...

I ended up writing this as a more generic way of testing for logs. It may be useful to do some iteration on this design: ```julia using Memento: DefaultFormatter, Handler,...

There's definitely something weird going on here as `hash` and `isequal` aren't really the same at all here.

Oh yes, I forgot about the adventure that was https://github.com/JuliaTime/TimeZones.jl/pull/281

I was thinking of displaying all logs that occurred within the `@test_log` macro if an exception occurred. This would be a bit tricky as you'd need to capture the logs...

In #384 the default tzdata file was changed to be non-lazy. This PR now updates the the `generate_artifacts.jl` code to perform this change automatically.

More to look into. I'll pick this up later

@iamed2 is this something you actually need? Dates only needs this for `now(::Type{UTC})` and it's never used as an instance.

Thanks for the report. We can possibly implement an automated retry but I'd like to see how rare this issue is first