You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will clearly show the issue / need for enhancement?
Save Dart files on a network drive with symbolic linking disabled
Run Tools-Pub Get 3.
What is the current output?
"Cannot create link, path = 'Q:\dart\test33\packages\browser' (OS Error: Access is denied.
, errno = 5)"
What would you like to see instead?
I am a high school teacher who likes Google Dart because it offers a good language with typed, explicit variables and a good, simple class inheritance system. And my students can put their products up for the world to see if they wish. My IT department is very security conscious and doesn't really want to turn on symbolic linking. I recognize it might make things slower on every Pub Get, but is it possible to have an option to turn off symbolic linking?
What version of the product are you using? On what operating system?
Dart 1.8.5, Windows 7 Enterprise
Please provide any additional information below.
The text was updated successfully, but these errors were encountered:
We have current enhancement proposal that wants to get rid of symbolic links.
Until then, would it be possible for pub to add a flag that makes it copy libraries into the packages directory instead of making symbolic links. It should probably be restricted to doing it in one place, and not everywhere it would put a symbolic link, requiring the user to use --package-root to point to that one directory when running dart files in other locations.
Originally opened as dart-lang/sdk#22985
This issue was originally filed by [email protected]
What steps will clearly show the issue / need for enhancement?
3.
What is the current output?
"Cannot create link, path = 'Q:\dart\test33\packages\browser' (OS Error: Access is denied.
, errno = 5)"
What would you like to see instead?
I am a high school teacher who likes Google Dart because it offers a good language with typed, explicit variables and a good, simple class inheritance system. And my students can put their products up for the world to see if they wish. My IT department is very security conscious and doesn't really want to turn on symbolic linking. I recognize it might make things slower on every Pub Get, but is it possible to have an option to turn off symbolic linking?
What version of the product are you using? On what operating system?
Dart 1.8.5, Windows 7 Enterprise
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: