Skip to content

ORM Fixes #44

@KinanBab

Description

@KinanBab
  • 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

No one assigned

    Labels

    bugSomething isn't workingwontfixThis will not be worked on

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions