Closed eliotwrobson closed 11 months ago
@caleb531 since this is a bug people are actively running into and the volume of changes (outside of the test cases) is small, I'm going to try and merge this sometime today.
@eliotwrobson Sure, I have no problem with that—the PR looks fine to me.
And if you want to go ahead and merge to main
as well, please feel free. Just please be sure to run through all steps in the Release Checklist (including the creation of the GitHub Release with recent features like the PDA show_diagram
method, etc.). I just want to make sure that we have everything captured.
@caleb531 going to go ahead and merge since you approved.
I don't quite have time to run through the whole release checklist right now, since we added a couple of new features in addition to this bug fix. I'll try and find time in the next couple of days to push out a minor version. I think the main thing is that people who run into this bug have a fixed version available, and just having that on the develop branch should at least help some.
@eliotwrobson Oh okay, sure. If you think having this fix on develop
is sufficient, then I'd probably not rather rush a release if we truly don't need to.
Resolves #182. Modifies the algorithm to deal with partial DFAs correctly. Somewhat inefficient, but the best we can do until Valmari's algorithm gets implemented (which is a separate open issue).
cc @martinec. If you have any more potentially interesting test cases, would be good to add to make sure the algorithm is working correctly (this one is unfortunately a bit tricky to get right).