Skip to content

Commit d907b6c

Browse files
hyperpolymathclaude
andcommitted
fix(ci): format lib/borrow_polonius/dune to satisfy dune fmt
#614 added lib/borrow_polonius/dune unformatted; the build job's `dune build @fmt` requires a blank line between the comment block and the (library ...) stanza. It was masked on main until #617 fixed the doc-truthing guard that failed earlier in the same job. Only the blank line is added (canonical `dune format-dune-file` output); no other dune files are touched — root dune-project / .build/dune-project "drift" only under newer local dune and is not flagged by CI's dune. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Lz7pRcec2Z3tVtaAhvB3M8
1 parent 33a4bfb commit d907b6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/borrow_polonius

lib/borrow_polonius/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
; ADR-022 M1: the Polonius-style loan solver lives in its own library, created
22
; but NOT yet wired into `affinescript` (nothing depends on it). M3 wires it in
33
; behind a parallel-run diff against the lexical checker; M4 cuts over.
4+
45
(library
56
(name borrow_polonius)
67
(public_name affinescript.borrow_polonius)

0 commit comments

Comments
 (0)