Connor Tsui
Connor Tsui
Very very minor change that changes the format of cargo's compile message. There were a couple of cargo messages formatted as `1.23 secs`, which doesn't seem to be what cargo...
Fixes a few rustdoc and clippy warnings. The only thing that might not be good is my removal of the `try_from()` and `unwrap()`, but since it won't type check if...
Following a discussion in #276 Speaking from experience, I think it is quite difficult to understand this library at a first glance, even if you are familiar with how `io_uring`...
On my machine, this test fails. I'm running the most recent version of Arch Linux. If I comment out each assertion one by one, every single assertion gets tripped. Code...
Some students (both on Piazza and in OH) have misinterpreted the `FlushPage` documentation to mean that we want to evict the entire page from memory, rather than just sync to...
``` @brief Manually drops a valid `ReadPageGuard`’s data ``` This was a source of confusion, mainly that this could imply we need to drop the entire page, writing out to...
Since `optd` is built on top of the asynchronous runtime `tokio`, traditional debugging (with print statements or `gdb` for example) is quite difficult. What most async Rust projects use instead...
Right now, there is no guardrail against adding a member/field that might not be trivially copyable to a buffer page. For example, students can add `shared_ptr` or a `mutex` or...
Tracking Issue (does not close): https://github.com/zed-industries/zed/issues/35552 This is somewhat of a blocker for https://github.com/zed-industries/zed/pull/40035 (but also the current behavior doesn't really make sense). The current behavior of `ThemeSelectorDelegate::set_theme` (the theme...
Bumps Vortex up to 1.91 (even though 1.92 is just around the corner). Fixes the clippy lints that come along with that.