-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat : NavaThread added * fix : linux and mac async functions removed * fix : __play_win function updated * feat : sound_id_gen function added * feat : stop and stop_all functions added * fix : use NavaThread instead of Thread * fix : minor bug in play function windows section fixed * fix : cleanup_processes function removed * fix : minor bug in subprocess call fixed * fix : minor edit in tests * fix : try to fix windows test bug * fix : try to fix windows test bug * doc : NavaThread class docstring updated * doc : functions docstrings updated * doc : functions docstrings updated * fix : __play_win_by_flags functions renamed to __play_win_flags * fix : is_async renamed to async_mode * doc : async_mode docstring updated * fix : autopep8 scripts updated * fix : autopep8 * doc : NavaThread docstring bug fixed * fix : stop function error added * fix : error_test updated * fix : function_test updated * doc : CHANGELOG.md updated * doc : README.md updated * fix : async_mode default value set to False * fix : minor edit in async_mode test * doc : README.md async section updated * fix : minor bug in linux/mac sync mode fixed * fix : minor edit in __paly_win function * doc : CHANGELOG updated
- Loading branch information
1 parent
78992c6
commit 9b166c4
Showing
11 changed files
with
205 additions
and
105 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
python -m autopep8 nava --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 others --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 nava --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose | ||
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose | ||
python -m autopep8 others --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
python -m autopep8 nava --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 others --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 nava --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose | ||
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose | ||
python -m autopep8 others --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose |
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.