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

Fixed compatibility with 3.3 #17

Merged
merged 1 commit into from
May 3, 2017
Merged

Fixed compatibility with 3.3 #17

merged 1 commit into from
May 3, 2017

Conversation

linaori
Copy link
Contributor

@linaori linaori commented May 2, 2017

closes #16

The argument sequence of the translator has been changed, causing 3.3 to not be able to construct the enum translator loader.

Copy link
Member

@yannickl88 yannickl88 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@yannickl88
Copy link
Member

If you can fix the Travis build 😬

.gitignore Outdated
@@ -2,3 +2,4 @@
/test/Functional/Fixtures/logs
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't these logs be moved to var as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, but they can be removed now (/var is already excluding them)

- php: 7.1
env: COMPOSER_FLAGS="" SYMFONY_VERSION="dev-master"
allow_failures:
- php: 7.1
Copy link
Contributor

Choose a reason for hiding this comment

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

We should verify running 7.1 with the latest stable Symfony works.

It's ok to have the dev-master fail, but stables should always work.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

7.1 is tested with --prefer-stable

image

@nicoschoenmaker nicoschoenmaker merged commit 8cd43ca into hostnet:master May 3, 2017
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.

Symfony 3.3 translator arguments changed index
3 participants