JuliaInterop / Clang.jl

C binding generator and Julia interface to libclang
https://juliainterop.github.io/Clang.jl/
MIT License
217 stars 68 forks source link

Fix shards regression #487

Closed Octogonapus closed 3 months ago

Octogonapus commented 3 months ago

This PR is my attempt at fixing the shards regression in #486. I added a test that checks all the default triples.

Fixes #486.

Gnimuc commented 3 months ago

looks like there are download issues on windows platforms.

Octogonapus commented 3 months ago

looks like there are download issues on windows platforms.

I'm not sure what that error means, do you know?

Gnimuc commented 3 months ago

looks like there are download issues on windows platforms.

I'm not sure what that error means, do you know?

no. probably just a mysterious connection issue.

Gnimuc commented 3 months ago

The new test looks good. Thanks!

Gnimuc commented 3 months ago

just noticed we just hit 1000 commits ;)