-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It seems wise to permit us room to change Arbitrary impl strategies without it being considered a breaking change. The reasoning for this is that it provides a lot more flexibility in the implementation and removes grey areas where one needs to decide whether a change to the generation logic is breaking or not. Moreover, if a strategy is changed and causes a new test failure in a dependent, then presumably this is indicative of a bug in the dependent and is a good thing.
- Loading branch information
1 parent
d44b417
commit c773663
Showing
2 changed files
with
17 additions
and
0 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