-
Notifications
You must be signed in to change notification settings - Fork 37
Debugging broken after latest Dart roll #588
Comments
We need to change the location of the serial port library in the same way I On Wed, Aug 3, 2016 at 10:28 AM, jakobr-google [email protected]
|
Thanks for the info Karl. I will create a CL. On Wed, Aug 3, 2016 at 1:29 PM, karlklose [email protected] wrote:
|
The latest version of the Dart VM require native code for native extensions to be in the same directory as the Dart file inporting it. Closes flutter#588 BUG= dart-archive/sdk#588 [email protected] BUG= Review URL: https://codereview.chromium.org/2206873004 .
I get the following error when I try to debug a target using eg. 'dartino debug samples/stm32f411re-nucleo/volume.dart on tty /dev/ttyACM0':
Looks like path resolution for external libraries was changed recently on the Dart side, and now disallows relative paths. The third party serial_port library uses
import 'dart-ext:src/serial_port';
.The text was updated successfully, but these errors were encountered: