-
# Static Code Analysis
`Computer programming is an exact science in that all properties of the program and all consequences of executing it in any given environment can, in principle, be found out …
-
We need to get x/tools tests passing with GODEBUG=gotypesalias=1 (which enables explicit nodes for type aliases) before we can change the default value of this flag (x/tools test run as a TryBot for t…
-
My project has multiple modules, and these modules are built into multiple jars. When I analyze the interface of one of the modules, I cannot analyze it together with other modules.
` List inputLocat…
qyi71 updated
8 months ago
-
**Bug Description**
I use SootUp to analyze a class `kotlin.reflect.jvm.internal.impl.descriptors.runtime.structure.ReflectClassUtilKt` in jar file (https://mvnrepository.com/artifact/org.jetbrains…
-
Commit 7a98f084c4d121244ef7286bc6503b6a181d446e breaks the OpenMC app when running on AMD GPUs via OpenMP offloading. When this commit is reverted, OpenMC runs correctly.
The behavior we see with O…
-
TL;DR: https://github.com/rust-dev-tools/cargo-src, but on top of rust-analyzer
Add a command, `rust-analyzer reader-mode path/to/Cargo.toml`, which produces a directory with a bunch of html files,…
-
Consider the following app code
with `MainActivity.java`
```java
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {…
-
On x86_64 Gentoo I've got error from cmake:
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
Could NOT find LibClang (missing: LibClang_LIBRARY)
Call Stack …
-
When trying out LBANN with a simple MNIST example with one hidden fc layer containing 20 neurons trained for one epoch, then LBANN seems to hang. I.e., it takes at least several minutes even though te…
-
### gopls version
```
$ gopls -v version
Build info
----------
golang.org/x/tools/gopls v0.12.4
golang.org/x/tools/gopls@v0.12.4 h1:nce5etAamR46d9oNGxop1aRK5rDQ0NqcY/SHIcyfEKY=
github…