Skip to content

Commit 05cadeb

Browse files
authored
fix: merge develop -> main (warning-free chronomemory)
2 parents caa2cba + 9524a70 commit 05cadeb

260 files changed

Lines changed: 4 additions & 13 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

crates/chronomemory/src/context_pack.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fn estimate_tokens(record: &Record) -> u64 {
3030
pub fn compile(
3131
request: &ContextPackRequest,
3232
store: &Store,
33-
dep_graph: &DepGraph,
33+
_dep_graph: &DepGraph,
3434
) -> ContextPackOutput {
3535
let mut entries: Vec<PackEntry> = Vec::new();
3636
let mut total_tokens: u64 = 0;

crates/chronomemory/src/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub fn has_this_work_been_done(store: &Store, label: &str) -> bool {
6262
}
6363

6464
/// Query: what changed since a given epoch?
65-
pub fn what_changed_since<'a>(store: &'a Store, epoch: u64) -> Vec<&'a Record> {
65+
pub fn what_changed_since<'a>(store: &'a Store, _epoch: u64) -> Vec<&'a Record> {
6666
// Since we don't store epoch per record, approximate by checking
6767
// all records with modified_at after a threshold. For now return
6868
// all active records (the real implementation would track per-record epoch).

crates/chronomemory/target/debug/.fingerprint/chronomemory-252979df0bc229cb/output-test-lib-chronomemory

Lines changed: 0 additions & 3 deletions
This file was deleted.

crates/chronomemory/target/debug/.fingerprint/chronomemory-a5918b988a946f26/output-test-integration-test-esdb_tests

Lines changed: 0 additions & 3 deletions
This file was deleted.
Binary file not shown.

crates/chronomemory/target/debug/.fingerprint/chronomemory-f55317d2f708150d/output-lib-chronomemory

Lines changed: 0 additions & 3 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)