Gabriel Baraldi

Results 231 comments of Gabriel Baraldi

That's unfortunately not weird. You sent an asynchronous exception to your program, which can and did cause the scheduler to get in a bad state. So not much that can...

This is a bug and should be fixed. But it's not release blocking. It's one of several issues with ctrl-c handling (just search for ctrl-c in the issue tracker). The...

Why did LLD get bunped to +5 but the other didn't 😕

None of the reproducers were particularly reliable. LLVM has tests for this but 🫤

It's a bit scary that such a common for loop pattern gets a regression IMO

I think doing something to all elements of a matrix is not uncommon?

Oh that function is in the private julia-internal.h header

We actually want to use `jl_init_with_image_file(NULL, sysimage_path);` instead

LLVM.jl already tests with `--opaque-pointers` and it has the opaque pointer infrastructure in place, though I'm not sure we fixed everything downstream.

I would like for that to be the case. And to me the most annoying thing is getting the BinaryBuilder build working. And as always 32bit and windows are the...