-
Notifications
You must be signed in to change notification settings - Fork 160
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
Support Symfony 3.4 #181
Support Symfony 3.4 #181
Conversation
3845add
to
1e616c7
Compare
…operly configured
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder - would it be ok to add the autogenarated files/folders to git attributes denoting they are autogenerated ?
Would probably make the diff a tiny bit nicer WDYT ?
f61ec93
to
4b311b7
Compare
4b311b7
to
aeaa79d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
While there seems to be some overlap with symfony v4 and it looks like there could be some low hanging fruits for some code reuse between the two.
But since the layout might get changed a bit with upcoming changes on C level. I'm not supper hanged up on making that reuse happen now :)
They surely need a refactor and can share some code, but as you said, given the soon to be happening changes to the C extension, we can leave a little bit of code duplication for now. |
Generate runtime_id if not provided
Description
This PR:
Readiness checklist