Nathan Howell
Nathan Howell
There is already support for arbitrary calling conventions, see `callWithConv`... I've also been experimenting with tagging Functions with their calling convention, see [get-nats/.../Instructions.hs](https://github.com/alphaHeavy/llvm/blob/38e8d8351124709234c3416fec410cf2203b3da7/LLVM/Core/Instructions.hs#L881)... I think you'd only need one unsafeCoerce...
> FYI, the Bazel team has been actively working on the combined problems of precise OSS license attestation, compliance audit, and SBOM generation. @aiuto this issue is about adding support...
definitely should setup Github Actions for this one... but it does pass locally on a couple of my machines: ```console $ bazel clean INFO: Starting clean. $ bazel test //test:test_sys_marker...
@ruidc indeed, this repo doesn't have any Python toolchain support. if this is something you can help with we'd be happy to take a PR. for reference, we've been using...
@njlr the distinction between dependency groups is less important for Bazel builds (testonly being the notable exception), so I hadn’t implemented this. I can see it being useful though. is...
> Currently I am setting up a bazel repository and the setup is that most of the developers are using Macs where as our CI is running on Ubuntu20.04, so...
@duggelz @AlecBenzer it looks like this is possible using Python toolchains, see https://gist.github.com/NathanHowell/5cf4a353a8dd3a1025e682c4707d5bac for an example
@pstradomski yeah I can do that, I have a couple other things I want to add to the poetry rules too so maybe I'll drop it in that repo later...
@b1tninja I ran into possibly the same issue `Deleting this call as it has a duration less than minimum duration of 0`... I ran `opensnoop-bpfcc` and it was never even...
@bctrainers on master it never ever records anything (it doesn't even open a file that would later be deleted), reverting to v3.1.4 everything works as intended. maybe it's a problem...