Fork me on GitHub
#dirac
<
2016-05-18
>
darwin00:05:13

hm, maybe - it will be hard to do anything about it, except documenting it 🙂

darwin00:05:51

did you happen to hit the same issue?

darwin00:05:06

I think timeout should be non-optimized, by default, and enabling coalescing of channels should be properly documented as potentially unsafe

superstructor23:05:11

Dirac 0.4.0 is working for me with boot (`jupl/boot-cljs-devtools`) and Cursive. Only issue was that it was not obvious I needed to uninstall and reinstall a new version of the Dirac extension for Chrome, is that in the docs somewhere for upgrades ?

darwin23:05:31

@superstructor: the Chrome extension should auto-update AFAIK, it is still the same extension id, maybe your Chrome didn’t want to update it for some reason

darwin23:05:42

next time try to go to <chrome://extensions/> and click “Update extensions now”, I will try to keep this in mind and add a helpful message when chrome extension detects runtime newer than its own version\

superstructor23:05:26

@darwin: yeah for some reason it did not detect any updates, and the behaviour was just an error message in the REPL about Dirac runtime not being installed (even tho a log message before hand for the install was there), presumably because of breaking changes.

darwin23:05:08

I’m not aware of breaking runtime API between 0.3.0 and 0.4.0

superstructor23:05:31

It certainly didn’t work until I forced the upgrade, just gave the error message about needing to install the runtime, upgrading the extension fixed the issue.

darwin23:05:45

anyways, thanks for the feedback, I will iron out these issues later when more people start using it and we will see common pain points

darwin23:05:03

don’t want to invest my time into this ATM