-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Rework import generation for stubs. (#50)
Closes #38 Closes #24 ### Summary of Changes - Reworked the import generation for Stubs. Imports should now be correctly generated. (#38) - Aliases are collected with mypy and are now used to resolve alias origins (#24) #### Other changes - Added a "// Todo" for the generated Stubs, if an internal class is used as a type. - Added "// Todo Safe-DS does not support set types" if a set object is used. - If booleans where used in Literal Types the first letter was capitalized in stubs, which it should not be. - Removed the "where" part and lower limits of the Stubs for constrains --------- Co-authored-by: megalinter-bot <[email protected]>
- Loading branch information
1 parent
ced63f3
commit 216e179
Showing
34 changed files
with
1,098 additions
and
609 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.