Tim Upthegrove

Results 5 comments of Tim Upthegrove

There was some discussion of this problem on #158. Note that the maintainer of FOAM should be involved in the discussion of how to solve this issue. One solution may...

We discussed this ticket on #openflow-discuss, and we decided that this should be re-opened. I can't actually re-open tickets for this repo. Can someone else do it?

One simple fix would be to simply skip the `Eq` trait when the value has type `REAL`. There might be other more nuanced approaches as well, but I have not...

On second thought, this is slightly more complicated. Any parent type that includes `REAL` fields must also not set the `Eq` trait, so there is a cascading effect here. For...

Yes, for now I am just deriving `PartialEq` and I don't think it will cause issues. Frankly, I do not fully understand what the difference is between the Rust compiler-generated...