Shouqun
Shouqun
not sure whether it's related to https://github.com/Shouqun/node-dbus/pull/150 could you post sample code here? thanks!
The DBus constructor still works in v0.2.22, should be other change related.
For API compatibility, I just published 0.2.23 from branch https://github.com/Shouqun/node-dbus/tree/0.2.23 which is API compatible with 0.2.19 (without change https://github.com/Shouqun/node-dbus/commit/f6d737049a8fb1f991863533bb3ad98f9f6d0b13 and related code). and for API 1.x, I'll publish 1.0.0 later....
breaks test case: https://github.com/Shouqun/node-dbus/blob/master/test/client-call-object.test.js#L17
tried with [email protected] and [email protected], can't reproduce the failure. could you please attach the content of `/mnt/input/npm-debug.log`? thanks!
The failure is unit test fail with Node v13: https://travis-ci.org/github/Shouqun/node-dbus/jobs/663969059 I'll look into it soon.