Devika G N
Devika G N
For example, during the Malloc, if any allocation fails, we are printing the message [here ](https://github.com/ni/VireoSDK/blob/c8eb11d197b09f7ed2100bdb01cd48cd8f2fa003/source/core/TypeAndDataManager.cpp#L162)and continuing with other statements. This may lead to a segmentation fault in succeeding code...
The test `The Vireo EggShell executeSlicesUntilClumpsFinished API reports error when the Vireo runtime stops execution` test is intended to verify that the user can correctly observe both graceful errors and...
Add test cases in [Double.Test.js](https://github.com/ni/VireoSDK/blob/c8eb11d197b09f7ed2100bdb01cd48cd8f2fa003/test-it/karma/publicapi/Double.Test.js#L133) such as the conversion of different normal floating-point values such as "-3.5, -2.1, 2.1, 3.5" to make sure the rounding behavior is FE_TONEAREST and ensure...