-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reject formulas as keys of ParamResolvers (#5384)
* Reject formulas as keys of ParamResolvers - A ParamResolver resolves variables into values. - Having non-trivial formulas as keys allows a significant complexity and ambiguity into ParamResolvers, since it is unclear how much is supported. Prevent this case altogether by raising an error if non-symbol formulas are used in ParamResolvers. Fixes: #3550
- Loading branch information
1 parent
1b7a800
commit 95bebae
Showing
4 changed files
with
25 additions
and
24 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