Tyler Vick

Results 16 issues of Tyler Vick

**Background** Currently any attachments that don't fall into existing types (video, image, text-encoded) won't display in the report. Even worse, the activity will still be displayed but expanding the activity...

I often want to share a particular line of the test report. Currently there's no way to link to a specific activity and I have to instruct the recipient to...

We are eligible for submission to Homebrew/homebrew-core but will need a successful (and meaningful) test first. The existing brew test command: https://github.com/XCTestHTMLReport/homebrew-xchtmlreport/blob/main/xchtmlreport.rb#L14 Brew test does not execute in the context...

e.g. https://github.com/google/xctestrunner/blob/e0bc4b29976cf000794e9e796cb8a584b0c443bc/test_runner/xcresult_util.py#L48 we may be able to display this information on the report

Background: xcresulttool 3.39 removed `com.apple.dt.xctest.activity-type.testAssertionFailure` from `ActionTestSummary`, meaning we're now more reliant on `ActionTestFailureSummary` to provide failure details. Changes: - Update `ActionTestFailureSummary` to include: - uuid - issueType - detailedDescription...

The current grpc-swift repo rule is very outdated with newer versions containing bug fixes and significant enhancements (async/await support, UDS, etc.). This PR bumps the grpc-swift version to the latest...

Fixes #961 **Change** Create a new feature `swift.generate_internal_visibility_from_proto_files` which will set protoc's swift_opt `Visibility` from `Public` to `Internal`. **Test** - Create a valid rule for `swift_grpc_library` or `swift_proto_library` - Verify...

Currently the [`Visibility` generation option](https://github.com/apple/swift-protobuf/blob/main/Documentation/PLUGIN.md#generation-option-visibility---visibility-of-generated-types) is hardcoded to `Public` for all protobuf generation: https://github.com/bazelbuild/rules_swift/blob/7ea19709611d40776f05bf6d35b950e1d1a3a506/swift/internal/swift_protoc_gen_aspect.bzl#L185 Certain use cases require a non-public access level for generated objects. For example, when creating a...

Suggested change from @Hsilgos #155