Micha Niskin
Micha Niskin
Yes, warning/error info on the fileset would be a great way to solve this. If we could draft a standard for this (perhaps functions in boot.core) then we could make...
@Deraen yeah, i think boot should only use forward slashes, but that will be a breaking change. I think it's something that will simplify things for windows users, though, so...
@maacl can you try with version 2.6.0 please?
@kentfredric You can install `boot.sh` into eg. `/usr/local/bin`, that's what the `sudo bash curl...` business is doing. It just fetches a copy of `boot.sh`, makes it executable, and moves it...
Interesting, I'll investigate. Thanks for reporting the issue!
The repository info might be useful for debugging purposes, but I am suspicious of it because if it will be used to add repositories to the build that the user...
I just made a test, and Aether apparently does add repositories to the project via the `` in POM files of transitive dependencies...go figure. I guess we should add this...
+1 for what @alandipert said. I remember the Go client being able to run `boot -h` in ~180ms, I think, once the server was running.
Perhaps JMX can be used to find leaks automatically? The `pod-pool` function already accepts a `:destroy` option that can be used to finalize things in the pod, and if you're...
Ah, maybe something like a shutdown hook that can be installed in the pod to perform cleanup...`destroy-pod` would call those before finishing?