Skip to content
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

Dev/enrich frozen #433

Merged
merged 28 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f726985
update check for bare const
Josverl Oct 19, 2023
68cbd1d
frozen modeles: Enrich modules from docstubs
Josverl Oct 19, 2023
efb7858
Revert bare const test.
Josverl Oct 19, 2023
0e335f9
Test: Fix update to postprocessing called in two steps
Josverl Oct 20, 2023
a833c51
closes https://github.com/Josverl/micropython-stubber/issues/335
Josverl Oct 20, 2023
e0a5b66
add link to issue
Josverl Oct 20, 2023
630e665
get-docstrubs: Add --version switch.
Josverl Oct 23, 2023
6cff525
docstubs: return types for UART and espnow.recv
Josverl Oct 25, 2023
128d200
scripts:docstring reporting
Josverl Oct 25, 2023
62ee07b
snippets:add UART check
Josverl Oct 25, 2023
638c6b3
tweaks
Josverl Oct 25, 2023
673d04d
fix regression: return types for espnow.recv
Josverl Oct 25, 2023
d0b3ccb
Enrich Frozen: Add check for existence of docstubs
Josverl Oct 25, 2023
5e36dbe
chore: formatting and naming
Josverl Oct 28, 2023
39245bb
'Refactored by Sourcery'
Oct 28, 2023
f8c1779
Merge pull request #439 from Josverl/sourcery/dev/enrich_frozen
Josverl Oct 29, 2023
4a26cfc
merge: fix, use flat version in paths
Josverl Oct 29, 2023
66af8bb
cmdline: auto-> all
Josverl Oct 29, 2023
082602e
refactor pathnames
Josverl Oct 29, 2023
5991ea8
chore:formatting & spelling
Josverl Oct 29, 2023
85bc567
feat: build portspackages based on specified 'generic' board in def…
Josverl Nov 1, 2023
6e73930
Sync submodule >=v1.20.0
Josverl Nov 5, 2023
dbae169
Merge branch 'main' into dev/enrich_frozen
Josverl Nov 5, 2023
9f0a605
Merge branch 'dev/sync_submodule' into dev/enrich_frozen
Josverl Nov 5, 2023
322f96c
Fix issues with freezing and merging stubs
Josverl Nov 5, 2023
5710d6c
Add test for stub_ignore function
Josverl Nov 5, 2023
45ec624
Fix: Autoflake command in post.py
Josverl Nov 5, 2023
bc69892
update script to Update stubs and run tests
Josverl Nov 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"args": [
"-v",
"-v",
"get-docstubs",
"switch",
"v1.20.0",
// "build",
// "--version",
// "latest",
Expand All @@ -66,10 +67,6 @@
// "--build",
// "switch",
// "v1.20.0"
// "get-frozen",
// "--version",
// "v1.19.1",
// "--port",
// "--dry-run",
//
// "minify",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"markiscodecoverage.searchCriteria": "results/coverage*.lcov",
"debug.allowBreakpointsEverywhere": true,
"debug.terminal.clearBeforeReusing": true,
"python.analysis.typeCheckingMode": "strict",
"python.analysis.typeCheckingMode": "basic",
"python.analysis.diagnosticSeverityOverrides": {
"reportUnusedVariable": "warning",
"reportUnusedImport": "warning",
Expand Down
18 changes: 14 additions & 4 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,32 @@
"adcx",
"adcy",
"aivar",
"Autoflake",
"basicgit",
"braden",
"bufs",
"bufx",
"bufy",
"capsys",
"chdir",
"codemod",
"cpython",
"createstubs",
"dastultz",
"Decomp",
"docstrings",
"docstub",
"docstubs",
"fname",
"fwid",
"IPPROTO",
"josverl",
"jsondb",
"libcst",
"loboris",
"loguru",
"markdownlint",
"micropython",
"mklink",
"mpls",
"mystubs",
Expand All @@ -45,6 +55,7 @@
"pylintrc",
"pyright",
"pytest",
"pytestmark",
"pytests",
"reqs",
"stubfiles",
Expand All @@ -56,11 +67,10 @@
"toctree",
"typeshed",
"updent",
"writeln",
"micropython",
"Verlinde"
"Verlinde",
"writeln"
],
"enableFiletypes": [
"!plaintext"
]
}
}
Binary file added scripts/Docstring_view.pbix
Binary file not shown.
953 changes: 953 additions & 0 deletions scripts/Docstrings_check.ipynb

Large diffs are not rendered by default.

199 changes: 0 additions & 199 deletions scripts/check_docstrings.ipynb

This file was deleted.

Loading
Loading