JohnSundell / Marathon

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

Ignore changes in shellout #138

Closed rmirabelli closed 7 years ago

rmirabelli commented 7 years ago

Ignore the changes in shellout+marathon; those are part of my ongoing project to get async output from Marathon.

The OTHER changes should handle the Xcode 9.1 package manager version bug.

JohnSundell commented 7 years ago

@rmirabelli Thanks for this!

The Xcode 9.1 problem is being fixed here: https://github.com/JohnSundell/Marathon/pull/138.

Please submit a new PR with your ShellOut async changes when ready (but I don't think the changes should be done in Marathon, and instead in ShellOut itself). Closing this one for now 🙂