"Strict disambiguation" stubs #280
ariebovenberg
started this conversation in
Ideas
Replies: 2 comments
|
How about an additional option to monkey patch it so it raises an Error like the option to set the time for testing? |
0 replies
|
Another option is to raise warnings, which can then be ignored by default, but can be turned into errors with the standard warning filter mechanism |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
With #173 , the
disambiguateparameter was made optional. For those that want the "stricter" behavior, it might be possible to publish optional stubs that make the parater required. This wouldn't change the actual runtime behavior, but would allow IDEs and typecheckers to enforce the disambiguation parameter.All reactions