Compare commits
4 commits
b12e3cc248
...
07bdf39c23
| Author | SHA1 | Date | |
|---|---|---|---|
| 07bdf39c23 | |||
| 5cdf073fc1 | |||
| b7144bb5ff | |||
| 75f99040e5 |
4 changed files with 28 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
||||||
|
What do you mean by ent updating itself?
|
||||||
|
|
||||||
|
Do you mean it git clones itself and cargo builds and installs itself?
|
||||||
15
781360ade670846ed0ccdbfd19ffa8fd/description
Normal file
15
781360ade670846ed0ccdbfd19ffa8fd/description
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
add a layer to the architecture with a DB api between the FS and ent?
|
||||||
|
|
||||||
|
This issue grew out of the discussion in issue
|
||||||
|
08f0d7ee7842c439382816d21ec1dea2.
|
||||||
|
|
||||||
|
Currently the entomologist crate code directly reads and writes files
|
||||||
|
and calls `git commit` when it wants. The directory is managed by the
|
||||||
|
application, generally as an ephemeral worktree containing a (possibly
|
||||||
|
detached) checkout of the `entomologist-data` branch.
|
||||||
|
|
||||||
|
We may be able to simplify the ent internals (and the application)
|
||||||
|
by adding a "database" API between ent and the filesystem.
|
||||||
|
|
||||||
|
There is some preliminary design brainstorming in the issue mentioned
|
||||||
|
above.
|
||||||
9
7bf773d64437d6b92b7ffe6932531533/description
Normal file
9
7bf773d64437d6b92b7ffe6932531533/description
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
fix parse error in `ent done-time`
|
||||||
|
|
||||||
|
Got this error when i typoed the RFC 3339 time (missing `:` in timezone
|
||||||
|
offset):
|
||||||
|
$ ent done-time 8c73c9fd5bc4f551ee5069035ae6e866 2025-07-07T22:29:25-0600
|
||||||
|
|
||||||
|
thread 'main' panicked at src/bin/ent/main.rs:503:26:
|
||||||
|
called `Result::unwrap()` on an `Err` value: ParseError(Invalid)
|
||||||
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
||||||
1
8c73c9fd5bc4f551ee5069035ae6e866/done_time
Normal file
1
8c73c9fd5bc4f551ee5069035ae6e866/done_time
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
2025-07-07T22:29:25-06:00
|
||||||
Loading…
Add table
Add a link
Reference in a new issue