-
Notifications
You must be signed in to change notification settings - Fork 14
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
Merge remaining changes from '24 #642
base: EOY_mpflash
Are you sure you want to change the base?
Conversation
… manifest imports for some of the ARDUINO boards fixes #591 Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
…foo/__init__.pyi Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Fix spelling Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
…ameters Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
- Updated the `_type_from_context` function to handle method/function/class signatures more accurately. - Modified the lookup process to avoid repeated names in module and item names. - Improved the parsing of docstrings to extract return types. Fixes #123 Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
…t version Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
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.
Copilot reviewed 100 out of 115 changed files in this pull request and generated no comments.
Files not reviewed (15)
- .vscode/launch.json: Language not supported
- .vscode/micropython-dict.txt: Language not supported
- .vscode/settings.json: Language not supported
- cspell.json: Language not supported
- src/stubber/board/modulelist.txt: Language not supported
- src/stubber/board/createstubs_db_min.py: Evaluated as low risk
- src/stubber/board/createstubs_min.py: Evaluated as low risk
- src/stubber/board/createstubs_mem_min.py: Evaluated as low risk
- missing_docs/_thread.pyi: Evaluated as low risk
- src/stubber/board/createstubs.py: Evaluated as low risk
- src/stubber/board/createstubs_db.py: Evaluated as low risk
- src/stubber/board/createstubs_mem.py: Evaluated as low risk
- src/mpflash/mpflash/versions.py: Evaluated as low risk
- src/mpflash/mpflash/basicgit.py: Evaluated as low risk
- src/stubber/codemod/visitors/typevars.py: Evaluated as low risk
Comments suppressed due to low confidence (3)
src/stubber/codemod/merge_docstub.py:229
- Ensure
updated_body
is a list before modifying it in theadd_missed_overloads
method.
updated_body = list(updated_node.body) # type: ignore
src/stubber/codemod/merge_docstub.py:256
- Verify that the
locate_function_by_name
method correctly identifies the function by name.
def locate_function_by_name(self, overload, updated_body):
src/stubber/codemod/merge_docstub.py:285
- Correct the spelling mistake in the comment on line 285: 'carefull' should be 'careful'.
# we need to be carefull not to copy over all the annotations if the types are different
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## EOY_mpflash #642 +/- ##
==============================================
Coverage ? 77.87%
==============================================
Files ? 69
Lines ? 6006
Branches ? 983
==============================================
Hits ? 4677
Misses ? 992
Partials ? 337
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
… 'type' in CI Windows Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>
mpflash
Stubber
Common
Documentation
reference-stubs
prepare_source_stubs.ipynb
to create reference-stubsSigned-off-by: Jos Verlinde Jos_Verlinde@hotmail.com