-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- UserChatCommand now handles the user chat mode, it is the default command that is invoked when the command runner is not activated. - Verifier is not called by default, it is up to the command to handle that. - Finalized strategy for resolving addon config fields. We now use inspection to copy all values automatically. Name is the field that is resolved. - BaseConfig now provides additional details when field validation fails. - ConfigField: Added get_config_message lambda function. - Config: Added field for loading multiple files from the config and args. - Config: Added field for specifying a default entry function. - Solution: Added option for loading and creating source files. - FixCodeCommand: Now calls the verifier at the beginning. - ESBMC: Added option to specify default entry function.
- Loading branch information
1 parent
2919e6e
commit 1ba264c
Showing
17 changed files
with
563 additions
and
831 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
Oops, something went wrong.