Commit 70d35ed
Fix BinOp Debug format in closure-body grammar error
`syn::BinOp` does not implement `Debug` on the CI Rust toolchain, so the
emit_term_for_binary fallback arm's `format!("...{:?}...", other)` failed
to compile. Replace the formatted message with a fixed-string version
that lists the recognised operators without quoting the offending one
(its span is already attached via `new_spanned`).
Bump version to 0.3.6 (uor-foundation@0.3.5 was already published before
the consumer-smoke step in v0.3.5's CI failed, so the index claims that
slot — bumping to land the BinOp fix and the ADR-013/TR-08 + ADR-029
substrate work).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent eb53c81 commit 70d35ed
7 files changed
Lines changed: 21 additions & 27 deletions
File tree
- codegen/src
- foundation
- src
- lean4
- uor-foundation-sdk/src
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1556 | 1556 | | |
1557 | 1557 | | |
1558 | 1558 | | |
1559 | | - | |
| 1559 | + | |
1560 | 1560 | | |
1561 | 1561 | | |
1562 | | - | |
1563 | | - | |
1564 | | - | |
1565 | | - | |
| 1562 | + | |
1566 | 1563 | | |
1567 | 1564 | | |
1568 | 1565 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1509 | 1509 | | |
1510 | 1510 | | |
1511 | 1511 | | |
1512 | | - | |
| 1512 | + | |
1513 | 1513 | | |
1514 | 1514 | | |
1515 | | - | |
1516 | | - | |
1517 | | - | |
1518 | | - | |
| 1515 | + | |
1519 | 1516 | | |
1520 | 1517 | | |
1521 | 1518 | | |
| |||
0 commit comments