mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
validate: Added some :ajust use cases
This commit is contained in:
parent
bd7f3d5015
commit
7d7381d909
1 changed files with 31 additions and 22 deletions
|
@ -116,32 +116,41 @@ static void autoAdjust (
|
|||
"time, or specify the :adjust hint.");
|
||||
|
||||
// TODO Accumulate identifiable and correctable cases here.
|
||||
/*
|
||||
|
||||
// interval [--------)
|
||||
// C [----)
|
||||
//
|
||||
// adjusted (dominate) C deleted
|
||||
// adjusted (defer) interval split, C unmodified
|
||||
ext [-----]
|
||||
new [-----]
|
||||
|
||||
// interval [--------)
|
||||
// D [--------)
|
||||
//
|
||||
// adjusted (dominate) D modified
|
||||
// adjusted (defer) interval modified
|
||||
ext [-----]
|
||||
new [-----]
|
||||
|
||||
ext [-]
|
||||
new [-----]
|
||||
|
||||
ext [-----]
|
||||
new [-]
|
||||
|
||||
ext [-----]
|
||||
new [-----]
|
||||
|
||||
ext [-----]
|
||||
new [--
|
||||
|
||||
ext [-----]
|
||||
new [--
|
||||
|
||||
ext [-]
|
||||
new [--
|
||||
|
||||
ext [-----]
|
||||
new [-
|
||||
|
||||
ext [-----]
|
||||
new [--
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
// interval [--------)
|
||||
// B [--------)
|
||||
//
|
||||
// adjusted (dominate) B modified
|
||||
// adjusted (defer) interval modified
|
||||
|
||||
// interval [--------)
|
||||
// F [-------------)
|
||||
//
|
||||
// adjusted (dominate) F split
|
||||
// adjusted (defer) interval deleted
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue