Skip to content

Fix '[bot] Update the crates' #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions dep-tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,18 @@ exclude = [
"derive_more:0.99.2", # 必要なファイルがexcludeされている
"jemalloc-ctl:0.3.3", # CI上で偶にSIGFPEで落ちる。テストがまずいのか根本的にまずいのか不明
"libm:0.1.4", # `#![deny(warnings)]`
"mac:0.1.1", # `#![deny(warnings)]`
"nom:5.0.1", # 必要なファイルがexcludeされている
"nom:5.1.0", # 必要なファイルがexcludeされている
"num-rational:0.2.2", # よくわからない理由でビルドに失敗する
"primal-estimate:0.2.1", # 古すぎて"normalizing"が行なわれておらず、workspace membersが相対パスのまま
"primal:0.2.3", # 古すぎて"normalizing"が行なわれておらず、workspace membersが相対パスのまま
"proc-macro2:1.0.6", # よくわからない理由でビルドに失敗する
"rand:0.6.5", # 現状同一の`name`のpackageは一つのworkspace内で共存できない
"rand_core:0.3.1", # よくわからない理由でビルドに失敗する
"rand_pcg:0.1.2", # 現状同一の`name`のpackageは一つのworkspace内で共存できない
"smallvec:0.6.13", # 現状同一の`name`のpackageは一つのworkspace内で共存できない
"syn:0.15.44", # よくわからない理由でビルドに失敗する
"syn:1.0.8", # よくわからない理由でビルドに失敗する
]

# key部分でSPECを指定すると、そのSPECの対象のpackageはvalue部分で指定したtargetのみ実行する。
[filter]
"smallvec:1.0.0" = { lib = true } # doc-testでエラーが表示され、成功はするしおそらく実害は無いが見た目がよろしくない
"smallvec:1.1.0" = { lib = true } # doc-testでエラーが表示され、成功はするしおそらく実害は無いが見た目がよろしくない
"text_io:0.1.7" = { doc = true, lib = true, test = ["module", "read_str"] } # `"tuple"`が`target/`下の実行ファイルを実行(しかもexamplesの)という行儀の悪いことをやっている