Taiki Endo
Taiki Endo
GitHub-hosted Windows runners have a lot of free space in C drive, but D drive which is used as a workspace has only 14GB of free space. Current status of...
AFAIK, it is currently broken.
wip cc #858
https://github.com/taiki-e/cargo-hack/pull/175
We have some tests for it, but not enough. Both of recent regressions (https://github.com/taiki-e/cargo-hack/commit/693f0c0d404d97346a54f4eee97fa6e34eeae84d, https://github.com/taiki-e/cargo-config2/commit/0a5870a0076e105e9c88d72991ab62e9793aaa1e) are caught by another repo's CI.
See the second and third sections of https://github.com/jonhoo/rust-ci-conf/pull/4#issuecomment-1475242415 for details.
See the first section of https://github.com/jonhoo/rust-ci-conf/pull/4#issuecomment-1475242415 for details.
Currently, trait definitions passed to `quick_derive!`, `derive_trait`, `EnumImpl::from_trait`, `EnumImpl::push_method`, and `EnumImpl::append_items_from_trait` are parsed per time proc-macro called. This is not efficient, and ideally it should be parsed only once.