clockworklabs / clockworklabs/SpacetimeDB

Consider running dotnet publish without quiet mode

Open
#948 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

possibly-stale
Dominant language
Rust
Stars
25.2k
Forks
1.1k
Avg merge
2d 7h
Merged PRs (30d)
46

Description

Here the dotnet publish command is ran in quiet mode, which makes it harder to see when any problem occurs in the process. (in my case it was a miserably slow download speed for wasi-sdk.20.tar.gz file)

I think the output of dotnet publish shouldn't be hidden at all, or maybe provide a --verbose flag to show it.

https://github.com/clockworklabs/SpacetimeDB/blob/987d742baa2ed5a2e3dee963af93d8b2295bee2d/crates/cli/src/tasks/csharp.rs#L60

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at crates/cli/src/tasks/csharp.rs:60 and inspect how the dotnet publish command is invoked and its output is suppressed. Determine whether the intended completion is always-visible publish output or a verbosity option, then verify that publish failures and slow downloads provide useful output.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.