gonum / graph

Graph packages for the Go language [DEPRECATED]
251 stars 39 forks source link

graph.DStarGraph still exists but DStar does not #14

Closed kortschak closed 10 years ago

kortschak commented 10 years ago

DStar was removed in commit 40559782fce2847c095dbbdade32e310bedb2854, but the relevant interface, DStarGraph still exists.

The removal of D* seems to have been the resolution for issue #2 which is now marked as closed. Should this type be removed? I think probably #2 should be reopened too; the test does not fail, but there is no DStar - this is an issue.

UserAB1236872 commented 10 years ago

This is actually rebase wonkiness. Every time I remove it some nonsense happens and it keeps popping back up in the master branch. It's not intended to be there.

kortschak commented 10 years ago

I'll remove it now.

UserAB1236872 commented 10 years ago

I finally fixed the rebase wonkiness. I had to clobber my entire local repository, but now rebase is working fine and not magically readding D* tests to branches for no reason.