adaptagrams
adaptagrams copied to clipboard
Tests use a non-existent Router#setOrthogonalNudgeDistance method
Some tests such as corneroverlap01 refer to a non-existent method:
Error C2039 'setOrthogonalNudgeDistance': is not a member of 'Avoid::Router' corneroverlap01 D:\work\adaptagrams-master[2019-01-24]\cola\libavoid\tests\corneroverlap01.cpp 12
The method was deleted in 2012 apparently: c64d67790ca0546e8d04ba3fe03dd73174cddc58.
I don't want to sound entitled, but such severe code debt doesn't inspire confidence in the library.
Update: eh, I guess these tests are disabled in the makefile. I tried building it via MSVC, which seems to be an afterthought.