<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/dev_tools/src/verify.rs, branch main</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/'/>
<entry>
<title>refactor(core): move pathf module under builds and rename to build</title>
<updated>2026-06-29T07:31:58+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-29T07:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=5b1593afa467df256fcd7076967d305bebbb21ee'/>
<id>5b1593afa467df256fcd7076967d305bebbb21ee</id>
<content type='text'>
Migrate `mingling_core::pathf` into `mingling_core::builds::pathf` and
re-export from `mingling::build`.  Update all references from
`mingling::builds` and `mingling::pathf` to `mingling::build`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Migrate `mingling_core::pathf` into `mingling_core::builds::pathf` and
re-export from `mingling::build`.  Update all references from
`mingling::builds` and `mingling::pathf` to `mingling::build`.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(verify): support build-time Rust code blocks in markdown tests</title>
<updated>2026-06-28T20:44:25+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-28T20:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=1acf750860422567732557f7382d91b0d1a50d15'/>
<id>1acf750860422567732557f7382d91b0d1a50d15</id>
<content type='text'>
Handle code blocks annotated with `// BUILD TIME` by generating a
`build.rs` instead of `src/main.rs`, adding `mingling` as a build
dependency with the `builds` feature, and writing a stub main.rs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle code blocks annotated with `// BUILD TIME` by generating a
`build.rs` instead of `src/main.rs`, adding `mingling` as a build
dependency with the `builds` feature, and writing a stub main.rs
</pre>
</div>
</content>
</entry>
<entry>
<title>Parallelize markdown code block verification</title>
<updated>2026-06-23T13:07:27+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-23T13:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=96aa7e23766ffd038a43638ab0b60d04942f0430'/>
<id>96aa7e23766ffd038a43638ab0b60d04942f0430</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch markdown code block check from build to cargo check</title>
<updated>2026-06-23T12:59:15+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-23T12:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=270217d5e0e7de1d1cac5b634b1e9c54b197e0ce'/>
<id>270217d5e0e7de1d1cac5b634b1e9c54b197e0ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `allow(unused)` to generated main.rs</title>
<updated>2026-06-12T13:23:43+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-12T13:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=28dadc7363cbb104935b46dc1b7fb9facdc97568'/>
<id>28dadc7363cbb104935b46dc1b7fb9facdc97568</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-insert `use mingling::prelude::*` and stream build stderr</title>
<updated>2026-06-12T13:17:41+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-12T13:17:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=f8fb651eddaf49970940a2af557b152a68e194bd'/>
<id>f8fb651eddaf49970940a2af557b152a68e194bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test markdown code blocks with dependency caching</title>
<updated>2026-06-12T06:41:46+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-12T06:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=93cc9d549c63f65b4fc424c53a7be9d66f00d117'/>
<id>93cc9d549c63f65b4fc424c53a7be9d66f00d117</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor test-readme into generic docs code block verifier</title>
<updated>2026-06-11T11:01:24+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-11T11:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=c0dbb769b53010944e42e04b554d996f302f412b'/>
<id>c0dbb769b53010944e42e04b554d996f302f412b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
