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

bleep compile -w doesn't recompile when changing the build #325

Open
nafg opened this issue Jun 8, 2023 · 1 comment
Open

bleep compile -w doesn't recompile when changing the build #325

nafg opened this issue Jun 8, 2023 · 1 comment

Comments

@nafg
Copy link
Contributor

nafg commented Jun 8, 2023

Steps to reproduce:

  1. Run bleep compile -w in a terminal, in a project that doesn't compile because it's missing a dependency

Resulting output:

📕 compile main failed status code ERROR
  1. Fix the bleep.yaml file

Resulting output:

📗 Changed: Set(bleep build)
📙 Refreshing /home/naftoli/repositories/gitlab.com/kupas-yom-tov/igud-bnei-torah/app/.bleep/builds/normal/.bloop...
📗 wrote bloop files [value => New: 1, Changed: 1, Unchanged: 1]
📗 bootstrapped in 6 ms

Expectation:

It should recompile the project

Bonus points for allowing to hit R at any point like in SBT (or Enter like Mill)

@oyvindberg
Copy link
Owner

Thanks!

Yeah, you're right. There are two watchers, and the integration between them is not bullet proof yet.

This can be fun to work on for any takers, otherwise I'll get to it soon

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

No branches or pull requests

2 participants