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

fix: just dev now works #2855

Merged
merged 1 commit into from
Sep 27, 2024
Merged

fix: just dev now works #2855

merged 1 commit into from
Sep 27, 2024

Conversation

alecthomas
Copy link
Collaborator

@alecthomas alecthomas commented Sep 27, 2024

This was because just build-sqlc didn't have correct dependencies, resulting in it always rebuilding. I've updated it to pull the dep locations directly out of sqlc.yaml, which will future-proof it.

Fixes #2846

@alecthomas alecthomas requested a review from a team as a code owner September 27, 2024 00:23
This was referenced Sep 27, 2024
@alecthomas alecthomas enabled auto-merge (squash) September 27, 2024 00:25
This was because `just build-sqlc` didn't have correct dependencies,
resulting in it always rebuilding. I've updated it to pull the dep
locations directly out of sqlc.yaml, which will future-proof it.
@alecthomas alecthomas enabled auto-merge (squash) September 27, 2024 00:59
@alecthomas alecthomas merged commit 909706c into main Sep 27, 2024
91 checks passed
@alecthomas alecthomas deleted the aat/fix-just-dev branch September 27, 2024 01:09
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.

just dev --recreate causes infinite build loop
1 participant