Nathan Phillips
Nathan Phillips
@barkermn01 - I think you might be a bit confused about the implementation of GpioPin - it doesn't hold file handles. See here: https://github.com/jeremylindsayni/Bifrost/blob/master/Bifrost.Devices.Gpio/GpioPin.cs
I haven't seen your PR but I wonder if the functions you are returning are actually closures. If so they may be slightly bigger than the objects that my PR...
Post a link to your PR and I'll see if I can give you an idea of the size of the function object required to hold the closure.
Your PR creates function objects that contain: 1 x pointer (to the code of the function) 1 x pointer (to tuple being passed in the closure to the function -...
I don't think we're nitpicking - I'm just trying to explain that the function objects the suggested change creates are not just function pointers but closures that are actually larger...
Not sure why that means it's not needed. When I build my framework that references Sodium it seems to want to build and include Sodium in the package too. Again,...
Check failure looks unrelated to my changes. I believe it's caused by this error: `The format of the analysis property sonar.login= is invalid`
I guess Issues isn't the right place to ask this. Does anyone know where someone who can act on this can be contacted?