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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for the new MaxHeaderValueLengthFormatter #483

Merged

Conversation

Toflar
Copy link
Contributor

@Toflar Toflar commented Sep 27, 2018

Let's start Hacktoberfest 2018 a bit earlier 馃槑

Here's the support for FriendsOfSymfony/FOSHttpCache#424. Although I found a very stupid issue in the library itself so that needs to be merged first (FriendsOfSymfony/FOSHttpCache#426).

@dbu
Copy link
Contributor

dbu commented Sep 27, 2018

cool, thanks! i merged and tagged the bugfix. it seems like the method is not used in the tests here, as they did not fail.

but oh yay, code rot. the failures are about lowest version build. i guess they also happen in master now.

composer.json Outdated
@@ -22,7 +22,7 @@
],
"require": {
"php": "^7.1",
"friendsofsymfony/http-cache": "^2.3",
"friendsofsymfony/http-cache": "^2.5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, actually this is causing various problems with the lowest version build.

lets bump the branch alias to 2.5 and increase version numbers as needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might have misunderstood here but I bumped it and it still fails :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that was the start, now we have to get rid of old versions of things that we no longer can support. FOSHttpCache stopped supporting symfony 2.x in 2.5. we have to adjust here as well, and can remove the lts 2 build from the matrix.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah true, wouldn't it be better to update master then and I rebase? Otherwise this PR includes a lot of actually unrelated stuff :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point. yes lets do that in a separate pull request. can you do the upgrade?

@Toflar Toflar force-pushed the support-max-header-length-formatter branch from c10ec5d to 881b617 Compare September 28, 2018 07:39
@dbu
Copy link
Contributor

dbu commented Oct 1, 2018

can you please rebase on master to see if this is now good?

@Toflar Toflar force-pushed the support-max-header-length-formatter branch from 881b617 to 2ffeb9e Compare October 1, 2018 08:11
@Toflar
Copy link
Contributor Author

Toflar commented Oct 1, 2018

Here we go 馃帀

@dbu dbu merged commit 2dd925f into FriendsOfSymfony:master Oct 1, 2018
@Toflar Toflar deleted the support-max-header-length-formatter branch October 1, 2018 14:02
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.

None yet

2 participants