generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: modifying modules should not break stub list (#4053)
The build engine was not synchronising the list of stubbed modules correctly if a new build was triggered (such as by a module being added, or a dependency changing). Steps to repro: - `ftl dev examples/go` - Wait for all modules to build - Look at any module's `go.work` file, it'll contain each other module's stub path - Move the `echo` module from `examples/go` to somewhere else - FTL dev will remove the module - Move the `echo` module back to its original location - Look at any `go.work` file now. It'll only contain the stub paths for `builtin` and `echo`
- Loading branch information
Showing
1 changed file
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters