Skip to content

Conversation

@corco
Copy link
Collaborator

@corco corco commented Oct 1, 2025

MSVC is the default compiler on Windows and switching verible to use it would alleviate some pain points of using bazel on Windows.

For context, clang-cl was originally used because designated identifiers are used in the codebase, which are only supported by C++20 in MSVC, which was not available at the time. Also, MSVC would crash on the codebase, which is no longer the case.

Protobuf was updated because current version had MSVC deprecated on bazel. Deprecation was since reversed.

Finally, tree-operations.h was failing to compile. I managed to fix it, but template code is beyond my comprehension and should be reviewed by someone in the knows.

- Updated Protobuf as version 31 had deprecated MSVC, which support
  was restored in 32.
- Updated code to compile on MSVC
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Oct 1, 2025

CLA Signed

  • ✅login: corco / name: Jonathan Drolet / (af60711)

The committers listed above are authorized under a signed CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant