Gabriel Baraldi

Results 230 comments of Gabriel Baraldi

Is there a separate Yggdrasil PR to move libgit to the native Macos crypto library or is the windows change supposed to fix both?

I'm not sure how necessary this is anymore. The only differences from imaging to non imagining now I think are the PTLS emission, ccalls and multiversioning.

It segfaults when receiving a specific target instead of erroring out, I guess it needs some separate cmdline arg handling

Did LLVM bump the minimum macos version?

Where is it getting that version from???

https://reviews.llvm.org/D134637 they seem to agree that this patch is the way forward so maybe add it?

Maybe we should open some upstream issue? But at least it's green 🥳

So me and @topolarity reduced this to ```julia function flush!(sc::Threads.Condition) @lock sc begin try if Core.Compiler.inferencebarrier(true) return nothing end return nothing finally end end end code_typed(flush!, (Threads.Condition,)) ``` Note that...

So after @topolarity and me stared at this for way too long, this got minimized to ```julia struct Foo{T} end struct Bar{T} end struct Baz{T} end struct Lala{T} end function...