Skip to content
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

Ex 問題を読み込めない #184

Closed
nebocco opened this issue Jan 15, 2022 · 1 comment · Fixed by #185
Closed

Ex 問題を読み込めない #184

nebocco opened this issue Jan 15, 2022 · 1 comment · Fixed by #185

Comments

@nebocco
Copy link
Contributor

nebocco commented Jan 15, 2022

% cargo compete new abc234
warning: Could not parse the title: "Ex - Enumerate Pairs"
warning: Could not find `EX` in `tasks_print`
     Created `abc234` package at /xx/atcoder/./abc234
       Saved 3 test cases to /xxx/atcoder/./abc234/testcases/{a.yml, a/}
       Saved 2 test cases to /xxx/atcoder/./abc234/testcases/{b.yml, b/}
       Saved 3 test cases to /xxx/atcoder/./abc234/testcases/{c.yml, c/}
       Saved 2 test cases to /xxx/atcoder/./abc234/testcases/{d.yml, d/}
       Saved 3 test cases to /xxx/atcoder/./abc234/testcases/{e.yml, e/}
       Saved 3 test cases to /xxx/atcoder/./abc234/testcases/{f.yml, f/}
       Saved 3 test cases to /xxx/atcoder/./abc234/testcases/{g.yml, g/}

おそらくここを

https://github.com/qryxip/snowchains/blob/519a454bc6087dbc81fad276a86d9b53d492844b/snowchains_core/src/web/atcoder.rs#L1537

A-Za-z0-9 にすればパースできるようになりそうです

ただ二個目の警告文から分かる通り、内部のどこかで "Ex""EX" に変換されてしまっていることに起因しているエラーもあるように思うのですが、正確な発生箇所は分かりませんでした

@qryxip
Copy link
Owner

qryxip commented Jan 22, 2022

直したのですが、リリースする時間がありませんでした。とりあえずこれで修正版をインストールできるはずです。

cargo install --git https://github.com/qryxip/cargo-compete --rev 15da84d7e409604b13d48794dc105e93d490ddb1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants