-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve: 23 clean up project structure (#40)
* Clean up project structure: unified script taking all input formats re #23 * Intermediate commit re #23 * Intermediate commit re #23 * Intermediate commit re #23 * Intermediate commit re #23 * Intermediate commit re #23 * Windows fixes re #23 * Cleanup including os.path replacement with pathlib where possible re #23 * Removing obsolete unit test classes re #23 * Bugfixes for Risc5 re #23 * Small fixes re #23 * Further fixes and initial unit tests re #23 * Revived existing unit tests re #23 * More unit tests re #23 * More unit tests re #23 * More unit tests re #23 * More unit tests + small fixes re #23 * Rename class ArgsAndFileParser to ProjectOptions re #23 * ProjectOptions unit tests + related fixes re #23 * Class renaming + converting ConverterHelper to class + fixing unit test fallout re #23 * Fix toplevel script re #23 * Fix top level script re #23 * Another round of toplevel cleanup re #23 * Integrated suggestions from review (partim) re #23 * Make separate subclasses per project layout in ProjectCreator re #23 * re #23 * Review feedback round 2 part 1 re #23 * Register project creators (not OK) re #23 * Register project creators (fixed) re #23 * Improve project file parser setup re #23 * Integration of review suggestions re #23 --------- Co-authored-by: Wim Meeus <[email protected]>
- Loading branch information
Showing
41 changed files
with
1,898 additions
and
968 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ pytest-cov>=2.6.1 | |
pytest-xdist>=1.25.0 | ||
coveralls>=1.5.1 | ||
antlr4-python3-runtime>=4.9.1 | ||
dataclasses |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.