PeridexisErrant / starter-pack

Automatically build a Starter Pack release from nothing
Other
121 stars 17 forks source link

Build on macOS #25

Closed rgov closed 5 years ago

rgov commented 6 years ago

I've done some preliminary work to make the starter pack build on macOS.

macOS specific changes

General bug fixes

Other changes

Remaining issues

How I've tested it

rgov commented 5 years ago

Closing, as my changes on the master branch are going to become more disruptive and outside the scope of this pull request.

lethosor commented 5 years ago

Couldn't you make a branch of the non-disruptive changes and make a PR for that?

rgov commented 5 years ago

The commits that @PeridexisErrant wants can always be cherry-picked, but this was open for nearly a month and I don't want to spend time fiddling with git branches to preserve this pull request in its original state forever.

lethosor commented 5 years ago

If you just want to keep it in its current state, you wouldn't have to fiddle with it more than once.

(Also, PE hasn't been active on GitHub in a while, at least according to his public profile.)

alexchandel commented 5 years ago

@rgov Your changes aren't disruptive, and are compatible with @PeridexisErrant's branch (except possibly your Unix zip shellout, which should only happen on mac/linux). Moreover @PeridexisErrant's reappeared for a few commits this month.

Could you please reopen your pull request (and hide your Unix zip behind an OS switch, if necessary)?

lethosor commented 5 years ago

The point was that this PR was made on rgov's master branch, which meant any further unrelated changes there would show up here as well.