JohnSundell / Marathon

[DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts 🏃
MIT License
1.86k stars 78 forks source link

Inline dependency resolution: Ignore already added dependencies #69

Closed JohnSundell closed 7 years ago

JohnSundell commented 7 years ago

Just like when adding dependencies using a Marathonfile, the inline dependency resolver now also ignores already added packages. This is done by using the same code path for both inline and Marathonfile-based dependency resolution.

kareman commented 7 years ago

Wow, that sped things up considerably. Nice.