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

A dart executable on windows with a path starting with \\servername\dir... may fail. #14577

Closed
whesse opened this issue Oct 29, 2013 · 4 comments
Labels
area-vm P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@whesse
Copy link
Member

whesse commented Oct 29, 2013

In runtime/bin/builtin.dart, function _filePathFromUri, there is special-case code for Windows file URIs that only handles a path of \c:\dir..., not one of \server\share\dir....

This may need to be fixed to handle Dart scripts located on a share.

@whesse
Copy link
Member Author

whesse commented Oct 29, 2013

Added Triaged label.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@whesse whesse added Type-Defect P3 A lower priority bug or feature request area-vm labels Aug 4, 2014
@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed triaged labels Feb 29, 2016
@zanderso
Copy link
Member

Just verified that this works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants