dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
superstructor 2016-10-11T01:10:06.001507Z

@richiardiandrea any chance you could release https://github.com/boot-clj/boot-cljs-devtools/pull/5 to clojars soon please ? Would make it easy for our team to upgrade to Dirac 0.7.x.

richiardiandrea 2016-10-11T01:10:56.001511Z

@superstructor sure, I don't know why, I missed that notification on Github, sorry about that!

superstructor 2016-10-11T01:11:12.001512Z

@richiardiandrea I only pushed that minutes ago 😉

richiardiandrea 2016-10-11T01:11:22.001513Z

ah ah lol

richiardiandrea 2016-10-11T01:11:51.001514Z

will merge

superstructor 2016-10-11T01:12:10.001515Z

tested locally and it works, havn’t looked into setting up figwheel-sidecar etc yet which would be an added change, but at least this gets it working like-for-like with previous Dirac releases.

richiardiandrea 2016-10-11T01:15:03.001516Z

@superstructor I have double checked boot-figwheel and even though it looks what we need, it include piggieback and therefore it does not "compose" with boot-cljs-devtools, however a lot of code can be shared among the two...and I'll probably give it a spin in the next couple of weeks

superstructor 2016-10-11T01:15:52.001517Z

ok cool thanks, for now above will get 0.7.x working :thumbsup:

👍 1
richiardiandrea 2016-10-11T01:31:35.001518Z

@superstructor 0.1.2 should be up

superstructor 2016-10-11T01:35:16.001519Z

thank you! have verified the published jar as working with Dirac 0.7.1 🙂 @richiardiandrea

richiardiandrea 2016-10-11T01:35:38.001520Z

thank you for the quick patch

danielcompton 2016-10-11T23:43:04.001558Z

@darwin have you ever looked at filtering traces in the flame graph Timeline in devtools? Reason being, when performance profiling re-frame applications, there is a lot of stack frames that I don't care about, like all the internal CLJS stuff, and React. Being able to squash those frames down would be pretty incredible, cause you could just see the frames you wanted

2016-10-11T23:43:50.001559Z

@danielcompton no, I haven’t used timeline much

2016-10-11T23:44:48.001560Z

I think you should be able to use script blackboxing feature of devtools to get rid of noisy stackframes

danielcompton 2016-10-11T23:45:18.001561Z

I'll take a look, see if blackboxing is working today (it's been quite flaky in the Canary releases lately)