You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, two inconsistencies has been found in the C++ code in the addon.
The function UpdateFileIdentityWrapper returns a value that is not initialized:
Or the function DisconnectSyncRoot, in which some paths do not return a value.
To improve this, zod will be implemented in the virtual drive and all outputs from the addon will be check against the zod schema.
No errors will be thrown, but inconsistencies will be added to a log so we can continue to improve type safety between C++ and Typescript.
The text was updated successfully, but these errors were encountered:
Currently, two inconsistencies has been found in the C++ code in the addon.
The function UpdateFileIdentityWrapper returns a value that is not initialized:
Or the function DisconnectSyncRoot, in which some paths do not return a value.
To improve this, zod will be implemented in the virtual drive and all outputs from the addon will be check against the zod schema.
No errors will be thrown, but inconsistencies will be added to a log so we can continue to improve type safety between C++ and Typescript.
The text was updated successfully, but these errors were encountered: