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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Track MicroPython Edge #906

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

CI: Track MicroPython Edge #906

wants to merge 1 commit 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 馃憖

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

CI will always run against the latest MicroPython commit.
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.

None yet

1 participant