-
Notifications
You must be signed in to change notification settings - Fork 108
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
[py2py3] Migration at level scr/python/A/B/C - slice 2 #10103
Conversation
Jenkins results:
|
Jenkins results:
|
Jenkins results:
|
Jenkins results:
|
Jenkins results:
|
Jenkins results:
|
c9e2ce2
to
8ede6c1
Compare
Jenkins results:
|
Jenkins results:
|
47aa086
to
322c452
Compare
Jenkins results:
|
Jenkins results:
|
322c452
to
d33b43c
Compare
Jenkins results:
|
0f36b00
to
3868fbd
Compare
Jenkins results:
|
Jenkins results:
|
6e915a9
to
7028010
Compare
@amaltaro after discussion on slack, this has been rebased directly onto master and it is ready to be reviewed! |
e1597cd
to
48d3038
Compare
Jenkins results:
|
Jenkins results:
|
Jenkins results:
|
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.
These changes look good to me, Dario. I assume they are ready to be merged as well?
@@ -112,6 +108,6 @@ def __str__(self): | |||
""" | |||
string = '' | |||
for i in self.create, self.constraints, self.inserts, self.indexes: | |||
for j in i.keys(): | |||
for j in i: |
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.
such a horrible variable naming... nothing for you to do though!
Actually, can you please squash commits 2 and 3? |
48d3038
to
e31c991
Compare
I squashed commit about After you give the ok, I can squash the commits about |
Jenkins results:
|
Thanks Dario. Feel free to squash the |
e31c991
to
fa25507
Compare
Jenkins results:
|
Oups, I overlooked the python2.6 idioms. Have you tried updating those (at the very bottom of the PR report)? Or should we leave it for another PR? |
Since it is the usual |
@mapellidario Dario, I hope you haven't started working on this type x isinstance thing. |
Fixes #10098
Status
ready
Related PRs
This PR is rebased on
master
.Description
Run futurize and some manual changes on the first batch of src/python/A/B/C.
No notable changes or errors have been encountered during this PR.
Is it backward compatible (if not, which system it affects?)
It should be. No possible causes for errors have been spot by unit tests.
External dependencies / deployment changes
Requires python-future in both py2 and py3 environments.