Skip to content

Commit

Permalink
re-enable Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
inimino committed Jun 22, 2024
1 parent ae4b9e5 commit 703611f
Show file tree
Hide file tree
Showing 5 changed files with 191 additions and 104 deletions.
35 changes: 18 additions & 17 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,29 @@
✓ bugfix :inrefs, :toprefs crashes
✓ chmod issue on Windows (exec bit)
✓ bump version and push v8
✓ basic diff features
✓ add "U" with a listing, most-recent first
✓ checksum and index blocks
✓ design how it will work
✓ implement checksums for blocks, lines, files (in #checksum_code)
✓ implement checksums for each rev
✓ implement "find previous version of block"
✓ support j/k, q, Enter
✓ render timestamps
✓ deal with non-adjacent duplication
✓ show the progress
✓ numbers shouldn't stop short
✓ optimization (caching?)
✓ put the whole thing behind a flag or disable it
✓ integrate sqlite
✓ remove sqlite
✓ improve revblock caching and re-enable undo feature




WHAT WE ARE CURRENTLY DOING:
integrate sqlite
bump version and push v9



Expand Down Expand Up @@ -284,19 +301,3 @@ WHAT WE ARE CURRENTLY DOING:
intro video -- mp4 or gif in repo
basic stats on blocks e.g. comment-code ratio
experiment with GPT4 finetunes

basic diff features
add "U" with a listing, most-recent first
✓ checksum and index blocks
✓ design how it will work
✓ implement checksums for blocks, lines, files (in #checksum_code)
✓ implement checksums for each rev
✓ implement "find previous version of block"
✓ support j/k, q, Enter
✓ render timestamps
✓ deal with non-adjacent duplication
✓ show the progress
✓ numbers shouldn't stop short
✗ optimization (caching?)
✗ implement out2atp
✓ put the whole thing behind a flag or disable it
Loading

0 comments on commit 703611f

Please sign in to comment.