Files
pacdef_rust/crates/pacdef_core/src
steven-omaha 0381fc7525 fix(grouping): non-canonical ordering
The first attempt 02c44c92d0 caused
`Section.partial_cmp` and `Section.cmp` to call each other recursively.
That lead to a stack overflow when compiled without optimizations, and
an infinite loop when optimizations were enabled.

This commit now properly implements at first `Ord` for both `Section`
and `Group`, and from this derives `PartialEq` for each.
2023-10-10 16:34:25 +02:00
..
2023-08-07 18:04:24 +02:00
2023-02-23 22:02:15 +01:00
2023-05-19 17:41:33 +02:00
2023-10-10 15:32:14 +02:00
2023-02-14 13:12:08 +01:00
2023-06-02 14:02:12 +02:00
2023-06-02 14:02:12 +02:00
2023-05-16 16:23:49 +02:00