Curtis Vogt
Curtis Vogt
Hmmm, I'm slightly changing my mind about some of this. I noticed that showing control characters can be important. Possibly we want to just adjust how the escaping works. Definitely...
I've updated the code to continue to escape special characters with the exception of `"`. I also found this issue with the original code: ```julia julia> print(deepdiff("", "\$foo\n")) """ +...
> One rule would be something like "we should print out what you would type to create the string" which is pretty reasonable at first glance, and consistent with your...
Mainly this is an issue for CI. Specifically if you were to use `julia-actions/cache` with registry caching and later use `julia-actions/julia-buildpkg` the `Pkg.Registry.add("General")` call in that action can result in...
I need #318 to test locally so I'll rely on the CI for testing this change.
@christopher-dG can you review this?
> I had to increase the length of the FixedTimeZone name, as there was at least one name in backzone of length 18 characters. Interesting. Definitely warrants a test.
Thanks for the bug report. The issue isn't actually with creating the range but from using `first` on the created range when `show` is called. In particular in Julia 1.7...
> as an alternative, possibly we should refuse to create new reference files if `ENV["CI"]` is true? I think this is a reasonable compromise but would lead to some user...
Before this PR on Julia 1.9.4: ```julia julia> @time_imports using TimeZones 0.5 ms Scratch 8.1 ms Preferences 0.4 ms PrecompileTools 18.4 ms Parsers 4.3 ms InlineStrings 0.4 ms TZJData 0.7...