Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #124 from felixrabe/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
Nathan Sobo authored Aug 21, 2018
2 parents 2fc3f7d + 616fbcf commit 6f95e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/updates/2018_08_21.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## *Eon* is now *Memo*

I chose the name *Eon* fairly hastily and ended up kind of disliking it. I wanted to change it almost immediately, but decided to hold off until I felt sure about its replacement. *Memo* is one character longer but just sounds better to me and reflects the system's to ability record every keystroke. It's kinda silly to worry this much about a name, but I just needed to change it. Now it's done. Moving on.
I chose the name *Eon* fairly hastily and ended up kind of disliking it. I wanted to change it almost immediately, but decided to hold off until I felt sure about its replacement. *Memo* is one character longer but just sounds better to me and reflects the system's ability to record every keystroke. It's kinda silly to worry this much about a name, but I just needed to change it. Now it's done. Moving on.

## Convergence for directory trees

Expand All @@ -12,7 +12,7 @@ We are cautiously optimistic that the worst of the algorithmic challenges could

## Supporting text files and evolving the high-level structure

The next step is to to add support for files to the directory tree, which we think should be easier. Much of what we learned dealing with pure directories can be applied to files, and since files are always leaf nodes we shouldn't need to deal with cycles. We *do* need to deal with hard links, however, which should add some complexity.
The next step is to add support for files to the directory tree, which we think should be easier. Much of what we learned dealing with pure directories can be applied to files, and since files are always leaf nodes we shouldn't need to deal with cycles. We *do* need to deal with hard links, however, which should add some complexity.

Supporting files also means we need to figure out the relationship between the CRDT that maintains the state of the directory tree and the CRDTs that contain the contents of individual text files.

Expand Down

0 comments on commit 6f95e06

Please sign in to comment.