This repository has been archived by the owner on Jan 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Automatisierte Herleitung von Optional Annotations #473
Merged
lars-reimann
merged 35 commits into
main
from
443-automatisierte-herleitung-von-optional-annotations
May 6, 2022
Merged
feat: Automatisierte Herleitung von Optional Annotations #473
lars-reimann
merged 35 commits into
main
from
443-automatisierte-herleitung-von-optional-annotations
May 6, 2022
Conversation
This file contains 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
…optional or required
…rleitung-von-required-annotations # Conflicts: # package-parser/package-parser.iml # package-parser/package_parser/commands/generate_annotations/generate_annotations.py # package-parser/tests/commands/generate_annotations/test_generate_annotations.py
… into 443-automatisierte-herleitung-von-optional-annotations # Conflicts: # package-parser/package_parser/commands/generate_annotations/generate_annotations.py
… of github.com:lars-reimann/api-editor into 442-automatisierte-herleitung-von-required-annotations
Improved auxiliary functions Added ParameterInfo Class to communicate the return values of functions better Migrated said ParameterInfo and ParameterType classes to annotation_model.py Test is now working - all is good
… of github.com:lars-reimann/api-editor into 442-automatisierte-herleitung-von-required-annotations
…ter should be optional or required for more clarity
…unused test files
… into 443-automatisierte-herleitung-von-optional-annotations # Conflicts: # package-parser/package_parser/commands/generate_annotations/generate_annotations.py # package-parser/tests/commands/generate_annotations/test_generate_annotations.py
…to the new data class structure and adjusted the optional annotation test.
MegaLinter status: ✅ SUCCESS
See errors details in artifact MegaLinter reports on CI Job page |
jofaul
previously approved these changes
May 6, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vorsicht: Hat Required Branch integriert, vielleicht Required zuerst mergen. Sonst super
lars-reimann
suggested changes
May 6, 2022
package-parser/package_parser/commands/generate_annotations/generate_annotations.py
Outdated
Show resolved
Hide resolved
package-parser/package_parser/commands/generate_annotations/generate_annotations.py
Outdated
Show resolved
Hide resolved
lars-reimann
approved these changes
May 6, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Closes #443.
Summary of Changes
Add automated generation of optional annotations.