Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Use https repository for usethesource.io This repository is necessary to get the io.usethesource.capsule test dependency. Since maven 3.8.1 HTTP repositories are blocked by default. See https://maven.apache.org/docs/3.8.1/release-notes.html * fix DiffList linear and forked methods * Reset the slice when doing a linear set op on a DiffList. I believe it needs to be reset because the new underlying collection is the result of applying the old slice, so it should never be sliced again. This resolves the error in test-linear-list that shrinks to [:concat [0 0]] [:diff-wrap] [:linear] [:remove-last] [:set 0 0] * Maintain linear property in DiffList on prefix, suffix and slice while slicing. * Clean up formatting on my change a bit --------- Co-authored-by: Titouan Vervack <[email protected]> Co-authored-by: Mike Barborak <[email protected]> Co-authored-by: Zach Tellman <[email protected]>
- Loading branch information