yale

Results 37 comments of yale

目前还不支持 你那边有相关工具推荐吗?TCA支持[快速集成新工具](https://github.com/Tencent/CodeAnalysis/blob/main/doc/old/addtools.md),欢迎PR共建

需要下载这两个工具到tools目录下哈 https://github.com/TCATools/loong_beta https://github.com/TCATools/loong

I have the same error: ``` Caused by: overflowdb.SchemaViolationException: OUT edge with label AST to an adjacent METHOD_RETURN is mandatory, but not defined for this METHOD node with id=134 at...

Yes. And I use the native-image-agent to generate the native-image config files automatically. ```json { "resources":{ "includes":[ { "pattern":"\\QMETA-INF/org/apache/logging/log4j/core/config/plugins/Log4j2Plugins.dat\\E" }, { "pattern":"\\QMETA-INF/services/java.nio.file.spi.FileSystemProvider\\E" }, { "pattern":"\\QMETA-INF/services/org.apache.logging.log4j.core.util.ContextDataProvider\\E" }, { "pattern":"\\QMETA-INF/services/org.apache.logging.log4j.spi.Provider\\E" }, {...

```bash $ uname -a Linux VM-89-86-centos 3.10.107-1-tlinux2_kvm_guest-0053 #1 SMP Fri Jul 3 20:40:27 CST 2020 x86_64 x86_64 x86_64 GNU/Linux $ arch x86_64 $ gcc -v Using built-in specs. COLLECT_GCC=/usr/bin/gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper...

Can you provide a docker image to use the Wasmer's `create-exe`? Thanks!

- I use the [docker](https://github.com/wasmerio/wasmer/blob/master/.github/cross-linux-aarch64/Dockerfile#L1) to build wasmer, create-exe and run `./hello`. But have the same error. ```bash docker run --rm -v $(pwd):/src rust:1 \ /bin/bash -c " cd /src...

> * I use the [docker](https://github.com/wasmerio/wasmer/blob/master/.github/cross-linux-aarch64/Dockerfile#L1) to build wasmer, create-exe and run `./hello`. > But have the same error. > * And when I use the `./hello` above in Centos...