JP Simard

Results 143 issues of JP Simard

Created with `brew bump-formula-pr`.

in progress
swift
bump-formula-pr
CI-no-fail-fast

## Describe the bug Envoy Mobile's C++ tests fail to generate due to this internal assertion failure: ``` ERROR: Internal precondition failure: An `XCSchemeInfo.TestActionInfo` should only contain testable `XCSchemeInfo.TargetInfo` values....

bug
documentation

I occasionally see this error: ``` ERROR: /private/var/tmp/_bazel_runner/38952b[62](https://github.com/envoyproxy/envoy/actions/runs/3651410480/jobs/6168700603#step:5:63)5e1e7c72284b0f9be4a35639/external/build_bazel_rules_swift_local_config/BUILD:9:22: While resolving toolchains for target @build_bazel_rules_swift_local_config//:toolchain: No matching toolchains found for types @bazel_tools//tools/cpp:toolchain_type. ``` The fact that `@build_bazel_rules_swift_local_config//:toolchain` is in the error...

This is a possible incremental compilation issue that I often run into when building [Envoy Mobile](https://github.com/envoyproxy/envoy/blob/main/mobile/README.md). ```console $ ./bazelw build --config=ios //library/swift:ios_framework DEBUG: /private/var/tmp/_bazel_jsimard/e99b8d924fe95f277e909ecdb8681535/external/rules_python/python/pip.bzl:46:10: pip_install is deprecated. Please switch to...

https://github.com/envoyproxy/envoy/blob/main/source/server/guarddog_impl.cc The purpose of this type is to terminate the current process (generally an Envoy server) if the system isn't healthy. We should never do this in a mobile app...

### Platform iOS ### Environment Develop ### Installed Swift Package Manager ### Version 8.17.1 ### Did it work on previous versions? Yes 8.15 ### Steps to Reproduce Will work on...

Type: Bug
Platform: Cocoa

The `macos_build_test` `target_compatible_with` field appears to no longer work as of Bazel 7.x. ## Repro steps ``` $ docker run -it --rm swift:5.10 bash $$ apt-get update && apt-get install...

I decided to punt that in #57.

enhancement

Might provide nicer ObjC declarations.

This is just to track making a small improvement to the project structure. The codegen'd wrappers are currently mixed in with the source files in the same directory ([Source/SourceKittenFramework](https://github.com/jpsim/SourceKitten/tree/master/Source/SourceKittenFramework)), it...