Kai Liu

Results 9 issues of Kai Liu

## What was done We opted-in bazel `external_include_paths` feature so that we can use `#include` for dependencies. ## What is expected We expect bazel and CLion plugin all work normally....

type: bug
P3
product: CLion
topic: bazel
lang: c++
awaiting-maintainer

### 复现方法 ```bash baidupcs transfer 'https://pan.baidu.com/s/1LmV90AxnI5yww95iaFH5NQ?pwd=qf42' ``` ### 预期行为 ``` $ baidupcs transfer 'https://pan.baidu.com/s/1LmV90AxnI5yww95iaFH5NQ?pwd=qf42' 分享链接转存到网盘成功, 保存了Practical.Doomsday.2022.1.epub到当前目录 ``` ### 实际行为 ``` $ baidupcs transfer 'https://pan.baidu.com/s/1LmV90AxnI5yww95iaFH5NQ?pwd=qf42' 分享链接转存到网盘失败: 链接地址或提取码非法 ``` ### 程序版本号 ```...

### Source information Manhuaren 1.4.15 ### Source language Chinese ### Steps to reproduce Just click "Latest" of 漫画人 in source list. ### Expected behavior Work normally. ### Actual behavior Always...

Bug

This issue is found when trying to build nanobench latest bench and master commit on Alpine Linux (`docker pull alpine:3.17`) and a homemade musl toolchain on Arch Linux. On Alpine...

Example: ```cpp // Clang 16, C++20, -fsanitize=address #include asio::awaitable async_foo() { co_return; } asio::awaitable async_main() { asio::awaitable a{async_foo()}; // allocates here a = async_foo(); // leaks here co_await std::move(a); }...

**Describe the bug** A clear and concise description of what the bug is. `scc` ignores `--not-match` flag or `-M` flag entirely. **To Reproduce** Just use `scc -M '.*\.go'` on scc...

### Description of the bug: After upgraded Bazel for CLion plugin to 2024.03.12.0.1-api-version-233, cleared CLion cache and did a full project sync, CLion can't correctly analysis my C++ project, reporting...

type: bug
product: CLion
awaiting-maintainer

### Description - Did a full device backup of the previous iPhone. - Restore backup on a new iPhone. - Open Auth on the new phone, it only displays a...

--mobile
- auth

### Description of the bug: After upgraded Bazel plugin from 2025.01.21.0.2, CLion Nova failed to correctly analysis code using `std::string_view`, saying that it doesn't satisfy many trivial concepts (like copyable,...

type: bug
product: CLion
awaiting-maintainer