Skip to content

fix: remove timeout from setup command#60

Merged
dsherret merged 1 commit into
mainfrom
remove-setup-timeout
Jun 23, 2026
Merged

fix: remove timeout from setup command#60
dsherret merged 1 commit into
mainfrom
remove-setup-timeout

Conversation

@dsherret

Copy link
Copy Markdown
Member

The setup command was subject to the same timeout as formatting commands, which would abort long-running one-time setup (e.g. installing a toolchain). This removes the timeout from the setup command so it can run to completion.

  • Drop the tokio::time::sleep timeout branch from run_setup_command's select!.
  • Remove the now-unused config parameter threaded through run_once/run_setup_command.
  • Update README to note setupCommand is no longer subject to timeout.

@dsherret dsherret merged commit 6f082f0 into main Jun 23, 2026
15 checks passed
@dsherret dsherret deleted the remove-setup-timeout branch June 23, 2026 12:30
@mgeisler

Copy link
Copy Markdown

Thanks again!

The changes here look great and I look forward to trying this out soon!

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