Skip to content

Conversation

@ThomasWaldmann
Copy link
Member

@ThomasWaldmann ThomasWaldmann commented Jul 20, 2019

master: py27 compatible code
py3: py35/36/37 compatible code (needs more testing before we merge into master)

Please only do py3 related fixes in the py3 branch, no other development.

@ThomasWaldmann ThomasWaldmann changed the title For better review: py3 -> master branch For better review: py3 branch -> master branch Jul 23, 2019
RogerHaase and others added 24 commits August 5, 2019 23:47
because order is unstable when using 2.
load_package_modules:

rather use importlib than the deprecated imp lib.

also: only load a flat list of modules, do not recurse into subdirs
as we did before this change (but this was never needed/intended).

_loadPluginModule:

rather use importlib than the deprecated imp lib.
seems like st_ino is not 0 any more on win32.

but as none of our non-test code calls fuid(), let's get rid of it.
…vs. \n

reloading sample data will create \r\n line endings for text data in
/wiki/data/default/data
@ThomasWaldmann
Copy link
Member Author

did another git rebase -i master to:

  • remove all the fixup commits
  • remove all the merge commits
  • squash together some commits of same topic

now down to 101 from 121. will wait for travis and do some local tests, then merge into master.

@ThomasWaldmann ThomasWaldmann merged commit 920197b into master Aug 5, 2019
@ThomasWaldmann
Copy link
Member Author

Tests fine, did a quick practical test, merged. \o/

@ThomasWaldmann
Copy link
Member Author

@RogerHaase let's continue in master from now on...

@ThomasWaldmann ThomasWaldmann deleted the py3 branch August 8, 2019 21: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.

4 participants