Skip to content

Commit 47c5735

Browse files
vahidlazioclaude
andauthored
feat: flag apply event deduplication in core resolver and WASM guest (#517)
Co-authored-by: vahidlazio <vahidlazio@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4f47809 commit 47c5735

30 files changed

Lines changed: 1561 additions & 117 deletions

confidence-cloudflare-resolver/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ impl Host for H {
160160

161161
fn log_assign(
162162
resolve_id: &str,
163-
assigned_flags: &[FlagToApply],
163+
assigned_flags: &[FlagToApply<'_>],
164164
client: &Client,
165165
sdk: &Option<Sdk>,
166166
) {

0 commit comments

Comments
 (0)