Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a_star return Routes, not Links. #226

Merged
merged 1 commit into from
Mar 2, 2016
Merged

Conversation

mossblaser
Copy link
Member

Previously, use of A* would result in routing trees with some routes described
with Links objects, not Routes. For most of human history this didn't cause
anything to blow-up but with newer more sophisticated routing table generation
everything blows up. Whoops.

Previously, use of A* would result in routing trees with some routes described
with Links objects, not Routes. For most of human history this didn't cause
anything to blow-up but with newer more sophisticated routing table generation
everything blows up. Whoops.
@mundya
Copy link
Member

mundya commented Feb 26, 2016

Whoops indeed. LGTM, thanks.

mossblaser added a commit that referenced this pull request Mar 2, 2016
Make a_star return Routes, not Links.
@mossblaser mossblaser merged commit 7e6ba4c into master Mar 2, 2016
@mossblaser mossblaser deleted the fix-a-star-return-type branch March 2, 2016 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants