E3AARCHAI-23433: Enhance mps-cli-py parser input API to accept individual JAR files, mixed path lists, and regex patterns#68
Merged
Prithvi686 merged 2 commits intoJul 21, 2026
Conversation
…ilter regex and build() now accepts the following - - individual .jar file paths alongside directory paths - mixed lists of directories and .jar files - optional jar_filter regex to filter jars by filename when scanning directories - also individual JAR paths always bypass jar_filter since they are now explicitly named
Prithvi686
enabled auto-merge (squash)
July 21, 2026 19:49
Prithvi686
deleted the
feature/E3AARCHAI-23433_enhance_binary_persistency_input_api
branch
July 21, 2026 19:51
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.
mps-cli-py : enhance build() to accept individual JAR paths and jar_filter regex and build() now accepts the following -
Also individual JAR paths always bypass jar_filter since they are now explicitly named.
Added a new test as well.