forked from Ericsson/codechecker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run 2to3 and autopep8 2to3 -w -n analyzer bin codechecker_common scripts tools web format almost everything: autopep8 --select E501,E502,E303,E127,E122,E128,E131,E125 --max-line-length 80 -i -aaaa -r analyzer bin codechecker_common scripts tools web --exclude "*codechecker_server/database*,*codechecker_server/migrations*" Pycodestyle and Pylint were updated and the errors were cleaned up for python3. Add encoding to: - subprocess calls - named temporary file creation Fix deprecated functions and methods from plistlib and imp. Some analysis output files needed to be split up because the order of the executed analyzers is not deterministic (pool.map). travis-ci update: - linux to python 3.6 - osx to python 3.7 (the default python3 version) Use pip3 instead of pip and use the python3 interpreter. Machines where the default python or pip is python2 using that can cause problems. Remove all the unnecessary python interpreter from the the modules where no main function is available. Set minimal python3 version for the tools in the setup.py files. Remove unnecessary module import checks for py2 py3 compatibility. Update dependecies to use the stubs generated with thrift 0.11.0.
- Loading branch information
Gyorgy Orban
committed
Mar 4, 2020
1 parent
9a1b4ef
commit 081095a
Showing
317 changed files
with
1,917 additions
and
2,079 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.