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

refactor: validate config during parse args #2334

Merged
merged 3 commits into from
Oct 23, 2024

Conversation

antazoey
Copy link
Member

What I did

Delay config parsing until after init and avoid during help.
This is part of https://github.com/ApeWorX/ape/compare/main...antazoey:ape:perf/short-helps?expand=1 and necessary to get the actual perf boost to work, have to kick the bottleneck down the road.

How I did it

How to verify it

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@antazoey antazoey merged commit 86118f2 into ApeWorX:main Oct 23, 2024
16 checks passed
@antazoey antazoey deleted the perf/delay-cfg-validation branch October 23, 2024 19:46
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 this pull request may close these issues.

2 participants