Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This reverts commit db74c28, reversing changes made to 7497a8e.
概要
ut-issl/c2a-core#580 を revert する
Issue / PR
詳細
package.links
は*-sys
crate のためのものc2a-core
は単体ではビルド・リンクできないライブラリなので,このオプションは目的外使用package.links
で指定した識別子が複数(バージョン差異も含む)の crate で被ることを想定していない(エラーになる)c2a-core
crate を使う crate が複数ある時に問題となるc2a-core
crate のバージョンを丁寧に揃える必要があるc2a-core
の major version で維持する API のみに依存させたい)でも困るc2a-core
crate -> user crate build script の変数伝搬機能を使うために Export src dir via cargo ut-issl/c2a-core#580 で導入したc2a-core
crate のビルド時のソースファイルディレクトリを取得するため検証結果
CI が通ればよし
影響範囲
c2a-core
crate のソースファイルディレクトリを Cargo 経由で公開する機能(breaking change ではあるが,元々まだ example user でも使っていない experimental な機能)