[Widelands-dev] [Merge] lp:~widelands-dev/widelands/automate_clang-format into lp:widelands

2016-12-03 Thread noreply
The proposal to merge lp:~widelands-dev/widelands/automate_clang-format into lp:widelands has been updated. Status: Needs review => Merged For more details, see: https://code.launchpad.net/~widelands-dev/widelands/automate_clang-format/+merge/312287 -- Your team Widelands Developers is subs

[Widelands-dev] [Merge] lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website

2016-12-03 Thread GunChleoc
GunChleoc has proposed merging lp:~widelands-dev/widelands-website/pyformat_util into lp:widelands-website. Requested reviews: Widelands Developers (widelands-dev) For more details, see: https://code.launchpad.net/~widelands-dev/widelands-website/pyformat_util/+merge/312427 Added script to ru

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/automate_clang-format into lp:widelands

2016-12-03 Thread GunChleoc
Thanks for the review! So, pyformat doesn't fix long lines, need to keep that in mind. @bunnybot merge -- https://code.launchpad.net/~widelands-dev/widelands/automate_clang-format/+merge/312287 Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/automate_clang-for

[Widelands-dev] [Merge] lp:~widelands-dev/widelands/compiler_warnings_201611 into lp:widelands

2016-12-03 Thread bunnybot
Bunnybot encountered an error while working on this merge proposal: [Errno 110] Connection timed out -- https://code.launchpad.net/~widelands-dev/widelands/compiler_warnings_201611/+merge/311329 Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/compiler_warnings_

[Widelands-dev] [Merge] lp:~widelands-dev/widelands/feature-test-supply-crash into lp:widelands

2016-12-03 Thread Notabilis
Notabilis has proposed merging lp:~widelands-dev/widelands/feature-test-supply-crash into lp:widelands. Requested reviews: Widelands Developers (widelands-dev) Related bugs: Bug #1639444 in widelands: "Workers with wares inside ships can crash the game" https://bugs.launchpad.net/widelands

[Widelands-dev] [Merge] lp:~widelands-dev/widelands/bug-supply into lp:widelands

2016-12-03 Thread Notabilis
Notabilis has proposed merging lp:~widelands-dev/widelands/bug-supply into lp:widelands. Requested reviews: Widelands Developers (widelands-dev) Related bugs: Bug #1639444 in widelands: "Workers with wares inside ships can crash the game" https://bugs.launchpad.net/widelands/+bug/1639444

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/automate_clang-format into lp:widelands

2016-12-03 Thread SirVer
Review: Approve pretty hard to review this diff with the formatting changes. I found two nits, I think otherwise this is ready to merge. Diff comments: > === renamed file 'utils/fix_lua_tabs.py' => 'utils/fix_formatting.py' > --- utils/fix_lua_tabs.py 2015-10-31 12:11:44 + > +++ utils/

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/automate_clang-format into lp:widelands

2016-12-03 Thread GunChleoc
Review: Resubmit Done. Never mind the big diff for udate_authors.py, the relevant bit is the removed call at the bottom. Pyformat already in action here ;) -- https://code.launchpad.net/~widelands-dev/widelands/automate_clang-format/+merge/312287 Your team Widelands Developers is subscribed to b

[Widelands-dev] [Merge] lp:~widelands-dev/widelands/automate_clang-format into lp:widelands

2016-12-03 Thread GunChleoc
GunChleoc has proposed merging lp:~widelands-dev/widelands/automate_clang-format into lp:widelands. Commit message: Moved utils/fix_lua_tabs.py to utils/fix_formatting.py and added calls to clang-format any pyformat. Requested reviews: GunChleoc (gunchleoc) SirVer (sirver) For more details

[Widelands-dev] [Merge] lp:~widelands-dev/widelands/automate_clang-format into lp:widelands

2016-12-03 Thread GunChleoc
The proposal to merge lp:~widelands-dev/widelands/automate_clang-format into lp:widelands has been updated. Status: Needs review => Work in progress For more details, see: https://code.launchpad.net/~widelands-dev/widelands/automate_clang-format/+merge/312287 -- Your team Widelands Develope

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/automate_clang-format into lp:widelands

2016-12-03 Thread GunChleoc
Will do that in this branch then. -- https://code.launchpad.net/~widelands-dev/widelands/automate_clang-format/+merge/312287 Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/automate_clang-format. ___ Mailing list: htt

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/automate_clang-format into lp:widelands

2016-12-03 Thread SirVer
Sgtm. > Am 03.12.2016 um 14:39 schrieb GunChleoc : > > Thanks - all fixed. > > I was just thinking - we also have fix_lua_tabs.py, which is run when we > update the translations. > > How about having 1 central script "fix_formating.py" that does the following: > > - fix_lua_tabs.py > - run_c

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/automate_clang-format into lp:widelands

2016-12-03 Thread GunChleoc
Thanks - all fixed. I was just thinking - we also have fix_lua_tabs.py, which is run when we update the translations. How about having 1 central script "fix_formating.py" that does the following: - fix_lua_tabs.py - run_clang_format.py - run pyformat over utils. This script could then be calle