-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Generate form for flavor name generation. * 5 columns is enough, add NN to optional tbls. * Use distinct field names by prefixing type. Also implement stripping ':' and '.' in descriptors. Add Generate button, though not yet effective. * Start parsing generate form. * Parsing of generator form mostly works. TODO: Handle booleans. * Do a bit more input validation. Set parsed. ... to create output for extensions. * Fix handling empty (optional) fields. Add short nm output. * Work well without any input by filling in 0. * Add a second button, typewrite for flavor name. * Mention v3, link diskless flavor blog article. * Check table values. * Add table lookup debugging. * Also remove dynamic tables again. Robustness ag/ missing attrs. * Add dynamic table generation and output. * Default to empty. * Catch exceptions and display them as error message. * Make flake8 happy and pylint happier. * Better output formatting. Colors. * Handle invalid (also empty) gpu.gen entries. * Fix shebang, handle 1x0 disk properly. * Handle case without generation (GPU, CPUvendor). * Also handle cpugen and initialize to 0 if unset. * Output letters that indicate table values / flags. * Output full value (till next delimiter) as flag. Signed-off-by: Kurt Garloff <kurt@garloff.de>
- Loading branch information
Showing
4 changed files
with
275 additions
and
24 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