-
Notifications
You must be signed in to change notification settings - Fork 75
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
Ensure processor has extracted all members when members=None #365
Merged
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b56050 - Browse repository at this point
Copy the full SHA 1b56050View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6d53d3 - Browse repository at this point
Copy the full SHA b6d53d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a9e3bc - Browse repository at this point
Copy the full SHA 8a9e3bcView commit details
Commits on Oct 31, 2023
-
Use existing file, since it causes same problem
Co-authored-by: Leonardo Uieda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f034b72 - Browse repository at this point
Copy the full SHA f034b72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89a3056 - Browse repository at this point
Copy the full SHA 89a3056View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d3db88 - Browse repository at this point
Copy the full SHA 7d3db88View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b6bc47 - Browse repository at this point
Copy the full SHA 7b6bc47View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7707d0e - Browse repository at this point
Copy the full SHA 7707d0eView commit details -
Use ABC and abstractmethod in ExtractorProcessor
This way we don't have to test against using it since it can't be instantiated directly. Make _all_members and _extract_file abstract methods.
Configuration menu - View commit details
-
Copy full SHA for 4d576d0 - Browse repository at this point
Copy the full SHA 4d576d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fab577f - Browse repository at this point
Copy the full SHA fab577fView commit details -
Make the suffix an abstract property
Make it required to be implemented by child classes so we don't have to check if it's None.
Configuration menu - View commit details
-
Copy full SHA for e59157b - Browse repository at this point
Copy the full SHA e59157bView commit details
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.