Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: FastRoute dispatcher and data generator should match #3027

Merged

Conversation

edudobay
Copy link
Contributor

While testing with the master branch of FastRoute, I found the following issue:

FastRoute has recently changed the default dispatcher to MarkBased, and Slim is based on GroupCountBased. The data generator should always match the dispatcher, so the data generator must be explicitly given to avoid breaking with future FastRoute releases.

FastRoute has recently changed the default dispatcher to MarkBased, and
we're based on GroupCountBased. The data generator should always match
the dispatcher, so the data generator must be explicitly given to avoid
breaking with future FastRoute releases.
@coveralls
Copy link

coveralls commented Nov 30, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling e188fa3 on edudobay:fix_FastRoute_dispatcher_and_data_generator into 8dbe684 on slimphp:4.x.

@l0gicgate l0gicgate added this to the 4.7.0 milestone Nov 30, 2020
@l0gicgate
Copy link
Member

@edudobay great catch! Let's get this one into the 4.7 release. Thank you!

@l0gicgate l0gicgate merged commit 372ffd1 into slimphp:4.x Nov 30, 2020
@edudobay edudobay deleted the fix_FastRoute_dispatcher_and_data_generator branch November 30, 2020 11:33
@l0gicgate l0gicgate mentioned this pull request Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants