| Name | Modified | Size | Downloads / 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 bootstrap —
valdi install androidnow works on a clean install. The Bazel registry'srules_kotlin 1.9.0module now declaresrules_androidas a dependency and exposes@androidsdkvia an extension. Also updates the.bazelrcandMODULE.bazelbootstrap templates and unskips the Android smoke test. - Yoga UDL syntax —
operator"" _pt(space before suffix) is nowoperator""_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-memcalltoCOMPILER_FLAGS_COMPAT. Newer Clang errors onmemcpywith non-trivially copyable types on recent macOS runners. valdi_hermescopts — Suppress-Wnontrivial-memcallin thevaldi_hermesBazel target to match the fix already present inthird-party/hermes/hermes.BUILD.