Taiki Endo

Results 938 comments of Taiki Endo

Wikipediaではプログラミングの文脈での「assertion」は「表明」と訳されているようです:https://ja.wikipedia.org/wiki/%E8%A1%A8%E6%98%8E

「コンパイルされたプログラムは」あたりが適訳でしょうか。ここでのコンパイラの役割は動的ディスパッチを行うコードを生成することなので。

Note that the issue has been closed, but that does not mean that the problem has been automatically fixed. v2 resolver is required to fix the problem. related: https://github.com/taiki-e/cargo-hack/issues/142

Do you mean you need an option to process the following two lines in one line? ```sh cargo hack check --each-feature cargo hack check --each-feature --skip std --target wasm32-unknown-unknown ```

Thanks for the explanation. If I understand correctly, what this feature request is asking for is something like: - A way to specify options such as --exclude and --skip per-crate...

It's too easy to forget this, and it's probably preferable to enable it by default.

This can significantly increase test time in projects with many option dependencies, so we probably need to extend the `--optional-deps` flag so that only specified dependencies can be considered as...

It would also be nice to have an explanation about https://github.com/taiki-e/cargo-hack/issues/81. It explains why the number of feature combinations actually performed is less than the user expects.

- User-defined cfgs are set by passing the --cfg flag to rustflags. - rustc/cargo built-in cfgs are set by profiles or specific flags. In most cases, they are not set...

Considering problem like https://github.com/taiki-e/cargo-hack/issues/15#issuecomment-1056937385, this seems to be required functionality.