|
11 | 11 | workflow_dispatch: |
12 | 12 |
|
13 | 13 | env: |
14 | | - # 0.0.106: SPEC-001 package identity (mcpp#280). `package.name` is a SINGLE |
| 14 | + # 0.0.107: SPEC-001 package identity (mcpp#280). `package.name` is a SINGLE |
15 | 15 | # ATOMIC SEGMENT — all hierarchy lives in `package.namespace` — and mcpp |
16 | 16 | # addresses a package by the LITERAL name it read, so descriptors no longer |
17 | 17 | # repeat their namespace inside `name`. This index is migrated to the short |
|
57 | 57 | # 0.0.94 fixed feature-gated `sources` under `mcpp test` (mcpp#218); 0.0.91 |
58 | 58 | # added standard = "c++fly" to the resolver grammar, so c++fly descriptors |
59 | 59 | # get the lint WARN below, not a hard grammar-parse rejection. |
60 | | - MCPP_VERSION: "0.0.106" |
| 60 | + MCPP_VERSION: "0.0.107" |
61 | 61 |
|
62 | 62 | jobs: |
63 | 63 | lint: |
@@ -103,7 +103,7 @@ jobs: |
103 | 103 | # 5. `name` must be a SINGLE ATOMIC SEGMENT; hierarchy belongs in |
104 | 104 | # `namespace` (mcpp SPEC-001 §3.2). The legacy fully-qualified |
105 | 105 | # spelling stays accepted. Cheap second gate: it runs before the |
106 | | - # pinned mcpp is even downloaded, and mcpp >= 0.0.106 enforces |
| 106 | + # pinned mcpp is even downloaded, and mcpp >= 0.0.107 enforces |
107 | 107 | # the same rule inside `mcpp xpkg parse`. |
108 | 108 | if ! lua5.4 tests/check_package_name.lua "$f"; then |
109 | 109 | fail=1 |
@@ -222,21 +222,21 @@ jobs: |
222 | 222 | ext: tar.gz |
223 | 223 | mcpp: bin/mcpp |
224 | 224 | xlings: registry/bin/xlings |
225 | | - mcpp_version: "0.0.106" # keep in sync with env.MCPP_VERSION |
| 225 | + mcpp_version: "0.0.107" # keep in sync with env.MCPP_VERSION |
226 | 226 | - platform: macos |
227 | 227 | os: macos-15 |
228 | 228 | suffix: macosx-arm64 |
229 | 229 | ext: tar.gz |
230 | 230 | mcpp: bin/mcpp |
231 | 231 | xlings: registry/bin/xlings |
232 | | - mcpp_version: "0.0.106" # keep in sync with env.MCPP_VERSION |
| 232 | + mcpp_version: "0.0.107" # keep in sync with env.MCPP_VERSION |
233 | 233 | - platform: windows |
234 | 234 | os: windows-latest |
235 | 235 | suffix: windows-x86_64 |
236 | 236 | ext: zip |
237 | 237 | mcpp: bin/mcpp.exe |
238 | 238 | xlings: registry/bin/xlings.exe |
239 | | - mcpp_version: "0.0.106" # keep in sync with env.MCPP_VERSION |
| 239 | + mcpp_version: "0.0.107" # keep in sync with env.MCPP_VERSION |
240 | 240 | env: |
241 | 241 | MCPP_EFFECTIVE: ${{ matrix.mcpp_version }} |
242 | 242 | steps: |
|
0 commit comments