Download Latest Version beta-0.1.1 source code.zip (166.7 MB)
Email in envelope

Get an email when there's a new version of Valdi

Home / beta-0.1.1
Name Modified Size InfoDownloads / Week
Parent folder
beta-0.1.1 source code.tar.gz 2026-07-01 163.5 MB
beta-0.1.1 source code.zip 2026-07-01 166.7 MB
README.md 2026-07-01 1.0 kB
Totals: 3 Items   330.2 MB 0

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.
Source: README.md, updated 2026-07-01