-
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.
#2313 Make the
fetch
class immutable
It had already been effectively immutable due to the use of method `copy` but still used mutable data structures for internal state, which was not a strong invariant.
- Loading branch information
1 parent
6bed0d1
commit a691ecd
Showing
1 changed file
with
132 additions
and
72 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