Exponential backoff retry logic
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lint): replace Printf/Format with Fmt across remaining packages

Migrate Printf.sprintf to Fmt.str, Format.fprintf to Fmt.pf, and
Format.pp_print_string to Fmt.string across bundle, gpt, hap, homebrew,
jsonwt, matter, mbr, meross, paseto, precommit, publicsuffix, qemu,
retry, sdnv, slack, sle, space-packet, spake2, sqlite, squashfs, tar,
tc, tcf, tcpcl, tm, tomlt, tty, uslp, vlog, wal, wire, yamlrw, yamlt,
osrelease, space, xdge, and crypto test runner.

+2 -2
+1 -1
lib/dune
··· 1 1 (library 2 2 (name retry) 3 3 (public_name retry) 4 - (libraries eio logs)) 4 + (libraries eio fmt logs))
+1 -1
lib/retry.ml
··· 83 83 attempt 1 84 84 85 85 let pp_config ppf config = 86 - Format.fprintf ppf 86 + Fmt.pf ppf 87 87 "@[<v>Retry Config:@,\ 88 88 @[<v 2>max_retries: %d@,\ 89 89 backoff_factor: %.2f@,\