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

allow user to set location of corelib files in DartEditor #440

Closed
DartBot opened this issue Nov 14, 2011 · 6 comments
Closed

allow user to set location of corelib files in DartEditor #440

DartBot opened this issue Nov 14, 2011 · 6 comments
Assignees
Labels
type-enhancement A request for a change that isn't a bug

Comments

@DartBot
Copy link

DartBot commented Nov 14, 2011

This issue was originally filed by mattsh@google.com


DartEditor currently seems to have baked into itself a particular version of the dart core libraries.

It would be good if the user could set the location of corelib.dart, and have the DartEditor use that, in case they want to use a more recent or private version of corelib. (Especially useful for people working on developing corelib.)

@keertip
Copy link
Contributor

keertip commented Nov 15, 2011

Removed Type-Defect label.
Added Type-Enhancement label.

@danrubel
Copy link

I'll handle the non-UI portion of this one.


Set owner to @danrubel.
Added Accepted label.

@DartBot
Copy link
Author

DartBot commented Nov 16, 2011

This comment was originally written by mattsh@google.com


Just fyi, if there was a dart editor config file for this, that would be fine too, it's not necessary to have UI right now I think. (Also, there might be other various config settings we think of that we want to add before there's time to change the UI.)

@whesse
Copy link
Contributor

whesse commented Nov 17, 2011

We also want to be able to add additional core libraries, in the case of the runtime shell dart_vm, which has many OS libraries for file and socket access, and process control, added to the runtime.

@bwilkerson
Copy link
Member

We also want to be able to add additional core libraries, in the case of the runtime shell dart_vm, which
has many OS libraries for file and socket access, and process control, added to the runtime.

Are there dart: URI's for these libraries? If not, could there be? It would certainly be a lot cleaner from our perspective to have libraries that are platform-specific be explicitly imported by users. Otherwise we have to provide an extra-lingual way for the user to tell us which set of implicit libraries to compile their code against, and we'd prefer not to have to do that.

@danrubel
Copy link

danrubel commented Dec 5, 2011

The dart core libraries are now in a "libraries" folder (build 1910) rather than embedded in plugins.
You can modify, replace, and add new "dart:<name>" libraries.


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
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

6 participants