VireoSDK icon indicating copy to clipboard operation
VireoSDK copied to clipboard

eggShell.readJSON & Flatten / Unflatten JSON behavior

Open rajsite opened this issue 8 years ago • 0 comments

  • [x] Static allocated string in EggShell_DataReadString and EggShell_DataWriteString is likely causing aborts() when Vireo is rebooted or re-run using a new user shell. https://github.com/ni/VireoSDK/issues/275 and possibly https://github.com/ni/VireoSDK/issues/163

  • [ ] readJSON and Flatten / Unflatten from JSON should always return valid, safe UTF-8 strings. https://github.com/ni/VireoSDK/issues/366

  • [x] readJSON API should encode 64-bit integers as strings to improve interoperability. https://github.com/ni/VireoSDK/issues/364

  • [ ] C-based runner to test ReadValueString and WriteValueString https://github.com/ni/VireoSDK/issues/254

  • [ ] EggShell_WriteValueString tests for 2D arrays that cause the Array to grow do not behave correctly. https://github.com/ni/VireoSDK/issues/365

  • [ ] Test more around +0 vs -0 behaviors. https://github.com/ni/VireoSDK/issues/367

rajsite avatar Jul 10 '17 02:07 rajsite