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

Missing #[serde(default)] for PartialBatchTestCase::out #126

Closed
qryxip opened this issue Feb 16, 2021 · 0 comments · Fixed by #127
Closed

Missing #[serde(default)] for PartialBatchTestCase::out #126

qryxip opened this issue Feb 16, 2021 · 0 comments · Fixed by #127
Labels

Comments

@qryxip
Copy link
Owner

qryxip commented Feb 16, 2021

oh no

#[serde(with = "serde_fn::option_arc_str")]
pub out: Option<Arc<str>>,

cargo compete t a
error: could not parse the YAML file at `/home/ryo/src/competitive/atcoder/arc112/testcases/a.yml`

Caused by:
  missing field `out`
@qryxip qryxip added the bug label Feb 16, 2021
@qryxip qryxip changed the title Missing #[serde(default)] for PartialBatchTestCase Missing #[serde(default)] for PartialBatchTestCase::out Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant