-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resource expression v2 implementation (new) (#1593)
* Initial implementation of resource expression v2 This is checked out from resource_expression_v2 * Support legacy Constant ast nodes Old python makes me sad * Backward compatibility wrapper * Test also unsupported grammars are correctly reported * Test more unsupported grammars * Small refactoring of namespace getter * All feedback from review * Rename new_resource.py to resource_v2.py * Typo in name refactoring * Better error messages for unsupported grammar * Constants are now in a file and loaded at runtime * Fixed typo * Updated packaging to include pyyaml as a dependency for checkbox-ng * Removed trailing , * Python 3.5/6 support
- Loading branch information
Showing
10 changed files
with
1,283 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# DMI product alias for desktop | ||
DESKTOP_PC_PRODUCT: | ||
- Desktop | ||
- Low Profile Desktop | ||
- Tower | ||
- Mini Tower | ||
- Space-saving | ||
- All In One | ||
- All-In-One | ||
- AIO |
Oops, something went wrong.