-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treat impacted parameters from downstream dependencies as triggered f…
…ixes. (#65) Resolves #64 by treating impacted parameters by downstream dependencies as triggered fixes while processing public methods. It resolves the issue with race condition in unit tests as they are using a shared `library model loader`. This is resolved in the unit test infrastructure within this PR. It also resolves issue with updating the stored impacts in downstream dependencies after each injection to prevent double counting. It also contains huge refactoring over creation of `Explorers`.
- Loading branch information
1 parent
f77349c
commit c824d26
Showing
31 changed files
with
1,377 additions
and
568 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
Oops, something went wrong.