<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/mingling_picker/src/picker/parse.rs, branch feat/picker2</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/'/>
<entry>
<title>fix(mingling_picker): correct mask size and arg index in tag phase</title>
<updated>2026-07-15T12:33:15+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T12:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=904f78d506240516ace2305e570d542c3b18440f'/>
<id>904f78d506240516ace2305e570d542c3b18440f</id>
<content type='text'>
Previously, the mask was sized by the template param `$` and
arg indexing used `$-`, causing incorrect results when the
actual number of arguments differed from the macro expansion
count.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, the mask was sized by the template param `$` and
arg indexing used `$-`, causing incorrect results when the
actual number of arguments differed from the macro expansion
count.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(picker): add unwrap, unpack, to_result, to_option on PickerPattern</title>
<updated>2026-07-15T09:09:27+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T09:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=06199a26474b1e53761ca6838014c4dc8d3488e2'/>
<id>06199a26474b1e53761ca6838014c4dc8d3488e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: move mask initialization outside bundle loop in parse.rs</title>
<updated>2026-07-15T08:58:30+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T08:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=d1a6e9810b4f1555fb9852065af4c9df6ed463f0'/>
<id>d1a6e9810b4f1555fb9852065af4c9df6ed463f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(picker): add argument-position mask to tag phase</title>
<updated>2026-07-15T08:53:56+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T08:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=5209f78e3a1b6c067c210c31c1d2679f78851a40'/>
<id>5209f78e3a1b6c067c210c31c1d2679f78851a40</id>
<content type='text'>
Pass a mutable mask to tag functions so Pickable implementations can
detect which argument positions have already been claimed by other
Pickables during the same parsing pass
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass a mutable mask to tag functions so Pickable implementations can
detect which argument positions have already been claimed by other
Pickables during the same parsing pass
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(picker): add early route on missing flag</title>
<updated>2026-07-15T08:36:05+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T08:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=53fc28520c1314cd1bd223628c30d6a4423756a1'/>
<id>53fc28520c1314cd1bd223628c30d6a4423756a1</id>
<content type='text'>
Introduce `or_route` and a `PickerResult` type that carries an optional
route value.  When a flag is absent, the closure given to `or_route` is
evaluated and stored in `error_route`, allowing the caller to exit early
without a default value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce `or_route` and a `PickerResult` type that carries an optional
route value.  When a flag is absent, the closure given to `or_route` is
evaluated and stored in `error_route`, allowing the caller to exit early
without a default value.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(picker): add Route generic parameter for error routing</title>
<updated>2026-07-15T08:14:15+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T08:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=a7a116110a80dee887ee2d9a2660fbff5e0cbc62'/>
<id>a7a116110a80dee887ee2d9a2660fbff5e0cbc62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove unnecessary `Default` bound from `Pickable` trait</title>
<updated>2026-07-15T07:37:39+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-15T07:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=7620fd1d1e9ff4105c2d93c80c73b2c2ec1cbc9a'/>
<id>7620fd1d1e9ff4105c2d93c80c73b2c2ec1cbc9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add lifetime-bound pickable support and refine type constraints</title>
<updated>2026-07-14T11:51:19+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-14T11:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=fdd26053228593162fd5c41df9cfbc45d0c731b9'/>
<id>fdd26053228593162fd5c41df9cfbc45d0c731b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(mingling_picker): rename FormatError to ParseError and add parse</title>
<updated>2026-07-13T21:55:17+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-13T21:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=6518a3221160c4371b16f793b87975067c409ac9'/>
<id>6518a3221160c4371b16f793b87975067c409ac9</id>
<content type='text'>
module

Remove unnecessary Pickable trait bounds on PickerResult and its
From implementations. Introduce a new `parse` module with
macro-generated
parse stubs for up to 32 tuple types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
module

Remove unnecessary Pickable trait bounds on PickerResult and its
From implementations. Introduce a new `parse` module with
macro-generated
parse stubs for up to 32 tuple types.
</pre>
</div>
</content>
</entry>
</feed>
