Skip to content

Commit 3cc4a5d

Browse files
fix(wit-grammar) handle inline comments (#1117)
* updated test cases for trailing comment * updated with use_names_item comma handling * Pin wasm-bindgen* packages and prevent Renovate from updating * Update to nickel-lang-core 0.15.1 Resolves #1104 --------- Co-authored-by: Christopher Harrison <[email protected]>
1 parent a881e49 commit 3cc4a5d

File tree

14 files changed

+373
-372
lines changed

14 files changed

+373
-372
lines changed

.github/renovate.json5

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@
4545
groupName: "serde packages",
4646
matchPackageNames: ["serde", "serde_*"],
4747
matchManagers: ["cargo"]
48-
}
48+
},
49+
{
50+
// Disable automatic WASM toolchain updates
51+
groupName: "WASM toolchain",
52+
matchPackageNames: ["wasm-bindgen*"],
53+
matchManagers: ["cargo"],
54+
enabled: false
55+
},
4956
]
5057
}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ This name should be decided amongst the team before the release.
6565
- [#1085](https://github.com/tweag/topiary/pull/1085) CSS formatting fixes
6666
- [#1092](https://github.com/tweag/topiary/pull/1092) Log early returns during formatting
6767
- [#1113](https://github.com/tweag/topiary/pull/1113) Update `dist` to 0.30
68+
- [#1117](https://github.com/tweag/topiary/pull/1117) Handle inline comments and trailing commas in WIT
6869

6970
## v0.6.1 - Gilded Ginkgo - 2025-05-27
7071

0 commit comments

Comments
 (0)