Matthias Nösner

Results 32 comments of Matthias Nösner

Check if the behavior is correct when a init is in progress. It should most likely block the restart request till init is done => https://github.com/benchkram/bob/blob/main/bobrun/wrap.go#L97

A restart must be able to be cancable (by listening to the context as we do it with build).. E.g. A restart is immediately followed by a ctrl+c (send SIGINT).....

Tested it as you described. Seems that restart is not waiting for init to be finished.. It also doesn't execute init again after subsequent restarts. ![image](https://user-images.githubusercontent.com/3776893/176164799-e1ab09c6-c10c-486c-83bb-da50bda9b390.png)

I found another bug. `CTRL+R` seems not to trigger a rebuild. Do a change in `example/server-db/main.go` and do a restart. `bob build` does a rebuild .. `CTRL+R` misses this.

Closing for now, focus is currently on build

Should be opt in. Something like `bob build --beep`

I agree for our current use case init is the behavior we want and it makes sense to ommit Pre/Post for now . **Executing Init** This seems to be a...

Pre scripts closed by #84

This commit https://github.com/benchkram/bob/commit/07ca49e0f0422991998c29ad24fa36a19dffe7f4 should have fixed the issue. The inputs are reloaded from the filesystem and the input hash is recomputed in case a child dependency changed the filesystem. Additional...

Sorry, not maintained anymore.. Will update the readme.