Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ rustflags = [

[env]
# Trim bundled-SQLite subsystems the workspace never touches. FTS5 stays:
# chat-store's `search` feature builds its index on it. Shared cache stays:
# sqlite-storage's in-memory mode shares one DB across the pool via
# `cache=shared` URIs. JSON and extension loading are unused by
# diesel/sqlite-storage/chat-store (checked: no json_* SQL, no
# nothing here builds an index on it today, but it is the one subsystem an
# embedder is likely to want from this crate's bundled SQLite, and this file
# is not inherited by consumers — so keeping it is what proves it still
# compiles. Shared cache stays: sqlite-storage's in-memory mode shares one DB
# across the pool via `cache=shared` URIs. JSON and extension loading are
# unused by diesel/sqlite-storage (checked: no json_* SQL, no
# load_extension callers); dropping loadable extensions also removes a
# dlopen surface. STAT4/DBSTAT/RTREE/FTS3/SOUNDEX are upstream-default-off
# features libsqlite3-sys turns on; none are exercised here.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ jobs:
run: >
cargo check --no-default-features --verbose
-p whatsapp-rust -p wacore-derive -p wacore-libsignal -p wacore-noise -p waproto
-p whatsapp-rust-ureq-http-client -p whatsapp-rust-chat-store
-p whatsapp-rust-ureq-http-client
Comment thread
jlucaso1 marked this conversation as resolved.
-p whatsapp-rust-sqlite-storage -p whatsapp-rust-tokio-transport
- name: Publish test timings
if: always()
Expand Down
20 changes: 0 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ members = [
"plugins/metrics",
"plugins/wam",
"plugins/wam-catalog",
"storages/chat-store",
"storages/sqlite-storage",
"tests/bench-integration",
"tests/e2e",
Expand Down
48 changes: 0 additions & 48 deletions storages/chat-store/Cargo.toml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading