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

Support regenerating for existing versions #11

Open
ES-Alexander opened this issue Jan 13, 2025 · 0 comments
Open

Support regenerating for existing versions #11

ES-Alexander opened this issue Jan 13, 2025 · 0 comments

Comments

@ES-Alexander
Copy link
Contributor

Current output generation is efficiently capped to ArduPilot tags that are newer than the latest commit in this repository.

That's nice to avoid unnecessary extra processing time, but it can also be useful to occasionally regenerate files for older versions, in case there have been changes in parameters that are reported as supported, and to include new MAVLink messages in the explicitly unsupported lists (e.g. as in #10).

It would be useful to add a command-line argument to the run_parsers script that allows overriding the "latest" date, and potentially running that via CI at a lower frequency (e.g. once a month).

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

No branches or pull requests

1 participant