Sergey Serebryakov
5d282c560c
Fix docs for BoolishValueParser
2024-11-18 19:16:28 +00:00
Ed Page
2920fb082c
chore: Release
2024-11-13 12:52:48 -06:00
Ed Page
8902627c2b
docs: Update changelog
2024-11-13 12:52:22 -06:00
Ed Page
79d696f925
Merge pull request #5813 from epage/ignore
...
fix(parser): Fill in defaults on ignored error
2024-11-13 12:51:34 -06:00
Ed Page
479df35abd
fix(parser): Fill in defaults on ignored error
...
This came up in #5812 and is especially problematic for derives.
Not really a fan of this solution but its the least invasive.
I also considered going wild with error recovery or moving towards a
solution for #1546 .
2024-11-12 21:09:55 -06:00
Ed Page
a1d69ca824
refactor(parser): Split up parsing from post-processing
2024-11-12 15:04:53 -06:00
Ed Page
6827841930
test(parser): Show bad ignore_errors defaulting case
2024-11-12 15:04:53 -06:00
Ed Page
76d0049330
test(parser): Verify defaulting on errors
2024-11-12 15:04:53 -06:00
Ed Page
3f5c05ce38
test(parser): Ensure we are actually testing ignore_errors
2024-11-12 15:04:53 -06:00
Ed Page
ba4745dd11
chore(ci): Fix use of permissions
2024-11-12 14:47:27 -06:00
Ed Page
22944b4c35
chore(ci): Use matrix for tracking the runner
2024-11-12 14:46:25 -06:00
Ed Page
29b04fe66a
chore(ci): Attempt to benchmark binary size
2024-11-12 14:43:07 -06:00
Ed Page
2e5c74423e
Merge pull request #5814 from epage/parse
...
refactor(parser): Remove redundant error check
2024-11-12 11:53:55 -06:00
Ed Page
551e0521f2
refactor(parser): Remove redundant error check
2024-11-12 11:38:56 -06:00
Ed Page
424a2431c9
Merge pull request #5811 from epage/notes
...
docs: Highlight notes/warnings in a block
2024-11-08 12:06:47 -06:00
Ed Page
6f78e2a3ff
docs: Highlight notes/warnings in a block
2024-11-08 11:07:48 -06:00
Ed Page
c54ffa17f5
chore: Release
2024-11-04 09:55:55 -06:00
Ed Page
26eab7b4e5
docs: Update changelog
2024-11-04 09:55:44 -06:00
Ed Page
f275804c23
Merge pull request #5805 from epage/style
...
fix(complete): Adjust dynamic for MSRV
2024-11-04 09:55:08 -06:00
Ed Page
7c7742cae8
fix(complete): Adjust dynamic for MSRV
2024-11-04 09:48:16 -06:00
Ed Page
f1ae3c0e49
style: Make clippy happy
2024-11-04 09:44:03 -06:00
renovate[bot]
5c932b7079
chore(deps): Update Rust crate divan to v0.1.15 ( #5798 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-01 04:22:14 +00:00
renovate[bot]
bc0537f589
chore(deps): Update compatible (dev) ( #5797 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-01 01:29:21 +00:00
Ed Page
7a6475e3c1
chore: Release
2024-10-29 13:00:38 -05:00
Ed Page
0266c4197f
docs: Update changelog
2024-10-29 13:00:31 -05:00
Ed Page
6ec0b43448
Merge pull request #5791 from okapia/zsh-default-fallback
...
fix(zsh): Use _default as the completion fallback where the ValueHint is Unknown
2024-10-29 12:58:18 -05:00
Oliver Kiddle
e40168c2fd
fix(zsh): Use _default as zsh completion fallback
...
That is for a ValueHint of Unknown. This is consistent with bash where
compgen -f is used in such cases. In long experience with completions
distributed with zsh, the worst thing you can do is break filename
completion as that's the minimum most user's expect.
2024-10-28 21:16:38 +01:00
Ed Page
55a18f518b
chore: Release
2024-10-23 20:24:16 -05:00
Ed Page
3b0563580d
fix(complete): Ensure new enough clap is used
2024-10-23 20:24:07 -05:00
Ed Page
5d2cdac3e6
chore: Release
2024-10-23 20:17:03 -05:00
Ed Page
f1c10ebe58
docs: Update changelog
2024-10-23 20:16:56 -05:00
Ed Page
a4d1a7fe2b
chore(ci): Take a break from template updates
2024-10-23 20:16:09 -05:00
Ed Page
e95ed396c4
Merge pull request #5775 from vivienm/master
...
chore(complete): Add descriptions to dynamic Zsh completions
2024-10-24 09:14:31 +08:00
renovate[bot]
18f8d4c3f5
chore(deps): Update Rust Stable to v1.82 ( #5788 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-23 13:54:45 +00:00
Ed Page
f35d8e09fb
Merge pull request #5787 from epage/template
...
chore: Update from '_rust/main' template
2024-10-23 21:48:32 +08:00
Ed Page
1389d7d689
chore: Update from '_rust/main' template
2024-10-23 08:37:55 -05:00
Ed Page
dbc9faa79d
chore(ci): Initialize git for template update
2024-10-23 08:31:20 -05:00
Ed Page
3dac2f3683
chore(ci): Get history for template update
2024-10-23 08:29:12 -05:00
Ed Page
e1f77dacf1
chore(ci): Fix branch for template update
2024-10-23 08:26:27 -05:00
Ed Page
e6d6de9672
chore(ci): Specify image for template update
2024-10-23 08:24:56 -05:00
Ed Page
6ce7729c84
chore(ci): Fix permissions for template update
2024-10-23 08:23:51 -05:00
Ed Page
19e103d79e
chore(ci): Experiment with template update
2024-10-23 08:22:41 -05:00
Vivien Maisonneuve
81d92682ce
chore(complete): Add descriptions to dynamic Zsh completions
2024-10-21 15:35:19 +02:00
Ed Page
e121dd6ef9
chore(ci): Fix STABLE updates
...
See rust-lang/cargo#14704
2024-10-21 15:39:54 +08:00
Ed Page
8db276fc5b
docs: Cross-reference source code view
2024-10-21 10:35:12 +08:00
Ed Page
61f5ee514f
chore: Release
2024-10-08 08:56:17 -05:00
Ed Page
3e6538427f
docs: Update changelog
2024-10-08 08:55:52 -05:00
Ed Page
fca8f73c2c
Merge pull request #5706 from shannmu/external_subcommand
...
feat: Simple support to complete external subcommand
2024-10-08 09:54:27 -04:00
shannmu
fc82a3e528
feat(complete): Support to complete custom external subcommand
2024-10-08 15:49:02 +08:00
shannmu
6a09122421
test(complete): Add test for external subcommand
2024-10-07 16:29:44 +08:00