Hive Hive
Sign in

Forage

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

Items
818
Open signals
192
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
fix(continuous-integration): stabilize main branch checks

This stabilizes the main branch checks that were still failing after the recent Windows response-file changes.

GitHub issue
Closed
Once
tuist/once #146
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(docs): fix docs deployment domain

  • Point the docs Cloudflare Worker route at docs.buildonce.dev.

GitHub issue
Closed
Once
tuist/once #112
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): 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(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(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): 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