Skip to content

Conversation

michaellee1019
Copy link
Member

@michaellee1019 michaellee1019 commented Oct 8, 2025

Changes how reload versions are stored and incorporates @gmulz's idea of making hot reloading storage at the part level to avoid issues if two developers hot reload the same module on different parts:

  1. The source code is stored as "reload-source-" version within the module's packages. Instead of a general "reload" source module.
  2. The built artifacts is stored in a similar "reload-" version.

Testing

Did full round of testing to ensure the workflow passed in a preview environment along with app changes. Verified in our DB that it contained both versions while after the build finished, and then once the copy to part finished, that the source code was deleted.

@viambot viambot added the safe to test This pull request is marked safe to test from a trusted zone label Oct 8, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Oct 8, 2025
@michaellee1019 michaellee1019 marked this pull request as ready for review October 8, 2025 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

safe to test This pull request is marked safe to test from a trusted zone

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants