Eric Wang
Eric Wang
Please accept this pull request, mysql bool is actually int8, we need this.
可以实现, gmock 那种第一次调用返回一个值, 第二次调用返回另外一个值吗? ```go m.EXPECT().Get(gomock.Any()).Return(1, nil).Return(2, nil). ``` 我试了下不行, 2 会覆盖1
我也遇到同样的问题, 桌面版的可以正常登录,但是会把电脑端的给踢下线, 不知道能不能出一个iPad 版的, 这样手机端的和电脑端的还可以正常使用, 平时iPad 端的用的比较少
In my env, I have `/usr/bin/gcc-7`, so I add the following to BLADE_ROOT ``` cc_toolchain( name = 'gcc', version = '7', path = '/usr/bin' ) ``` When I run `blade...
I have the same issue, -G option does not work.
```bash git clone https://github.com/Tencent/yadcc --recurse-submodules ``` would failed with the following error ```plain Cloning into 'yadcc'... remote: Enumerating objects: 294, done. remote: Counting objects: 100% (294/294), done. remote: Compressing objects:...
After clone yadcc, we can see that ```plain BLADE_ROOT -> build/external/flare/BLADE_ROOT flare -> build/external/flare/flare/ thirdparty/* -> ../build/external/flare/thirdparty/* build/blade/* -> ../external/flare/build/* ``` There are so many symlinks, it is not convenient...
Looking forward to the completion of the last point you mentioned.