Skip to content

Conversation

wilfwilson
Copy link
Collaborator

@wilfwilson wilfwilson commented Oct 27, 2021

This reverts #504, in other words, it adds again the code that was in #459.

Since the code in this PR is buggy (see #487), it was removed from the main branch. I do not imagine that this PR itself will ever be merged (at least not as-is), but I have pushed this branch and opened this PR so that we do not lose track of this code.

@james-d-mitchell has started PR #499 to try to fix this, which I have taken the liberty of rebasing on top of this branch. When #499 is merged, this PR should then be closed, and the associated branch deleted.

@wilfwilson wilfwilson added do not merge A label for PRs that should not be merged for whatever reason. new-feature A label for new features. labels Oct 27, 2021
@digraphs digraphs deleted a comment from github-actions bot Sep 10, 2025
@wilfwilson
Copy link
Collaborator Author

I've rebased this but not done a great job of resolving merge conflicts: since this PR was made, I think the function VerticesReachableFrom has been expanded from taking a digraph and a single vertex, to taking a digraph and a list of vertices. The code that this PR contains was designed for the former case, but it now appears as a method for the latter case, and so it doesn't work. I would guess that this can be fixed relatively easily, but I don't know, and I'm not intending to do it myself.

@james-d-mitchell
Copy link
Member

There's a new much better version by @saffronmciver on my phone and can't find the number of the pr

@wilfwilson
Copy link
Collaborator Author

wilfwilson commented Sep 16, 2025

Ah good to know, so that will supersede whatever is in here? Great!

Update: yes.

@wilfwilson wilfwilson closed this Sep 17, 2025
@wilfwilson wilfwilson deleted the readd-new-dfs branch September 17, 2025 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge A label for PRs that should not be merged for whatever reason. new-feature A label for new features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants