On Sat, May 20, 2017 at 10:44 AM, Ryan Gonzalez <[email protected]> wrote: > Well, I'm still trying to build my Dart code with Tup. Newer pub (the Dart > package manager) releases don't download dependencies to the current project > folder; instead they store them in a global directory and search for them > on-demand. The only other option is to create a 'packages' directory and > symlink all the packages into that directory...which is where this problem > stems from. > > Would my only option be to override that behavior and just convert all the > symlinks to actual directories?
That definitely sounds like it's worth a shot. Is that something Dart already supports? Or is it easy to add there? If that doesn't pan out, we can investigate supporting walking through symlinked directories during the scan time. Like I said though I'm not sure if that will be just a simple change, or something fairly complex. Either way, write back with your findings! Thanks, -Mike -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
