-
Notifications
You must be signed in to change notification settings - Fork 0
ORM Fixes #44
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on
Description
KinanBab
opened on Sep 3, 2024
Issue body actions
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on