swiftlang / swift-source-compat-suite

The infrastructure and project index comprising the Swift source compatibility suite.
Apache License 2.0
284 stars 150 forks source link

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

Closed bnbarham closed 5 months ago

bnbarham commented 5 months ago

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 commented 5 months ago

@swift-ci please test

bnbarham commented 5 months ago

@swift-ci please test