Compare commits

...

6 commits

5 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,7 @@
i have some work which might take care of this which is happening here:
entomologist:cffd805252f9a2b4373abf7852d9e750
this creates a new type Entry<T>, which has the basic author / creation-time / id as files, and then stores T in the filesystem however it likes to be stored.
it's still a ways off, but maybe it's worth waiting for so we don't have duplicate work? and for now we can just live with the git log penalty.

View file

@ -0,0 +1 @@
sigil-03

View file

@ -0,0 +1,10 @@
got the initial framework laid out tonight - some of the naming i'm still not happy with, so it'll take some staring at that to figure out what feels right.
i'm not entirely sure the direction of... type responsibility..? that this is implementing is correct either, but we'll see.
right now i have a two test cases, one which is passing, and the other which isn't passing yet, because i still have `todo!()`s for the vec implementation (needs to make a dir)
dir naming is another thing i'm not totally happy about yet as well.
but it's a start!

View file

@ -0,0 +1,6 @@
make generic Entry<T> type which can get put in FS
make a new type, Entry<T: Enterable> which allows things to get put into / taken out of the filesystem
branch: `03/entries`

View file

@ -0,0 +1 @@
inprogress