Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix(lgsm): stream SteamCMD progress without buffering#71

Open
IOHelpMe wants to merge 1 commit into
highcard-dev:masterhighcard-dev/scrolls:masterfrom
IOHelpMe:marvin/hig-24-line-buffer-lgsm-progressIOHelpMe/scrolls:marvin/hig-24-line-buffer-lgsm-progressCopy head branch name to clipboard
Open

fix(lgsm): stream SteamCMD progress without buffering#71
IOHelpMe wants to merge 1 commit into
highcard-dev:masterhighcard-dev/scrolls:masterfrom
IOHelpMe:marvin/hig-24-line-buffer-lgsm-progressIOHelpMe/scrolls:marvin/hig-24-line-buffer-lgsm-progressCopy head branch name to clipboard

Conversation

@IOHelpMe

Copy link
Copy Markdown

Summary

  • line-buffer LinuxGSM update and auto-install output with stdbuf -oL
  • apply the shared template change to all nine generated LinuxGSM Scrolls
  • keep SnapshotProgress as the only progress source; no estimates or synthetic values

Why

SteamCMD emits real progress frequently, but uniq buffered the pipe output. That delayed valid samples and produced the observed long pauses and large jumps. Line buffering forwards each existing progress line immediately without adding a PTY or another progress mechanism.

Verification

  • go test -count=1 ./...
  • ./scripts/validate_all_scrolls.sh
  • git diff --check

Related: highcard-dev/druid-cli#97 and highcard-dev/monorepo#318.

@druid-infra

Copy link
Copy Markdown
Collaborator
Error: This repo is not allowlisted for Atlantis.

@IOHelpMe

Copy link
Copy Markdown
Author

@MarcStdt Ready for review. SteamCMD already emitted frequent real progress, but uniq buffered the LinuxGSM pipe and released samples in large batches. stdbuf -oL forwards those same lines immediately across the shared template, with no PTY, estimates, or second progress source; Scroll tests and catalog validation pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.