merge-queue

Tag

Cards List
#merge-queue

Uber SubmitQueue: a high-performance speculative merge queue

Hacker News Top · 2026-08-01 Cached

Uber open-sourced SubmitQueue, a high-performance speculative merge queue that validates multiple changes in parallel against predicted future states of HEAD to keep trunk green at scale.

0 favorites 0 likes
#merge-queue

Show HN: A local merge queue for parallel Claude Code agents

Hacker News Top · 2026-07-30 Cached

Claude Code Merge Queue is a local, zero-cost merge queue that serializes landings from parallel Claude Code agents to avoid push races and build conflicts. It provides a CLI tool and configuration for managing parallel agent workflows.

0 favorites 0 likes
#merge-queue

Replace Your CI With a Merge Queue

Lobsters Hottest · 2026-07-28 Cached

This article argues that traditional CI fails for AI agents and proposes replacing it with a merge queue where all tests run before merging, allowing agents to fix issues before breaking the build.

0 favorites 0 likes
#merge-queue

Catch Flakes On Main

matklad · 2026-05-14 Cached

The article discusses the problem of flaky tests in software development and proposes a simple mechanical habit: when using a merge queue, continue to run the full test suite on main and maintain a visible list of recent main failures to help identify and eradicate flaky tests.

0 favorites 0 likes
← Back to home

Submit Feedback