Skip to content

beta-0.1.1

Latest

Choose a tag to compare

@clholgat clholgat released this 01 Jul 21:35
41d6d87

beta-0.1.1

Patch release fixing Android bootstrap and build failures with newer Clang versions.

Bug fixes

  • Android bootstrapvaldi install android now works on a clean install. The Bazel registry's rules_kotlin 1.9.0 module now declares rules_android as a dependency and exposes @androidsdk via an extension. Also updates the .bazelrc and MODULE.bazel bootstrap templates and unskips the Android smoke test.
  • Yoga UDL syntaxoperator"" _pt (space before suffix) is now operator""_pt. Newer Clang treats the spaced form as -Wdeprecated-literal-operator, which is a hard error under -Werror.
  • Hermes COMPILER_FLAGS_COMPAT — Add -Wno-nontrivial-memcall to COMPILER_FLAGS_COMPAT. Newer Clang errors on memcpy with non-trivially copyable types on recent macOS runners.
  • valdi_hermes copts — Suppress -Wnontrivial-memcall in the valdi_hermes Bazel target to match the fix already present in third-party/hermes/hermes.BUILD.