Yuxuan 'fishy' Wang
Yuxuan 'fishy' Wang
After removing everything else and only kept the 2 libraries, `bazel query` actually show the correct transitive dependencies: ``` $ bazel query 'deps(//:onepwd_compile)' ... //:onepwd_aar @com_android_support_preference_v7_27_0_1//aar:aar @com_android_support_support_v4_27_0_1//aar:aar @com_android_support_support_v4_27_0_1//aar:support-v4-27.0.1.aar @com_android_support_support_media_compat_27_0_1//aar:aar @com_android_support_support_media_compat_27_0_1//aar:support-media-compat-27.0.1.aar...
I'm seeing the same issue with rules_go v0.38.1 and rules_docker v0.25.0. @nickgooding's workaround works for my case as well. The fact that cgo is not used but got involved into...
Please: 1. Create a JIRA ticket to describe the issue (with what's the current generated code and what should be the correct code) 2. Resolve the merge conflicts (java failing...
Please create a [jira ticket](https://issues.apache.org/jira/) to describe what problem you are trying to resolve, what's the before and after generated go code from what thrift code.
Thanks. Please 1. Add a test to verify the fix 2. Claim the [jira ticket](https://issues.apache.org/jira/browse/THRIFT-3037) (cc @dcelasun you claimed the ticket previously) 3. instead of `type TypedefExampleRequest struct { *ExampleRequest...
also, thrift files under `test/` are for all languages and are not necessarily run by all language tests (currently there's no go test specifically run against `test/TypedefTest.thrift`, it's just the...
also, now https://github.com/apache/thrift/pull/2886 is merged, please rebase your change on top of latest master so the CI will actually run your tests.
please fix the failed unit test.
@jshen14 sorry I missed your comment last year 😓 please rebase your change on top of latest master branch and the python tests should be fixed now.
we actually don't have python set up in github actions yet so this is not really tested (we only tested that it did not break other languages that's setup in...