You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than have the Bdd class contain Condition, Results, Parameters,
etc, it now just deals with nodes. It also now hides the implementation
detail of how the BDD nodes are laid out internally. BDD evaluation
is internalized to the BDD as well rather than a separate BddEvaluator.
This change provides faster evaluation, makes it possible to change
the internal node data layout if necessary, and cleans up all the
interacts we had with BddTrait (no need to always reach into Bdd).
Copy file name to clipboardExpand all lines: smithy-aws-endpoints/src/main/java/software/amazon/smithy/rulesengine/aws/validators/RuleSetAwsBuiltInValidator.java
Copy file name to clipboardExpand all lines: smithy-rules-engine/src/main/java/software/amazon/smithy/rulesengine/language/evaluation/RuleEvaluator.java
Copy file name to clipboardExpand all lines: smithy-rules-engine/src/main/java/software/amazon/smithy/rulesengine/language/evaluation/TestEvaluator.java
0 commit comments