Fork me on GitHub
#boot
<
2017-05-01
>
kirill.salykin06:05:59

@richiardiandrea > I have never used boot-refresh, but what error do you receive? Aren’t namespaces reloaded when you change a file? There is no errors, just namespaces not reload.

kirill.salykin06:05:06

and on file change - there is no “reloading” message in log

kirill.salykin06:05:25

Just to clarify, on every change - Boot rebuilds app?

kirill.salykin06:05:38

Or should I trigger it manually?

dominicm13:05:32

@kirill.salykin only if you use the watch task does it auto build

kirill.salykin13:05:54

@dominicm yes, watch task used. Anybody using boot and pedestal? Do you have reload working? Trying to understand which part is a showstopper: boot, pedestal or component.

dominicm13:05:53

@kirill.salykin the library you're using for refresh does not restart your system after refresh. That means it's still using the old version of your system.

kirill.salykin13:05:55

@dominicm Thanks, I’ll add system restart and update you (I think it will be tomorrow)

donyorm14:05:50

can one build Boot itself using boot? Or does one need to use make

micha14:05:32

@donyorm boot can't build itself because it does AOT compilation (to get faster startup times)

donyorm14:05:51

gi, I was a bit confused before

micha14:05:12

so you end up with the weird situation where it's trying to compile its own classes, which are already loaded in the classloader