Steeve Morin

Results 32 issues of Steeve Morin

Consider the following class: ```c++ class foo { enum bar { ALICE = 0, /// Perform linear interpolation on the table BOB = 1 /// Perform parabolic interpolation on the...

So I've been booting this kernel on the gk802, using the new dts files from linux-next. The kernel is booting, and I do get output on serial. However, it fails...

THe private_deps attribute is used in rules_swift for implementation only dependencies. Signed-off-by: Steeve Morin

cla: yes

Following https://github.com/bazelbuild/bazel/issues/12135, I figure I'd open an issue to track adding support for Google Auth access tokens in bazel-remote. This would allow exposing it on the internet. [There are two...

Without a modulemap, it is not possible for Xcode/Swift to see the modules defined in the framework.

cla: yes

Starting this issue to see if folks would be interested in having `.xcarchive` bundling in place of `.ipa`. It's useful for sending the + `.dSYMS` to Apple. The format is...

`expand_make_variables` is deprecated, and the usage was to reference a label anyway. `$(location)` is the proper tool for that, and simplifies the experience.

cla: yes

So I made build targets for `libimobiledevice`, in order to use from bazel. Are you guys interested in a PR ? That would enable `bazel run`ing on devices too.

P3
type: feature request

Inspired by https://github.com/bazelbuild/rules_apple/commit/4287aa277e14c693a9c036a8382521964c6951b3, I figure it'd be worthwhile to track this somewhere. In the case of this commit, instead of: ``` --define=apple.package_symbols=yes ``` It would be, for instance: ``` --@build_bazel_rules_apple//config:package_symbols=true...

P3

# Description of the problem / feature request: Let `apple_common.multi_arch_split` transition on `platforms`/constraints instead of `crosstool_top`/`cpu`. ### Feature requests: what underlying problem are you trying to solve with this feature?...