semantic icon indicating copy to clipboard operation
semantic copied to clipboard

Parsing, analyzing, and comparing source code across many languages

Results 102 semantic issues
Sort by recently updated
recently updated
newest added

Though FilePath is very flawed, especially on Windows, typed paths were a failed experiment. They did not actually catch any bugs; the best thing they did was expose some very...

help wanted
good first issue
maintenance

Right now we have an unfortunate problem: we `cabal update` in CI, then build, often leading to many dependencies being rebuilt. Then we build the branch, but the build or...

build

Bazel CI is currently stuck on 8.10 and is in particular using an old `hedgehog` which our tests don't support due to deprecations. We disabled it in #679, but would...

tests
build
bazel

This doesn't apply to all languages, but it would be nice to distinguish between statements and expressions at the level of abstract domains. The goal would be to avoid polluting...

enhancement
analysis

As a Kotlin user, it would be benefical if semantic support Kotlin programming language. https://kotlinlang.org/

enhancement
help wanted
language-support

Does semantic properly parse call by reference for php? E.g., ``` function foo(&$a) { $a++; } ``` I was experimenting with this function using the latest semanatic docker, and I...

Any interest in supporting F#? We have our own compiler APIs that enable all kinds of stuff based on structure and semantics; and it's part of the compiler proper, not...

enhancement
help wanted
language-support

I'm using the 'latest' docker tag. PHP dowhile loops have the body/condition inverted (the condition is listed in the body and the body in the condition). ```

I try to build revision 34ea0d1dd6, because it still contains the json adjacency output. The problem is only with the python part (see below), but I need exactly that. Google...

Any possibility of adding Clojure/ClojureScript support?

enhancement
help wanted
language-support