- 17 Jan, 2022 1 commit
-
-
Mike Cronce authored
-
- 16 Jan, 2022 1 commit
-
-
Mike Cronce authored
-
- 14 Jan, 2022 4 commits
-
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
- 23 Dec, 2021 5 commits
-
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
src: Made Store keys generic; any fixed-size, serializable type that's Ord + Eq + Hash should work. Tests in this and imdb-async all pass.
-
- 22 Dec, 2021 3 commits
-
-
Mike Cronce authored
-
Mike Cronce authored
src/lib.rs: Only instrument Store::get() nad Store::get_index_entry() when "full-instrumentation" is enabled
-
Mike Cronce authored
-
- 21 Dec, 2021 2 commits
-
-
Mike Cronce authored
-
Mike Cronce authored
src/lib.rs: Load header in Store::new() instead of in Store::is_valid() and Store::get(); this also fixes the issue where closing and reopening a store causes stream_values() to return no results.
-
- 19 Dec, 2021 4 commits
-
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
- 18 Dec, 2021 1 commit
-
-
Mike Cronce authored
Revert ".gitlab-ci.yml: Revert all the changes from today; need to see if cross-project caching is working this way" This reverts commit 8e107b26.
-
- 17 Dec, 2021 18 commits
-
-
Mike Cronce authored
.gitlab-ci.yml: Revert all the changes from today; need to see if cross-project caching is working this way
-
Mike Cronce authored
.gitlab-ci.yml: Using a CARGO_HOME that's in the CWD is jank; prevents sccache from "sharing" the cache between projects. This works better; in before_script, move the cached .cargo to /usr/local/cargo, and in after_script, move it back.
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
.gitlab-ci.yml: Build first, then clippy - this may reuse some artifacts that are cached from the build
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
src/lib.rs: Un-instrument Store::write() and Store::write_infallible(); it was causing compiler panics (type overflows) compiling a downstream crate
-
- 16 Dec, 2021 1 commit
-
-
Mike Cronce authored
-