-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
ordered use statements in code examples #11277
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
Conversation
This would be very nice to have. About the merge conflicts ... if it's only about 10 files, it won't be hard to upmerge to 4.2. In the past we've merged PRs with hundreds of conflicts in more than 100 files. |
Ok cool, I will fix the rest, but there are A LOT more to fix, that’s one of the reasons for WIP 🙊 |
0b0b864
to
86ac962
Compare
I am still working on it, but are you fine with this commit @xabbuh @javiereguiluz ? |
91fe7c8
to
a5c7434
Compare
I don't have a strong opinion about that commit. We try to put the namespace always ... except when the code example is tiny or too abstract. However, I recommend you to not make changes different than sorting the "use" statements because the PR will already be super complex ... and if you add unrelated changes, it will be even more complex. |
e164c81
to
4554833
Compare
I created a separate PR #11283 |
4554833
to
d73f160
Compare
This one was huge, I removed the [WIP] prefix, ready to review 👍 |
a5a4fc1
to
30459ce
Compare
30459ce
to
1bdeba2
Compare
1bdeba2
to
7375efc
Compare
7375efc
to
3506a7e
Compare
This PR was merged into the 3.4 branch. Discussion ---------- ordered use statements in code examples I know, that this could lead to massive merge conflicts, but if we would not merge it up, I could create a shiny new PullRequest against `4.2` and I am willing to merge it up and fix the conflicts, too! Or does any thoughts about **not** to order the use statements exist, which I doesn't know? There are a lot more todo, but before finishing this PR, I'd like to receive some feedback Commits ------- 3506a7e ordered use statements in code examples
I know, that this could lead to massive merge conflicts, but if we would not merge it up, I could create a shiny new PullRequest against
4.2
and I am willing to merge it up and fix the conflicts, too!Or does any thoughts about not to order the use statements exist, which I doesn't know?
There are a lot more todo, but before finishing this PR, I'd like to receive some feedback