Panic when a route contains a duplicate point #30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the issue occurs in
LineInfo::get_segment, when the line doesn't have any segments.minimal reproduction:
Note that this scenario would be a logic error on the user's end, but we should be returning a useful error message, not panicking.
Resolved by #33