Fix build warnings in our code (left some test warnings that are real) #1450
Annotations
12 warnings and 8 notices
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build for iOS:
Sources/Exporters/Jaeger/Jaeger Thrift/agent+Exts.swift#L33
'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Agent_emitZipkinBatch_args' to 'Hashable' by implementing 'hash(into:)' instead
|
Build for iOS:
Sources/Exporters/Jaeger/Jaeger Thrift/agent+Exts.swift#L96
'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Agent_emitBatch_args' to 'Hashable' by implementing 'hash(into:)' instead
|
Build for iOS:
Sources/Exporters/Jaeger/Jaeger Thrift/jaeger+Exts.swift#L44
'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Tag' to 'Hashable' by implementing 'hash(into:)' instead
|
Build for iOS:
Sources/Exporters/Jaeger/Jaeger Thrift/jaeger+Exts.swift#L127
'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Log' to 'Hashable' by implementing 'hash(into:)' instead
|
Build for iOS:
Sources/Exporters/Jaeger/Jaeger Thrift/jaeger+Exts.swift#L199
'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SpanRef' to 'Hashable' by implementing 'hash(into:)' instead
|
Build for iOS:
Sources/Exporters/Jaeger/Jaeger Thrift/jaeger+Exts.swift#L293
'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Span' to 'Hashable' by implementing 'hash(into:)' instead
|
Build for iOS:
Sources/Exporters/Jaeger/Jaeger Thrift/jaeger+Exts.swift#L394
'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Process' to 'Hashable' by implementing 'hash(into:)' instead
|
Build for iOS:
Sources/Exporters/Jaeger/Jaeger Thrift/jaeger+Exts.swift#L461
'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Batch' to 'Hashable' by implementing 'hash(into:)' instead
|
Build for iOS:
Sources/Exporters/Jaeger/Jaeger Thrift/jaeger+Exts.swift#L527
'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BatchSubmitResponse' to 'Hashable' by implementing 'hash(into:)' instead
|
Build for iOS:
Sources/Exporters/Jaeger/Jaeger Thrift/jaeger+Exts.swift#L590
'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Collector_submitBatches_args' to 'Hashable' by implementing 'hash(into:)' instead
|
Test for iOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testGivenDataToUpload_whenUploadFinishesAndDoesNotNeedToBeRetried_thenDataIsDeleted
|
Test for iOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testGivenDataToUpload_whenUploadFinishesAndNeedsToBeRetried_thenDataIsPreserved
|
Test for iOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testItFlushesAllData
|
Test for iOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testWhenBatchFails_thenIntervalIncreases
|
Test for iOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testWhenBatchSucceeds_thenIntervalDecreases
|
Test for iOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testWhenCancelled_itPerformsNoMoreUploads
|
Test for iOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testWhenThereIsNoBatch_thenIntervalIncreases
|
Test for iOS
Skipped DatadogExporterTests.SpansExporterTests.testWhenExportSpanIsCalled_thenTraceIsUploaded
|
Loading