Dan Kolsoi
Dan Kolsoi
Sorry for missing this issue; if llvm-sys / the underlying C api support it then we should too
Yes, I agree. This is mostly tech debt from the days before `thiserror` and rust having any sort of good error type guidlines
I think we have a MetadataBasicValueEnum which is probably want wherever it's failing
Might be simpler for PointerValue to have a set_alignment method no? Possibly on the BasicValue trait if it applies to all basic values
The code does not work across all LLVM versions and needs to be adjusted accordingly
That's really weird. I suppose you could slap #[allow(dead_code)] on it and call it a day
I don't think there's a way to fix this. docs.rs makes some assumptions about how docs should be generated which don't really apply to inkwell (ie we need a version...
Unfortunately we've never had CI tests running on Windows to keep it up to date. Would be a great addition to the test suitee
Thanks for the quick reply! That does look quite similar. Though weirdly I'm seeing it complain about `AsRef` rather than `Send`. Feel free to close as dupe if you think...