-
Notifications
You must be signed in to change notification settings - Fork 3
Turn off the ironing out loop by default #1170
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
Changes from all commits
44cffa6
1a449a4
a1a47e7
048e52e
4758654
fd9ea49
63ddd2d
438aabc
a02d102
3e86126
5c94a60
fd1a6a4
12ce6ff
58d149d
2e9e9d7
c62ee35
ab0107a
8187abd
a0c9e2d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -100,7 +100,7 @@ fn handle_example_extract_command(name: &str, dest: Option<&Path>, patch: bool) | |||||
| /// If `patch` is `true`, then the corresponding patched example will be extracted. | ||||||
| fn extract_example(name: &str, patch: bool, dest: &Path) -> Result<()> { | ||||||
| if patch { | ||||||
| let patches = get_patches(name)?; | ||||||
| let (file_patches, toml_patch) = get_patches(name)?; | ||||||
|
||||||
| let (file_patches, toml_patch) = get_patches(name)?; | |
| let (file_patches, toml_patch) = get_patches(name)?.clone(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well it does compile...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
max_ironing_out_iterationsschemadescriptionsentence is truncated (ends with "for"). Since this PR touches the default here, it’d be good to complete the description so generated docs/help text are clear.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's actually not truncated, but maybe Copilot's wording is clearer...