Skip to content

Commit 718865a

Browse files
committed
Cleaning up some doc references to spec files
1 parent d6d9fd6 commit 718865a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

codegen-client/src/test/kotlin/software/amazon/smithy/rust/codegen/client/smithy/endpoint/BddCodegenTest.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import software.amazon.smithy.rust.codegen.client.testutil.clientIntegrationTest
1010
import software.amazon.smithy.rust.codegen.core.testutil.asSmithyModel
1111

1212
/**
13-
* Regression tests for BDD codegen bugs identified in `.kiro/bdd-codegen-risk-analysis.md`.
13+
* Regression tests for BDD codegen bugs
1414
*
1515
* Bug #1 (`tryGenerateTrivialCondition.visitBoolEquals` does not gate on `ref.isOptional`) is
1616
* unreachable through valid Smithy models — Smithy's own trait validator rejects
@@ -36,8 +36,7 @@ class BddCodegenTest {
3636
*
3737
* The model below intentionally collides a literal with a parameter name and exercises a
3838
* library function call (`substring("Bucket", 0, 4, false)`). After the fix, codegen
39-
* compiles cleanly. Before the fix, it failed to compile with E0308 — see
40-
* `.kiro/bdd-codegen-test-failures.md`.
39+
* compiles cleanly. Before the fix, it failed to compile with E0308
4140
*/
4241
@Test
4342
fun `string literal whose text matches an optional parameter name is not falsely treated as optional`() {

codegen-client/src/test/kotlin/software/amazon/smithy/rust/codegen/client/smithy/endpoint/BddTestHelpers.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import java.util.Base64
1818
* `results[ref - 100_000_000]`. The first node (index 0) **must** be the
1919
* canonical terminal `[-1, 1, -1]`.
2020
*
21-
* See `.kiro/bdd-sep.md` for the full encoding spec.
2221
*/
2322
internal object BddTestHelpers {
2423
/** Triple of (conditionIndex, highRef, lowRef) for one BDD node. */

0 commit comments

Comments
 (0)