Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart editor does not recognize Dart:IO #1577

Closed
DartBot opened this issue Feb 7, 2012 · 3 comments
Closed

Dart editor does not recognize Dart:IO #1577

DartBot opened this issue Feb 7, 2012 · 3 comments

Comments

@DartBot
Copy link

DartBot commented Feb 7, 2012

This issue was originally filed by @butlermatt


What steps will reproduce the problem?

  1. Install dart editor and SDK as a sub directory of the dart editor.
  2. Verify configuration in dart editor detects the SDK (Reports Dark SDK version 3934)
  3. Create a new script project.
  4. At line 1 enter in: #import("dart:io"); (leave the standard hello world lines if desired)
  5. Save.

What is the expected output? What do you see instead?
Expected to load the library properly.
An error appears next to line one indicating: "File not found: dart:io".

What version of the product are you using? On what operating system?
Dart editor: Linux-gtk-64-bit build 3934
Dart SDK: Linux build 3934

Please provide any additional information below.
Also receive editor pane errors when trying to use classes from that library. However in the Libraries Pane (left side by default) the library is loaded and does show the various classes it contains correctly. Running the server script in the VM (both through CLI and through the editor) displays the correct results in the console.

@devoncarew
Copy link
Member

Added Area-Editor, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Feb 8, 2012

This comment was originally written by bb...@hotmail.com


seems to be fixed in editor build 4042

@danrubel
Copy link

danrubel commented Feb 8, 2012

Thanks for verifying!


Added Fixed label.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants