fix(settings): reserve every hardcoded menu shortcut against user rebinding #1969
macos-tests.yml
on: pull_request
Annotations
7 errors, 22 warnings, and 8 notices
|
UI tests 0/3:
TableProUITests/Support/UITestCase.swift#L128
testEscapeDismissesTheConnectionSwitcher, XCTAssertTrue failed - The sample database never finished opening
|
|
UI tests 0/3:
TableProUITests/Support/UITestCase.swift#L128
testNextStatementMovesTheCaretWithoutChangingTheDocument, XCTAssertTrue failed - The sample database never finished opening
|
|
UI tests 2/3
Process completed with exit code 65.
|
|
UI tests 2/3:
TableProUITests/Support/UITestCase.swift#L128
testForwardReturnsToTheTableBackSteppedAwayFrom, XCTAssertTrue failed - The sample database never finished opening
|
|
UI tests 2/3:
TableProUITests/Support/UITestCase.swift#L128
testForwardReturnsToTheTableBackSteppedAwayFrom, XCTAssertTrue failed - The sample database never finished opening
|
|
UI tests 1/3:
TableProUITests/Support/UITestCase.swift#L128
testCommandDeleteDeletesTheEditorLineAfterRunningAQuery, XCTAssertTrue failed - The sample database never finished opening
|
|
macOS Tests Gate
Process completed with exit code 1.
|
|
Build for testing:
Plugins/DamengDriverPlugin/DamengConnection.swift#L147
capture of 'handle' with non-Sendable type 'OpaquePointer' in a '@sendable' closure
|
|
Build for testing:
Plugins/DamengDriverPlugin/DamengConnection.swift#L37
capture of 'handle' with non-Sendable type 'OpaquePointer' in a '@sendable' closure
|
|
Build for testing:
LocalPackages/CodeEditSourceEditor/Sources/CodeEditSourceEditor/LineFolding/Model/LineFoldModel.swift#L333
conformance of 'LineFoldModel' to protocol 'LineFoldPlaceholderDelegate' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
|
|
Build for testing:
LocalPackages/CodeEditSourceEditor/Sources/CodeEditSourceEditor/LineFolding/Model/LineFoldModel.swift#L21
conformance of 'LineFoldModel' to protocol 'NSTextStorageDelegate' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
|
|
Build for testing:
LocalPackages/CodeEditSourceEditor/Sources/CodeEditSourceEditor/LineFolding/Model/LineFoldModel.swift#L333
conformance of 'LineFoldModel' to protocol 'LineFoldPlaceholderDelegate' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
|
|
Build for testing:
LocalPackages/CodeEditSourceEditor/Sources/CodeEditSourceEditor/LineFolding/Model/LineFoldModel.swift#L21
conformance of 'LineFoldModel' to protocol 'NSTextStorageDelegate' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
|
|
|
|
Build for testing:
LocalPackages/CodeEditTextView/Sources/CodeEditTextView/TextView/TextView+Insert.swift#L12
variable 'attachments' was never mutated; consider changing to 'let' constant
|
|
Build for testing:
LocalPackages/CodeEditTextView/Sources/CodeEditTextView/TextLine/TextLine.swift#L65
initialization of immutable value 'maxWidth' was never used; consider replacing with assignment to '_' or removing it
|
|
Build for testing:
LocalPackages/CodeEditTextView/Sources/CodeEditTextView/TextLine/TextLine.swift#L65
constant 'maxWidth' inferred to have type '()', which may be unexpected
|
|
Build for testing:
LocalPackages/CodeEditTextView/Sources/CodeEditTextView/TextLayoutManager/TextLayoutManager+Layout.swift#L257
initialization of immutable value 'relativeMaxY' was never used; consider replacing with assignment to '_' or removing it
|
|
Build for testing:
LocalPackages/CodeEditLanguages/Sources/TreeSitterGrammars/sql/scanner.c#L167
implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
|
|
Build for testing:
Plugins/RedisDriverPlugin/RedisPluginConnection.swift#L189
capture of 'ssl' with non-Sendable type 'OpaquePointer?' in a '@sendable' closure
|
|
Build for testing:
Plugins/RedisDriverPlugin/RedisPluginConnection.swift#L186
capture of 'handle' with non-Sendable type 'UnsafeMutablePointer<redisContext>?' in a '@sendable' closure
|
|
Build for testing:
Plugins/RedisDriverPlugin/RedisPluginConnection.swift#L125
capture of 'ssl' with non-Sendable type 'OpaquePointer?' in a '@sendable' closure
|
|
Build for testing:
Plugins/RedisDriverPlugin/RedisPluginConnection.swift#L124
capture of 'handle' with non-Sendable type 'UnsafeMutablePointer<redisContext>?' in a '@sendable' closure
|
|
Build for testing:
Plugins/SQLExportPlugin/SQLExportPlugin.swift#L493
left side of nil coalescing operator '??' has non-optional type '[String]', so the right side is never used
|
|
Build for testing:
Plugins/PostgreSQLDriverPlugin/PGlitePluginDriver.swift#L15
class 'PGlitePluginDriver' must restate inherited '@unchecked Sendable' conformance
|
|
Build for testing:
Plugins/SnowflakeDriverPlugin/SnowflakeBindingEncoder.swift#L31
default will never be executed
|
|
Build for testing:
Packages/TableProCore/Sources/TableProTeradataCore/TeradataTLSTransport.swift#L188
capture of 'self' with non-Sendable type 'TeradataTLSTransport?' in a '@sendable' closure
|
|
Build for testing:
Packages/TableProCore/Sources/TableProTeradataCore/TeradataTLSTransport.swift#L177
mutation of captured var 'sendError' in concurrently-executing code
|
|
Build for testing:
Packages/TableProCore/Sources/TableProTeradataCore/TeradataConnection.swift#L274
'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination.
|
|
Unit tests
Skipped DamengDriverTests.DamengPluginDriverTests.testLiveDM8Workflow
|
|
Unit tests
Skipped DamengDriverTests.DamengPluginDriverTests.testLiveDM8SharesOneRebuildBetweenConcurrentStatements
|
|
Unit tests
Skipped DamengDriverTests.DamengPluginDriverTests.testLiveDM8ReturnsEveryRowOfALargeResult
|
|
Unit tests
Skipped DamengDriverTests.DamengPluginDriverTests.testLiveDM8ReportsATransactionLostWithItsConnection
|
|
Unit tests
Skipped DamengDriverTests.DamengPluginDriverTests.testLiveDM8RejectsBadCredentialsAndInvalidPort
|
|
Unit tests
Skipped DamengDriverTests.DamengPluginDriverTests.testLiveDM8RecoversFromAStoppedStatement
|
|
Unit tests
Skipped DamengDriverTests.DamengPluginDriverTests.testLiveDM8ReadsATableWithALobColumn
|
|
Unit tests
Skipped TableProTests.VimEngineSearchTests.testDeleteToForwardSearchMatch
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
macos-test-results
|
121 MB |
sha256:7ecc547311e08e4223c3f81b938ed0bc859d323c512261b59daccf568a91aa2e
|
|
|
macos-ui-test-results-0
|
127 MB |
sha256:417f2a9b761905dff1de867ee6bd770c36d285902235fe086b5c685b69f596d2
|
|
|
macos-ui-test-results-1
|
127 MB |
sha256:feebf2d48a6aed1aa7d2070ba223c074e0d3d20a8fbe192269a4b8437f9ea609
|
|
|
macos-ui-test-results-2
|
137 MB |
sha256:205eac8443ae5ec782fa5d1ec4ebb956a941509375f1b413a81f76012ad158df
|
|
|
test-products
Expired
|
216 MB |
sha256:cab7f4b39d64a307f4acbb48cefe5565330dca1c382202c856211e66fa325acf
|
|