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
Our current "is*" testing and related low-level type checks etc. rely on a few large files. Refactor to:
Support "sparse" definition. A new function to test should be able to define default results such that types which produce that result for that function don't need to be updated at all.
Support "type specific descriptors", essentially a JSON file for each type/object being tested that the harness loads to let the system keep testing information in the type's bundle.
Our current "is*" testing and related low-level type checks etc. rely on a few large files. Refactor to:
To accomplish this task we need to
The text was updated successfully, but these errors were encountered: