Ben Chatelain

Results 104 comments of Ben Chatelain

git-sh leverages the shell [alias](http://www.gnu.org/software/bash/manual/html_node/Aliases.html#Aliases) function (type 'alias' while in git-sh to see) and '~' is a shell metacharacter, not available for alias names. I suggest adding the following line...

@saagarjha Any ideas where to find this info? I have a Studio Display and can see the current version of the firmware. I'm wondering if there's any place to find...

I played around with this using `swift` 5.2.2 and the full test names can be found using the `--list-tests` option. ``` ↪ swift test --list-tests PinKitTests.PostSpec/post__has_a_description PinKitTests.PostSpec/post__has_an_extended PinKitTests.PostSpec/post__has_a_hash PinKitTests.PostSpec/post__has_a_description_2 PinKitTests.PostSpec/post__has_a_meta...

Yes. Xcode 7 supports unit and UI testing of watchOS 2 apps. Creating new watchOS app includes a Unit Test and UI Tests target by default. ![screen_shot_2015-07-08_at_10_06_28_pm](https://cloud.githubusercontent.com/assets/28851/8587762/e20ab3ae-25bd-11e5-987a-d2c078d7d0ee.png) The `.xctest` bundle...

Looks like `owner` is just a string, but it would be ideal if there were a way to automatically determine user vs. org behind the scenes and then make the...

#505 has some details on this

I started work on this a while ago, keeping some notes in phatblat/objective-git/pull/1 and overall the experiment was successful. I had a secondary goal of enabling Bitcode #529, but gave...

Interesting. I haven't seen a tool like gyp before. Looks like the manual work is in creating the `.gyp` file which would then be used to generate the Xcode project....

I've got a working project which is in a separate repo: https://github.com/phatblat/git2. I created it separate from ObjectiveGit thinking both it and SwiftGit2 could consume it. Since SwiftGit2 has stalled,...