-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on
Description
- 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on