Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set --dev to default for uv run and uv sync #4118

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Conversation

charliermarsh
Copy link
Member

Summary

Closes #4117.

@charliermarsh charliermarsh added the preview Experimental behavior label Jun 6, 2024
pub(crate) dev: bool,

#[arg(long, conflicts_with("offline"), overrides_with("dev"), hide = true)]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conflicts_with("offline") was a copy-paste error, whoops.

Copy link
Member

@zanieb zanieb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, was about to do this.

@charliermarsh charliermarsh enabled auto-merge (squash) June 6, 2024 23:58
@charliermarsh charliermarsh merged commit d3651c1 into main Jun 7, 2024
46 checks passed
@charliermarsh charliermarsh deleted the charlie/d branch June 7, 2024 00:06
SigureMo added a commit to yutto-dev/bilili that referenced this pull request Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview Experimental behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable --dev by default in uv sync and uv run
2 participants