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

Allow for difficulty markings (e.g. [10h], [10m], [10e]) in bonus part point values #20

Closed
ryanrosenberg opened this issue Jul 5, 2021 · 5 comments · Fixed by #21
Closed

Comments

@ryanrosenberg
Copy link

Right now YAPP does not recognize bonus parts where there is a difficulty marking inside the bonus part; ideally YAPP would parse this difficulty marking and include it in the output, or at least ignore it.

@alopezlago
Copy link
Owner

Interesting, I haven't seen this format before. Do we always expect to be e/m/h, or do we just expect it to be a single letter?

@ryanrosenberg
Copy link
Author

I'd expect it to generally be e/m/h, yeah -- I can't think of any tournaments in the past 5-10 years that diverged from that schematic.

@alopezlago
Copy link
Owner

Okay. By the way, do you have an example packet that uses this format? I'd like to make sure that I can validate the parser against a real-world example

@ryanrosenberg
Copy link
Author

Sure, here's a Spring Novice packet
Packet 1 (3).docx

@alopezlago
Copy link
Owner

Thanks. I have something working where it ignores the values, though I want to see if I can keep the difficulty markings in the output.

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