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

Missing dependencies don't cause rebuild when found #2899

Closed
matt2e opened this issue Sep 30, 2024 · 0 comments · Fixed by #2929
Closed

Missing dependencies don't cause rebuild when found #2899

matt2e opened this issue Sep 30, 2024 · 0 comments · Fixed by #2929
Assignees

Comments

@matt2e
Copy link
Collaborator

matt2e commented Sep 30, 2024

Steps to repro:

  • Rename examples/go/time/ftl.toml to something else
  • ftl dev -- recreate
  • FTL will fail to build echo because time is missing
  • Rename time's ftl.toml back
  • FTL will find time built it and then deploy it

Expected result:

  • After time is built and deployed, I would expect echo to get rebuilt and deployed

Actual result:

  • Echo stays in an error state
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 a pull request may close this issue.

2 participants