Hive Hive
Sign in

Forage

Feature requests, bug reports, feedback, GitHub issues, and Grafana alerts in one queue.

Items
819
Open signals
193
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
fix(frontend): isolate rustc response files in scratch directory

This introduces an explicit ctx["scratch_dir"] for Starlark target kind implementations and documents it in the public module reference.

GitHub issue
Closed
Once
tuist/once #145
fix(ci): restore docs and release workflows

  • Fixes the docs deploy failure by running the repository’s deploy script, so CI uses the Wrangler version pinned by the docs package instead of installing a mismatched action vers…

GitHub issue
Closed
Once
tuist/once #129
fix(ci): repair release packaging jobs

  • Restores the Release workflow after the latest main push showed ARM Linux, Windows, and XCFramework jobs failing for separate release packaging reasons.

GitHub issue
Closed
Once
tuist/once #130
fix(ci): escape Windows rustc cfg response args

The release workflow on main is still failing in the Windows package jobs after the previous HOME setup fix. Those jobs now reach the Once Rust graph, but rustc rejects the gen…

GitHub issue
Closed
Once
tuist/once #135
fix(ci): repair release package builds

  • Restore the failing Release workflow on Linux ARM by installing binutils alongside the existing native build dependencies, since the latest main run had cc but failed wit…

GitHub issue
Closed
Once
tuist/once #132
fix(ci): stabilize Rust release graph actions

  • Main release CI was still failing after the first fix: Linux ARM release jobs could not find ld while compiling host Rust actions, and Windows release jobs malformed `–cfg fea…

GitHub issue
Closed
Once
tuist/once #133
fix(graph): encode rustc response file args

This adds a rustc-response argument-file format to cmd_args and teaches the executor to encode those files for the host before writing them. The Rust target kind now keeps feat…

GitHub issue
Closed
Once
tuist/once #139
fix(graph): format rust feature cfg values as literals

  • Formats Rust feature configuration values as raw Rust string literals when the Rust prelude lowers features and crate_features into rustc --cfg arguments.

GitHub issue
Closed
Once
tuist/once #138
fix(graph): route full rustc invocation through response file on Windows

CI on main has been failing on the Windows release jobs (Build x86_64-pc-windows-msvc, Build SDK libraries x86_64-pc-windows-msvc, and release graph build (windows-latest))…

GitHub issue
Closed
Once
tuist/once #143
fix(graph): stabilize windows rustc response handling

rustc-response argument files now write each argument exactly as the graph action declared it. The Windows-specific escaping layer was removed because normal rustc @path respon…

GitHub issue
Closed
Once
tuist/once #140