ryanpoulos / LabVIEW-Memory

A library that provides a set of VIs and classes for performing explicit memory operations, such as pointer allocation and deallocation, in LabVIEW.
MIT License
3 stars 3 forks source link

Swap does not return an error when the buffer sizes are mismatched. #8

Closed csjall closed 5 years ago

csjall commented 5 years ago

Current the swap method no-ops when the buffer sizes are mismatched. Ideally we should return an error to prevent silent failures. Rememeber: Fail early! Fail often!

image