-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Three-way diffing Synchronizer (#1707)
* Work on the new synchronizer * Rough draft of mappings * Fix some broken rules * Good stopping place for the weekend, can build a sync plan from the disk state and game state * Fixing the loadout synchronizer tests one by one * Loadout syncronizer tests pass * Fix disk diff code * It compiles, time to run the full test suite * All tests pass * Benchmarks are all messed up, but fixed up the rest of the app * Delete the outdated benchmarks :( * Fix more tests * Fix executable bit setting on *nix * Fix a bug with deleted files * Add some docs/ADRs documenting the process * Add a test around SMAPI moving files into mods during ingestion, fixed an error with the sync code exposed by the test * Make the signature builder struct readonly * Remove default leg from the giant switch expression
- Loading branch information
Showing
50 changed files
with
2,089 additions
and
1,769 deletions.
There are no files selected for viewing
53 changes: 0 additions & 53 deletions
53
benchmarks/NexusMods.Benchmarks/Benchmarks/Loadouts/ApplyOnly/FileTreeToDisk.cs
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
benchmarks/NexusMods.Benchmarks/Benchmarks/Loadouts/Common/FlattenedLoadoutToFileTree.cs
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
benchmarks/NexusMods.Benchmarks/Benchmarks/Loadouts/Common/GetPreviousState.cs
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
benchmarks/NexusMods.Benchmarks/Benchmarks/Loadouts/Common/LoadoutToFlattenedLoadout.cs
This file was deleted.
Oops, something went wrong.
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
76 changes: 0 additions & 76 deletions
76
benchmarks/NexusMods.Benchmarks/Benchmarks/Loadouts/IngestOnly/BackupNewFiles.cs
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
benchmarks/NexusMods.Benchmarks/Benchmarks/Loadouts/IngestOnly/DiskToFileTree.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.