Dan Kolsoi

Results 260 comments of Dan Kolsoi

Prints out: ``` "declare double @test_fn()\n" "declare double () addrspace(0)\n" ```

I suspect that GlobalValues might have this same issue. Would you be able to confirm for me?

Okay, even though I wasn't able to reproduce the issue in gdb, I think it was maybe just luck? Like maybe the memory was never overridden on my system. I...

See comment here as well: https://github.com/TheDan64/inkwell/issues/347#issuecomment-1249920735 will probably hold off until 0.2.0

The hosted docs are a bit dated since travis ci stopped supporting OSS projects. Still haven't figured out how to hook the old approach of uploading docs with GH actions

https://github.com/TheDan64/inkwell/blob/master/src/types/traits.rs#L61

I don't think there's any technical reason why it hasn't been done

I wonder if this is an OSX issue somehow? CI seems to be working fine: https://github.com/TheDan64/inkwell/runs/6929348215?check_suite_focus=true

I also recall the two not being equivalent. I wonder if it was just because it wasn't a const fn at the time? Maybe it'd be viable now, but I'm...