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
Debug implementation for BBoxes. Currently uses derive, need to write our own, depends on whether NoPolicy or not at runtime to determine how to debug.
PartialEq for BBoxes ---> Need some sort of BBoxPartialEq that returns a BBox or something like it, then our ORM wrappers turn it into a bool before calling ORM code
Check ORMPolicy trait. Currently it enforces an empty() function so that we can implement TryFromU64 trait
Derive macros for ORM modules rely on things have PartialEq, Debug, etc, we need to replace those with our versions..
Add ORM unit tests
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: