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

Frozen content is not regenerated when files in python_modules change #3

Open
jorisplusplus opened this issue Jun 11, 2022 · 1 comment

Comments

@jorisplusplus
Copy link
Collaborator

During the build of micropython the file frozen_content.c is generated in the build folder. This file contains all frozen modules selected by the manifest. Currently when a file is changed python_modules the changes are not detected by cmake and thus the file is not regenerated.

Expected Behavior

frozen_content is automatically regenerated when python modules change

Workaround

Delete build/frozen_content.c

@brianredbeard
Copy link
Contributor

Affected by micropython/micropython#7753

Resolved in micropython/micropython#10691

@renzenicolai renzenicolai moved this to 🆕 New in BadgePython Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants