boostorg / graph

Boost.org graph module
http://boost.org/libs/graph
325 stars 208 forks source link

Maximum Adjacency Search: refactor existing tests + create new tests #333

Closed daankolthof closed 1 year ago

daankolthof commented 1 year ago

See https://github.com/boostorg/graph/issues/297

daankolthof commented 1 year ago

Blocked on https://github.com/boostorg/graph/issues/334.

jeremy-murphy commented 1 year ago

Looks like the build failed on something unrelated to your code. Can you trigger a rebuild?

daankolthof commented 1 year ago

Looks like the build failed on something unrelated to your code. Can you trigger a rebuild?

Only by pushing a new commit, I don't have any access to re-trigger the failed build. Do you have access?

jeremy-murphy commented 1 year ago

Looks like the build failed on something unrelated to your code. Can you trigger a rebuild?

Only by pushing a new commit, I don't have any access to re-trigger the failed build. Do you have access?

I never figured out if it was possible. But now that I've merged the fix for Bionic, you can merge that change in and push it.

daankolthof commented 1 year ago

I've switched some branches around on my fork, new PR is at https://github.com/boostorg/graph/pull/337.