John Rosasco

Results 9 issues of John Rosasco

- Add elements of establishing a socket connection on Fuchsia. - Update Fuchsia build to latest rules in Bazel SDK (sdk-integration). - Revise connection abstraction to make usable for Fuchsia

SUMMARY With fuchsia_clang, I'm getting build errors like this for libgapii target: Use --sandbox_debug to see verbose messages from the sandbox external/net_zlib/inflate.c:105:11: error: a function definition without a prototype is...

- This picks up Pascal's PR to fix a build error w/ zlib.h include.

Documentation URL: https://docs.bazel.build/versions/main/skylark/rules-tutorial.html The above page says: "In the implementation function, the target will be accessible as a [Target](https://docs.bazel.build/versions/main/skylark/lib/Target.html) object. For example, view the files returned by the target using...

type: documentation (cleanup)
untriaged
team-Documentation
team-Rules-API

Currently hwinfo is stubbed out in core/os/device/deviceinfo/cc/cpu.cpp. Remove the preprocessor condition once the hwinfo interface has been submitted in Fuchsia to the Agis FIDL protocol library.

## CONFIG M1 MBP running macOS 12.6.1 and XCode 14.1. ## STEPS TO REPRODUCE CC=clang-12 bazel build --subcommands --config fuchsia_x64 //gapii/fuchsia:gapii ## ERROR Use --sandbox_debug to see verbose messages from...

### SUMMARY Build breakage for deprecated function `mktemp()`. ### CONFIGURATION M1 MBP running XCode 14.1 and macOS 12.6.1 ### REPRO STEPS CC=clang-12 bazel build --subcommands --config fuchsia_x64 //gapii/fuchsia:gapii ### ERROR...

### SUMMARY Our BUILDING.md doc requires information about installing Go.