-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add max_construction_order to the command line argument (#173)
* Add max_construction_order to the command line argument to use Architecture(). Signed-off-by: ISP akm <[email protected]> * max_construction_order=0 means unlimited Signed-off-by: ISP akm <[email protected]> * for pytest Signed-off-by: ISP akm <[email protected]> * Review response: name the argument max_callback_construction_order_on_path_searching. Signed-off-by: ISP akm <[email protected]> * Corrected help messages Signed-off-by: ISP akm <[email protected]> * Changed argument name to max_callback_construction_order_on_path_searching. Signed-off-by: ISP akm <[email protected]> * PEP8 compatible Signed-off-by: ISP akm <[email protected]> * Changed construction order thresholds to be taken from caret_analyze. Changed help messages and argument checks accordingly. Signed-off-by: ISP akm <[email protected]> * for pytest Signed-off-by: ISP akm <[email protected]> * for pytest Signed-off-by: ISP akm <[email protected]> * for pytest Signed-off-by: ISP akm <[email protected]> * Use MAX_CALLBACK_CONSTRUCTION_ORDER_ON_PATH_SEARCHING in the test code. Signed-off-by: ISP akm <[email protected]> * for pytest Signed-off-by: ISP akm <[email protected]> * for pytest Signed-off-by: ISP akm <[email protected]> * for pytest Signed-off-by: ISP akm <[email protected]> * for pytest Signed-off-by: ISP akm <[email protected]> * DEFAULT_MAX_CALLBACK_CONSTRUCTION_ORDER_ON_PATH_SEARCHING Signed-off-by: ISP akm <[email protected]> * for pytest Signed-off-by: ISP akm <[email protected]> * fixed Signed-off-by: ISP akm <[email protected]> * fixed Signed-off-by: ISP akm <[email protected]> * fixed Signed-off-by: ISP akm <[email protected]> --------- Signed-off-by: ISP akm <[email protected]>
- Loading branch information
Showing
5 changed files
with
115 additions
and
15 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
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