-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent dups on manual retrieve during start cache
Fixes Issue #16 If a user fired off a retrieve from the command palette during Sublime startup caching (for a doc type that was being cached), you would wind up with duplicates. To fix this, the cache now implements MutableSet as well as MutableSequence, and existing methods check for existence of duplicates. The whole structure could use some optimisation, but will get us over the line for now
- Loading branch information
1 parent
a499e66
commit aa76973
Showing
1 changed file
with
23 additions
and
7 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