dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
onetom 2017-04-24T04:53:07.374810Z

@darwin 1.2.5 works with canary but not with chromium (60.0.3078.0 the one mentioned on the release page or even todays latest 60.0.3080.0). in the console of the dirac console i see the following error:

Dirac implant 1.2.5 initialized
inspector.js:10119 Main._createAppUI: 19.949951171875ms
inspector.js:10124 Main._showAppUI: 6.325927734375ms
inspector.js:6113 Uncaught TypeError: target.registerOverlayDispatcher is not a function
    at SDK.OverlayModel (inspector.js:6113)
    at SDK.Target.model (inspector.js:4700)
    at SDK.Target.createModels (inspector.js:4681)
    at SDK.TargetManager.createTarget (inspector.js:4753)
    at SDK.TargetManager._connectAndCreateMainTarget (inspector.js:4776)
    at SDK.TargetManager.connectToMainTarget (inspector.js:4773)
    at Main.Main._initializeTarget (inspector.js:10125)

onetom 2017-04-24T04:57:05.398177Z

im trying it with the dirac-sample app after bumping the version to 1.2.5 on this line: https://github.com/binaryage/dirac-sample/blob/master/project.clj#L2

2017-04-24T12:45:59.545853Z

@onetom it is still the same issue, they reverted the changes again: https://github.com/binaryage/dirac/issues/60

🍺 1
2017-04-24T12:46:27.554503Z

you must use 1.2.4 with 60.0.3079.0 and up

2017-04-24T12:48:25.590930Z

at least I’m speaking about Mac versions, linux versions could snapshot the chromium master at slightly different points