mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #135] [CLOSED] [python] Upgrade to MicroPython 1.18 #281
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#281
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/135
Author: @Yaya-Cout
Created: 1/25/2022
Status: ❌ Closed
Base:
upsilon-dev← Head:upsilon-dev-mpy-update-v18📝 Commits (8)
3c2c8b8[python] Upgrade to MicroPython 1.18b62d8aeMerge branch 'upsilon-dev' into upsilon-dev-mpy-update-v18f2eb080Re-enable operator overload82d4c51Merge branch 'upsilon-dev-mpy-update-v18' of https://github.com/Yaya-Cout/Upsilon into upsilon-dev-mpy-update-v188fcb73dMerge branch 'Lauryy06:upsilon-dev' into upsilon-dev-mpy-update-v18f6f948aFix buildingab06557Fix compatibility with matplotlib of CPython5558bb5Merge branch 'UpsilonNumworks:upsilon-dev' into upsilon-dev-mpy-update-v18📊 Changes
47 files changed (+992 additions, -987 deletions)
View changed files
📝
apps/code/variable_box_controller.cpp(+1 -1)📝
python/port/genhdr/qstrdefs.in.h(+2 -12)📝
python/port/mod/matplotlib/pyplot/modpyplot_table.c(+1 -1)📝
python/port/mpconfigport.h(+8 -0)📝
python/src/extmod/modurandom.c(+51 -32)📝
python/src/py/bc.c(+0 -14)📝
python/src/py/builtin.h(+1 -0)📝
python/src/py/builtinhelp.c(+6 -11)📝
python/src/py/builtinimport.c(+318 -231)📝
python/src/py/compile.c(+40 -131)📝
python/src/py/dynruntime.mk(+0 -2)📝
python/src/py/emitbc.c(+0 -6)📝
python/src/py/emitnative.c(+5 -3)📝
python/src/py/formatfloat.c(+1 -1)📝
python/src/py/frozenmod.c(+71 -92)📝
python/src/py/frozenmod.h(+1 -3)📝
python/src/py/gc.c(+6 -1)📝
python/src/py/lexer.c(+10 -3)📝
python/src/py/lexer.h(+1 -1)📝
python/src/py/makecompresseddata.py(+1 -1)...and 27 more files
📄 Description
This pull request update MicroPython from version 1.17 to 1.18. I haven't tested all MicroPython so if you find bugs, I can try to fix them.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.