boot-dev

Boot development discussion and banter
martinklepsch 2018-01-09T12:53:11.000292Z

@micha @alandipert if you have a moment can you clarify the differences between base.jar and base-jar-with-dependencies.jar— from what I can see: - base.jar: built with mvn -q install - -with-depdendencies: built with mvn -q assembly:assembly - both are similar in size Could we eliminate one of them? do we need both?

martinklepsch 2018-01-09T13:02:04.000318Z

Actually it seems that the base.jar after mvn -q install is only 16K — only after the assembly plugin runs the filesize goes to about 10M. Interestingly all the jars for boot/base on Clojars are 8M+ which makes me think, maybe we never uploaded the 16K jar?

martinklepsch 2018-01-09T13:17:00.000183Z

also it seems that boot/base hasn’t been downloaded nearly as much as other boot jars

martinklepsch 2018-01-09T15:49:12.000221Z

@richiardiandrea hey! did you test this? https://github.com/boot-clj/boot/pull/663

richiardiandrea 2018-01-09T16:07:45.000493Z

Not tested, just read and seems fine.

richiardiandrea 2018-01-09T16:08:57.000102Z

Can probably do it, I am working a bit on the other boot patch anyways today

richiardiandrea 2018-01-09T21:36:20.000260Z

Hi folks @martinklepsch & al. I was aiming at providing a test for #544 but I ended up refactoring tests a bit, I will open a WIP PR

2018-01-09T22:12:13.000240Z

martinklepsch re: base.jar i don't know. but i pinged micha, if you don't hear from him in the next day or few let me know and i can pester him again 😃

🙌 1