-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i_overlay 1.8 introduced a new trait based approach which allows us to remove some of our own trait juggling. However, our old friend, the orphan trait rule, prevents this from happening easily. For now, I'm creating wrapper structs in geo for this algo. i_overlay 1.8 also introduced a new method signature for doing bool_ops, removing the old ones. This caused our trait juggling to infinitely recurse: See #1270 Now that we're using the new methods, the problem is avoided.
- Loading branch information
1 parent
44b59ce
commit c077697
Showing
4 changed files
with
61 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.