Curtis Vogt
Curtis Vogt
> with debug logging disabled 😞 We'll that's sub-optimal. I thought part of the point of using macros for Julia logging was to be able to optimize the log messages...
The initial `PatchEnv` we create for `PATCH_ENV` should always be empty. If we save that patch env to say `const ROOT_ENV` we could simply check `PATCH_ENV[] !== ROOT_ENV` to see...
The obvious solution would be to add the reusable workflow name and possibly the inputs to the key to ensure things are distinct. However, accessing the workflow name from within...
It should be an error to `@patch` a function that isn't `@mock`ed. Currently it is silently ignored.
The choice for using `@mock` on the call sites instead of the method definition was done as you may want to patch a call for a method for which you...
Discovered while working on: https://github.com/JuliaTime/TimeZones.jl/pull/479
I can open an upstream issue but I suspect I'll only get to it tomorrow
I don't think the [here string](https://www.gnu.org/software/bash/manual/html_node/Redirections.html#Here-Strings) is the problem as other CLI tools work with that syntax: ```sh ❯ cat
I also tried using `top_level=true` which didn't make a difference
Encountered this problem while working on: https://github.com/JuliaPackaging/Yggdrasil/pull/8892
Looks like there's some additional work to be done to support other platforms