Dan Zimmerman
Dan Zimmerman
Hey folks, I'm working with buck on iOS. I had an idea that might be useful to you guys, before I dive in let me give some context... ### Testing...
- Operating system/version: macOS 10.15.4 - Terminal name/version: Terminal (builtin), shell = fish - `$TERM`: xterm-256color ### Steps to reproduce - `git clone https://github.com/neovim/neovim.git` - `make distclean` - `make CMAKE_BUILD_TYPE=RelWithDebInfo...
If a user has a proguard file which uses a lot of unimplemented features in redex then there's a *lot* of `stderr` spew. This PR changes those `stderr` logs to...
When compiling with clang-15 we see errors like the following: ``` third-party/rocm/6.1/amdsmi/rocm_smi/src/rocm_smi_gpu_metrics.cc:460:58: error: reference to local binding 'data_type' declared in enclosing function 'amd::smi::format_metric_row' amdgpu_dynamic_metric_value_init.m_original_type = data_type; ^ third-party/rocm/6.1/amdsmi/rocm_smi/src/rocm_smi_gpu_metrics.cc:446:15: note: 'data_type'...