Add check_committed_generated_files.py#10626
Merged
valeriosetti merged 4 commits intoMbed-TLS:developmentfrom Mar 30, 2026
Merged
Add check_committed_generated_files.py#10626valeriosetti merged 4 commits intoMbed-TLS:developmentfrom
valeriosetti merged 4 commits intoMbed-TLS:developmentfrom
Conversation
6 tasks
bebd675 to
9dcf5de
Compare
We're going to have more committed generated files. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
… module Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
Any `all.sh` component that runs a script that requires a more recent version of Python must have a `support_xxx` function that checks for the requisite Python version or package. At this time, there is no such requirement yet in the mbedtls repository. The directory `framework/util` is not yet checked by `pylint` or `mypy`, because we use older versions of these tools that don't work well with modern Python versions. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This will probably help when a framework change causes the content of these files to change. See Mbed-TLS/mbedtls-test#252 Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
9dcf5de to
aa40ca9
Compare
bjwtaylor
approved these changes
Mar 30, 2026
valeriosetti
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Side port of a small part of Mbed-TLS/TF-PSA-Crypto#690. The options list is the only committed generated file in mbedtls at this point, but make the infrastructure the same in mbedtls as in TF-PSA-Crypto in case we want to add one later.
PR checklist