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

[5.7] Fix validate method #26417

Closed
wants to merge 1 commit into from
Closed

Conversation

ttsuru
Copy link
Contributor

@ttsuru ttsuru commented Nov 7, 2018

Issue fix #25736, #25750.

941c8c7 cause when Illuminate\Foundation\Http\FormRequest::validated is called. validated again.
I add contracts method. I think there is no choice to fix this problem.

I apologize...

@sisve
Copy link
Contributor

sisve commented Nov 7, 2018

The new method in the contract means that it's a breaking change and should target the 5.8 release. If this gets into the 5.7 release, any existing custom implementation of the contract will be incomplete and require changes by the developer.

@ttsuru
Copy link
Contributor Author

ttsuru commented Nov 7, 2018

@sisve
Sure. But there is no choice to fix this issue.
Do you have any idea to fix this issue?

Please check #25736 and files chenges.

@sisve
Copy link
Contributor

sisve commented Nov 7, 2018

Regarding choice; there's nothing that forces us to choose to target 5.7. We could just target 5.8 and choose to fix the issue in the next release. Not every bug and problem needs to be fixed in the current release, specially if they have the potential to break existing applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants