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

cannot create files and testcases for "Ex" problem in ABC #186

Closed
aoriso opened this issue Feb 12, 2022 · 0 comments · Fixed by #187
Closed

cannot create files and testcases for "Ex" problem in ABC #186

aoriso opened this issue Feb 12, 2022 · 0 comments · Fixed by #187
Labels
bug Something isn't working

Comments

@aoriso
Copy link
Contributor

aoriso commented Feb 12, 2022

This problem happens ABC233 and later ABCs.
In these contest, the name of 8th problem is changed to "Ex" while the URL's letter is "h".

The "run" function of new.rs creates "file_paths", the vector of pair of src path and testcase path.
At the moment of the creation, the order of src_path is alphabetical order, while testcase is problem order.
This makes unexpected "file_paths" variable like this: [ ... (e.rs, e.yml), (ex.rs, f.yml), (f.rs, g.yml), (g.rs, ex.yml)]

aoriso added a commit to aoriso/cargo-compete that referenced this issue Feb 12, 2022
@qryxip qryxip linked a pull request Feb 19, 2022 that will close this issue
@qryxip qryxip added the bug Something isn't working label Feb 19, 2022
qryxip added a commit that referenced this issue Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants