bread/breadd/src
Breadway 72afe790fd
Some checks failed
dev release / build (push) Failing after 7s
Fix clippy warnings across workspace
- io.rs: factor the pending-RPC-replies map into a PendingReplies
  type alias (type_complexity)
- lua_env.rs: drop a redundant i64->i64 cast and an unneeded borrow
  before create_string (unnecessary_cast, needless_borrows_for_generic_args)
- state_engine.rs: iterate watches.values() instead of discarding the
  key from watches.iter() (for_kv_map)
- module_host_sandbox.rs: collapse nested if into a single condition
  (collapsible_if)

(cherry picked from commit 49063cb98ddfeae35d842a6cf439123cfda763d9)
2026-08-23 14:57:43 +08:00
..
adapters State engine applies bread.hyprland.* and snapshots compositor topology 2026-08-15 22:03:30 +08:00
core Fix clippy warnings across workspace 2026-08-23 14:57:43 +08:00
ipc fix(module-host): canonicalize path grants and exec without a shell 2026-08-23 14:38:52 +08:00
lua Add Workstream G: out-of-process, Landlock-sandboxed module runtime 2026-08-05 04:02:05 +08:00
main.rs Add Workstream G: out-of-process, Landlock-sandboxed module runtime 2026-08-05 04:02:05 +08:00
module_host.rs fix(module_host): grant Landlock access to IPC socket path 2026-08-05 10:01:58 +08:00