Skip to content

Conversation

lauzadis
Copy link
Member

Issue #

Description of changes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

```
* Where:
Build file '/Users/lauzmata/aws-sdk-kotlin/tests/codegen/checksums/build.gradle.kts' line: 14

* What went wrong:
Script compilation errors:

  Line 14:     this@Build_gradle.tests.forEach { test ->
                   ^ Unresolved label.

  Line 14:     this@Build_gradle.tests.forEach { test ->
                                                 ^ Cannot infer type for this parameter. Specify it explicitly.

  Line 15:         projections.register(test.name) {
                                             ^ Unresolved reference 'name'.

  Line 16:             imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath)
                                                                          ^ Cannot infer type for this parameter. Specify it explicitly.

  Line 16:             imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath)
                                                                          ^ Function invocation 'model(...)' expected.

  Line 16:             imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath)
                                                                                ^ Unresolved reference 'path'.

  Line 16:             imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath)
                                                                                            ^ Cannot infer type for this parameter. Specify it explicitly.

  Line 16:             imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath)
                                                                                            ^ Function invocation 'model(...)' expected.

  Line 16:             imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath)
                                                                                                  ^ Unresolved reference 'fileName'.

  Line 16:             imports = listOf(layout.projectDirectory.file(test.model.path + test.model.fileName).asFile.absolutePath)
                                                                                                            ^ Unresolved reference 'asFile'.

  Line 18:                 serviceShapeId = test.serviceShapeId
                                                 ^ Unresolved reference 'serviceShapeId'.

  Line 19:                 packageName = "aws.sdk.kotlin.test.${test.name.lowercase()}"
                                                                     ^ Unresolved reference 'name'.
```
@lauzadis lauzadis requested a review from a team as a code owner August 15, 2025 17:52
Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

Copy link

A new generated diff is ready to view.

@lauzadis lauzadis added the ready-for-release Overrides failing "release-readiness" check, when you're sure this PR is ready for release. label Aug 26, 2025
Copy link

A new generated diff is ready to view.

Copy link

sonarqubecloud bot commented Sep 2, 2025

Copy link

github-actions bot commented Sep 2, 2025

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

Copy link

github-actions bot commented Sep 2, 2025

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

This comment has been minimized.

@lauzadis lauzadis added the acknowledge-artifact-size-increase Acknowledge that an artifact increased in size substantially or that a new artifact was created label Sep 2, 2025
Copy link

github-actions bot commented Sep 2, 2025

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@lauzadis lauzadis requested a review from a team as a code owner September 15, 2025 18:00
Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

This comment has been minimized.

@lauzadis lauzadis merged commit 61a6919 into main Sep 16, 2025
23 checks passed
@lauzadis lauzadis deleted the misc-upgrade-gradle branch September 16, 2025 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknowledge-artifact-size-increase Acknowledge that an artifact increased in size substantially or that a new artifact was created ready-for-release Overrides failing "release-readiness" check, when you're sure this PR is ready for release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants