José Ulises Niño Rivera

Results 16 issues of José Ulises Niño Rivera

As stated in the title. It would be beneficial to turn off when the additional debug information is not needed.

no stalebot
configuration

I noticed from object file analysis that compiled protos make up the biggest percentage of binary size: ``` 27.7% 2.32Mi 27.8% 2.36Mi compiled protos ``` More importantly, there are a...

no stalebot
perf
perf/size

https://github.com/envoyproxy/envoy-mobile/blob/d57a1c8d77aad6a1d290cfe3aaf87340d7740433/library/common/http/client.h#L231

core

After this [change](https://github.com/envoyproxy/envoy/pull/12569) Envoy starting using split DWARF capabilities to reduce link time and binary size when compiling debug symbols. However, Bloaty (the analysis tool documented in the Envoy Mobile...

perf/size

According to my most recent binary size test the compiled v2 protos accounted for ~10% of the compiled binary (v3 equivalently accounting for another 10%). Given that Envoy Mobile has...

no stalebot
perf/size

Currently Envoy OSS's test suite does not run against mobile architectures. We would like to enable the full (or as close as reasonably possible) test suite to run against mobile...

no stalebot
core
build

Since 05/13/2020 we have had failures when using mobile-install in macOS like [this run](https://github.com/lyft/envoy-mobile/runs/676597735). After some digging in https://github.com/lyft/envoy-mobile/pull/850 by modifying https://github.com/bazelbuild/bazel/blob/master/tools/android/incremental_install.py I figured out that: 1. CI was trying...

help wanted
no stalebot
ci

https://github.com/envoyproxy/envoy-mobile/blob/9c1326fffcb1bae8f29aa3b9eaf114e841483bbf/WORKSPACE#L48

no stalebot
platform/android
build

enhancement
no stalebot
ergonomics
configuration

Internally at Lyft, we have had infrequent reports about the library getting wedged. Via @mattklein123 : > I was wondering if there was a way to create a small stress...

area/testing