Tushar Bhatnagar

Results 16 comments of Tushar Bhatnagar

Pinging @KevinLaMS and @denelon for an update here. I went to install 7zip and found that it would be an alpha version (20.0.0-alpha). This is not something I want to...

@peterlewis Thanks for fixing this! Adding an "alpha" version for 7zip in a similar way to how VS Code handles the "Insiders" build was a great idea. 👍 ``` ❯...

It looks like this is failing because `descriptor.pb.cc` needs to be regenerated due to the change. (I couldn't find this from any of the logs of the builds - maybe...

Got it - thanks for the info @acozzette! I tried running `./autogen.sh; ./configure`, but get the following errors: ``` ./autogen.sh; ./configure + test -d third_party/googletest + mkdir -p third_party/googletest/m4 +...

> @tusharb86 Installing autoconf should fix that error. You could wait for the other PR to be submitted, but that will require Bazel to be installed. We may want to...

> > @tusharb86 Installing autoconf should fix that error. You could wait for the other PR to be submitted, but that will require Bazel to be installed. We may want...

@acozzette - I checked that the tests now succeed. However, it looks like there are still Kokoro build failures. Clicking on "Details", I'm not seeing anything in the logs to...

@acozzette I'm not seeing any other changes to descriptor.pb.cc. I tried re-running `./autogen.sh; ./configure` and `./generate_descriptor_proto.sh`, but there were no other changes made. I've also explicitly run the previously failing...

@acozzette I now see what the issue is. My branch is based off of `v3.21.3`. `main` has some updates to `descriptor.pb.cc` which I do not have locally, so I'll need...

@acozzette Sorry about that! I've regenerated the files on the tip of main and rebuilt/retested successfully. Hopefully, that's it! 🤞