Curtis Vogt

Results 158 issues of Curtis Vogt

When using the branch [master-wip-apple-si-on-2f7f0d32e740](https://github.com/iains/gcc-darwin-arm64/tree/master-wip-apple-si-on-2f7f0d32e740) I'm seeing the following failure: ``` configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES ``` I was not seeing this issue when building on...

It would be good if the "file" URI scheme was supported as defined in: https://datatracker.ietf.org/doc/html/rfc8089 More specifically I was trying to use the "file" URI with `mkpath` which did not...

```julia julia> using FilePathsBase julia> replace(PosixPath("/a/b/c"), "b" => "c") ERROR: MethodError: no method matching similar(::PosixPath, ::Type{String}) Closest candidates are: similar(::Union{LinearAlgebra.Adjoint{T, var"#s814"}, LinearAlgebra.Transpose{T, var"#s814"}} where {T, var"#s814"

May want to revise the `test_download` test to avoid failing due to rate limiting: ```julia download: Error During Test at /Users/runner/.julia/packages/FilePathsBase/kMipS/src/test.jl:893 Got exception outside of a @test IOError: unlink("/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/jl_2xOPsw"): no...

help wanted
wontfix

Using [`brew update`](https://github.com/invenia/LibPQ.jl/blob/6a07c45924778a23f00237a68d3733be11618fbc/.travis.yml#L35) can sometimes result in CI failures: ``` $ brew update fatal: unable to access 'https://github.com/Homebrew/homebrew-core/': transfer closed with outstanding read data remaining Error: Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core failed! ==>...

Extracts the changes which were lost when https://github.com/JuliaCollections/IterTools.jl/pull/88 was closed.

A while ago I [re-implemented](https://github.com/invenia/Mocking.jl/pull/66) `splitdef`/`combinedef` to handle a larger variety of function definition as well as get better performance. I originally just added these functions directly to [Mocking.jl](https://github.com/invenia/Mocking.jl) as...

Given the markdown: ````markdown 1. A list item that has a really long sentence which the user may want to manually break up. ```sh # nested code blocks shouldn't break...

Type: Upstream

I noticed the JuliaFormatter was removing the trailing comma in this example: ```julia @test S3Path("s3://my_bucket/prefix/that/is/fun") == S3Path( ("prefix", "that", "is", "fun"), "/", "s3://my_bucket", false, nothing, cfg, ) ``` https://github.com/JuliaCloud/AWSS3.jl/pull/192#discussion_r689630860 I...

BlueStyle

When using BlueStyle the formatter makes the following change: ```diff catch e - @delay_retry if retry && ecode(e) in ["NoSuchBucket", "NoSuchKey"] end + @delay_retry if retry && ecode(e) in ["NoSuchBucket",...

BlueStyle