Lukas Barth
Lukas Barth
@Jens-G Don't worry, I actually got ahead and contacted a friend who's involved in some other Apache project. I have an account, will create the ticket tomorrow.
@Jens-G I created a Jira ticket here: https://issues.apache.org/jira/browse/THRIFT-5682 Somehow Jira mangled my code examples, I'll try to clean them up later.
I would love to move forward with this. I think this is more or less a necessary precondition to use Apache Thrift with C++20 - and even before C++20, the...
Hi @bsergean Yeah, I just started noticing these, too, when I tried to build with the warning settings suggested by @kashirin-alex . I have no clue why I did not...
Thanks @Jens-G for triggering the CI builds again. I'm not sure whether I interpret the results, especially the failures, correctly: * the "Build / lib-go (1.19)" and "Build / lib-go...
@bsergean I could do that, but I think this would just run the same tests as are run on all commits on `master` anyways, and those are failing, too, I...
I did the rebase - @Jens-G if you approve the workflows to run I think the go tests should pass now.
Just for clarification @Jens-G - are the failing cross-tests (which I still think are not failing because of this change) blocking this PR? Or is there anything else I can...
> I think the cross test failures should be fixed first if caused by this PR. The following cross-tests currently fail on the current **master** (see [here](https://github.com/apache/thrift/actions/runs/5574430848)): ``` (kotlin,swift) (kotlin,java,kotlin)...
Hi @emmenlau , thanks for reviving this. :) I just rebased and force-pushed. It seems that after the rebase, I cannot execute the `bin/UnitTests` executable locally anymore (and I think...