Jerry Marino

Results 70 issues of Jerry Marino

This change simply checks for `$(` and then calls `ctx.expand_copt`. This also makes tulsi work with other community rule sets that use this `$(execpath` or other bazel make variables in...

cla: yes

Implement an execution wrapper for macOS to set `SDKROOT` and `DEVELOPER_DIR` In Apple based builds - this is required by clang, llvm, and related native compilers and linkers. Because there...

If a user opens a `*AppIcons.xcassets` in the finder ( or creates a `.DS_Store` in some other way ), it will cause a validation error. ``` ERROR: /Users/jerrymarino/Projects/ios-review/Pinterest/iOS/App/BUILD:81:1: in ios_application...

P3
type: feature request

Cocoapods supports “spec repo”s to share and or customize specs to many repos. Under cocoapods, a user may run pod install to find than it needs to be re-ran again...

This PR implements the ability to pull any old Xcode project into Bazel. It simply reads the Xcode project and then generates a BUILD file from the Xcode project.

I'm hitting a few issues in attempting to build React 0.61.5 with PodToBUILD on the following archive: 'https://github.com/facebook/react-native/archive/v0.61.5.zip' The following situations are occurring which make this tricky to handle -...

This was reported to have had an issue with source file patterns. After the series of pull requests to fix source file patterns, I anticipate that this is fixed. Please...

There's a few issues that was exposed by promises and it makes for a good test case

Currently, this pod requires additional copts for internal includes. Find out why and fix the issue. ``` new_pod_repository( name = "FBSDKCoreKit", url = "https://github.com/facebook/facebook-ios-sdk/archive/sdk-version-4.16.0.zip", inhibit_warnings = True, user_options = ["FBSDKCoreKit.copts...

bug
good first issue

This enables people to use local podspecs as the source of truth for target definition and build settings instead of a BUILD file. It introduces a single `repository_rule` to generates...