-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v3] Remove __inputs in state (#3772)
This PR implements the next stage of removing the `__inputs` from state. In this stage, the provider has "v2" and "v3" behavior. In "v2" mode, the behavior is unchanged. In "v3" mode, `Configure` asserts that the engine is passing the old inputs, and doesn't write `__inputs` to state. The fallback code that reads the `__inputs` from state is effectively inoperative in the "v3" mode. Added a line item to this ticket for the final phase which is to remove the "v2" code: #3754 Closes #2686
- Loading branch information
1 parent
a8d8df8
commit b2e76de
Showing
3 changed files
with
28 additions
and
4 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