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

feat(flutter_tool): dump class table during snapshot compilation #66

Open
wants to merge 3 commits into
base: shorebird/dev
Choose a base branch
from

Conversation

felangel
Copy link

  • feat(flutter_tool): dump class table during snapshot compilation

@felangel felangel self-assigned this Nov 26, 2024
'--deterministic',
// Shorebird dumps the class table information during snapshot compilation.
'--print_class_table_link_debug_info_to=${_fileSystem.path.join(outputDir.path, 'class_table.json')}',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will these overwrite each other between phases, or are the phases built to separate directories?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They'll overwrite each other currently but my thinking was that shouldn't matter because we'll zip and upload them as part of each phase (e.g. when building the release we'll zip and upload the "extra metadata" to the Shorebird backend and pull the relevant metadata down when compiling the patch).

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.

2 participants