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(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
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): materialize arg files from cmd_args

This moves generated response-file handling into the graph action layer instead of leaving each target kind to hand-write files and keep them synchronized with argv.

GitHub issue
Closed
Once
tuist/once #137
refactor(apple): resolve toolchain paths without xcrun

This change introduces resolver records for the Apple toolchain. The records carry the absolute paths for swiftc, clang, clang++, libtool, lipo, and codesign, along wit…

GitHub issue
Closed
Once
tuist/once #142
refactor(graph): rename rules to modules

  • Renames the graph extension surface from rules to modules across Rust frontend APIs, manifest loading, and action digest terminology.

GitHub issue
Closed
Once
tuist/once #115
feat(query): add Cypher-style graph expressions

  • Add a native once query '<MATCH ... RETURN ...>' expression path for read-only graph exploration.

GitHub issue
Closed
Once
tuist/once #121
feat(android): add Android target kinds

  • Add Once-native Android Starlark target kinds for android_resource, android_library, and android_binary.

GitHub issue
Closed
Once
tuist/once #123
feat(prelude): support shared native mobile code

  • Adds shared mobile code target kinds for Swift into Android native libraries and Kotlin/Native into Apple frameworks, so cross-platform source sharing is modeled directly in the …

GitHub issue
Closed
Once
tuist/once #131
feat: Add durable action evidence in once.sqlite

  • Adds an RFC framing Once as a project graph plus project memory, with graph, runs, evidence, views, and loops as the public model.

GitHub issue
Closed
Once
tuist/once #128
feat(run): support visible mobile launches

This adds a --visible option to once run and threads that request through graph analysis as ctx["run"]["visible"] so target kinds can decide how to expose a visible runtime i…

GitHub issue
Closed
Once
tuist/once #149