Skip to content

Sync EdgeZero PR #257 strict clippy updates#761

Draft
aram356 wants to merge 1 commit into
mainfrom
chore/sync-edgezero-pr-257
Draft

Sync EdgeZero PR #257 strict clippy updates#761
aram356 wants to merge 1 commit into
mainfrom
chore/sync-edgezero-pr-257

Conversation

@aram356

@aram356 aram356 commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

Verification

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • cargo test --workspace
  • cd crates/js/lib && npx vitest run

References stackpop/edgezero#257

@aram356 aram356 marked this pull request as draft June 10, 2026 06:10
@aram356 aram356 self-assigned this Jun 10, 2026
@aram356 aram356 force-pushed the chore/sync-edgezero-pr-257 branch from f078d3b to 396d270 Compare June 10, 2026 06:11
"INSECURE: certificate check disabled for backend: {}",
backend_name
);
log::warn!("INSECURE: certificate check disabled for backend: {backend_name}");
log::warn!("INSECURE: certificate check disabled for backend: {backend_name}");
}
log::info!("enable ssl for backend: {}", backend_name);
log::info!("enable ssl for backend: {backend_name}");
backend_name,
host_with_port
);
log::info!("created dynamic backend: {backend_name} -> {host_with_port}");
let msg = e.to_string();
if msg.contains("NameInUse") || msg.contains("already in use") {
log::info!("reusing existing dynamic backend: {}", backend_name);
log::info!("reusing existing dynamic backend: {backend_name}");
@aram356 aram356 force-pushed the chore/sync-edgezero-pr-257 branch from 396d270 to 81503d2 Compare June 10, 2026 06:21
@aram356 aram356 force-pushed the chore/sync-edgezero-pr-257 branch from 81503d2 to 41e7268 Compare June 10, 2026 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants