Runji Wang
Runji Wang
Hi! Glad to see your excellent project! I've made some attempts on this topic: * [Async-based kernel thread on a x86_64 kernel](https://github.com/rcore-os/zCore/blob/4acf1357a29e8ce39adb5414ff9640b29a90b9de/kernel-hal-unix/src/lib.rs#L44) * [Function-call-style userspace enter and exit on RISCV](https://github.com/rcore-os/trapframe-rs/blob/master/examples/riscv/src/main.rs)...
Isn't that only the disk backend depends on file operations?
I think we should use the real on-disk mode in testing, to make sure we are correctly using the system fs API. Data path can be redirected to ramfs/tmpfs to...
Later we can also introduce the simulation testing, where all fs API will be mocked to an in-memory simulator.
🤣 okay let's stay in memory mode for efficiency.
+1. let's roll up with DuckDB!
Hi @evanxg852000! Thanks for your interest in our project! I'm the tutorial writer (and maybe the only one for a long time...). I must say sorry for the continued delay...
For problem (1), would `Weak` be helpful?
Just convert the input string before parsing🙈
By the way, should we rename `DataValue` to `Datum`?