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

CI: Track MicroPython Edge #906

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

CI: Track MicroPython Edge #906

wants to merge 4 commits into from

Conversation

Gadgetoid
Copy link
Member

@Gadgetoid Gadgetoid commented Feb 27, 2024

v1.23.x to v1.24.x

Nothing to see here... yet 👀

Aha! Something to see:

v1.22.x to v1.23.x

STATIC -> static

A source of incoming pain - micropython/micropython#13763

TLDR: The STATIC macro was never really used, is confusing and will be wholly removed. It resolves to static and should be substituted as such.

mp_obj_malloc_with_finaliser

There's a breaking change with the introduction of mp_obj_malloc_with_finaliser, which replaces calling m_new_obj_with_finaliser and explicitly setting obj->base.type.

New style added: micropython/micropython@4133c03

Old style removed: micropython/micropython@9716171

@Gadgetoid Gadgetoid force-pushed the ci/micropython-edge branch 4 times, most recently from edd0565 to 55081a0 Compare March 8, 2024 14:43
@Gadgetoid Gadgetoid force-pushed the ci/micropython-edge branch 2 times, most recently from 66361c7 to 7995480 Compare March 30, 2024 19:46
@Gadgetoid Gadgetoid force-pushed the ci/micropython-edge branch 2 times, most recently from aa579b0 to 1b59fd4 Compare April 17, 2024 12:28
@Gadgetoid Gadgetoid force-pushed the ci/micropython-edge branch 2 times, most recently from e152521 to 2146f54 Compare June 5, 2024 10:21
@Gadgetoid Gadgetoid force-pushed the ci/micropython-edge branch 3 times, most recently from 9a705c8 to 9127319 Compare August 13, 2024 09:24
@Gadgetoid Gadgetoid added this to the v1.24.0 milestone Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant