Skip to content

Temporarily disable penny-bot while we investigate the failure #929

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2024

Conversation

bnbarham
Copy link
Contributor

This is currently failing, presumably due to a package visibility change:

swift-source-compat-suite/project_cache/penny-bot/Lambdas/GitHubAPI/GeneratedSources/Types.swift:1147:59: error: initializer 'init(per_page:page:)' is package and cannot be referenced from a default argument value
 1145 |     package func pulls_list_files(
 1146 |         path: Operations.pulls_list_files.Input.Path,
 1147 |         query: Operations.pulls_list_files.Input.Query = .init(),
      |                                                           `- error: initializer 'init(per_page:page:)' is package and cannot be referenced from a default argument value
 1148 |         headers: Operations.pulls_list_files.Input.Headers = .init()
 1149 |     ) async throws -> Operations.pulls_list_files.Output {
      :
30245 |                 ///   - per_page: The number of results per page (max 100).

Temporarily disable while we look into it.

@bnbarham
Copy link
Contributor Author

@swift-ci please test

This is currently failing, presumably due to a package visibility
change:
```
swift-source-compat-suite/project_cache/penny-bot/Lambdas/GitHubAPI/GeneratedSources/Types.swift:1147:59: error: initializer 'init(per_page:page:)' is package and cannot be referenced from a default argument value
 1145 |     package func pulls_list_files(
 1146 |         path: Operations.pulls_list_files.Input.Path,
 1147 |         query: Operations.pulls_list_files.Input.Query = .init(),
      |                                                           `- error: initializer 'init(per_page:page:)' is package and cannot be referenced from a default argument value
 1148 |         headers: Operations.pulls_list_files.Input.Headers = .init()
 1149 |     ) async throws -> Operations.pulls_list_files.Output {
      :
30245 |                 ///   - per_page: The number of results per page (max 100).
```

Temporarily disable while we look into it.
@bnbarham
Copy link
Contributor Author

@swift-ci please test

@bnbarham bnbarham merged commit f20c542 into swiftlang:main May 16, 2024
1 check passed
@bnbarham bnbarham deleted the xfail-pennybot branch May 16, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants