dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
superstructor 2016-07-25T05:11:31.000150Z

has anyone seen an internal Dirac error like the following on entering anything into the CLJS repl ?

Internal Dirac Error: DevTools code has thrown an unhandled exception
TypeError: Cannot read property 'shift' of undefined
Also, on load the installation messages appear like:
Installing %c%s%c and enabling features %c%s %c%s%c%s
Installing %c%s%c and enabling features %c%s

2016-07-25T10:18:05.000153Z

@superstructor: Internal Dirac Error should contain a strack trace as well - look for elipsis (…)

2016-07-25T10:18:57.000154Z

the second message is from cljs-devtools and dirac runtime installation probably, it looks like you don’t have custom formatters enabled for some reason

superstructor 2016-07-25T11:50:29.000160Z

@darwin: is above screenshot helpful ?

2016-07-25T12:04:04.000161Z

yes, looks like a problem in my own code, I will be able to track it down

2016-07-25T12:04:16.000162Z

@superstructor: thanks^

superstructor 2016-07-25T12:30:31.000163Z

@darwin: ok thanks :thumbsup: