-
I wanted to bring this behavior of the ACSL parser to other people's attention. On the whole, whitespace is not an issue for the ACSL parser, so I did not anticipate this issue and I did not see it me…
-
Hi,
I'd like to have your opinion on how to configure dune projects.
# The problem
Some pieces of software require a build-time configuration. We already have `configurator` to query for some…
-
Investigate why nearly all executables seem to be significantly larger with flambda. mshinwell has some examples at work.
-
[GCC](https://gcc.gnu.org/onlinedocs/gcc/Static-Analyzer-Options.html) and [Clang](https://clang.llvm.org/docs/ClangStaticAnalyzer.html) have static analyzers. It would be great if aro will had its ow…
-
Potentially a false positive:
```c
#include
#include
struct Storage {
char *a;
char *b;
};
int
main(void)
{
struct Storage storage = {0};
char *message = "hello w…
-
Hello, I'm trying to make [lua_cmsgpack.c](https://github.com/antirez/lua-cmsgpack) be available for lua operations through fengari. I was wondering if you could provide any pointers on how to achieve…
-
CodeQL's ability to do numerous checks and allow people to develop their own checks makes it a wonderful tool. However, I feel that a freely available sound static analysis tool that is comparable to …
ryao updated
10 months ago
-
In interval analysis, we have support for adding Invariants based on the current abstract state of the statement. For example:
```
int a = * ? 0 : 10;
//> ASSUME(a >= 0 && a
-
As pointed out in #118, the `Z_mlgmpidl` module present here can be used, but it's not built or packaged on opam. Since it works, it shouldn't hurt to also publish it on opam.
It would be useful for …
-
### Example 1
```nim
when true:
proc c_printf*(frmt: cstring): cint {.importc: "printf", header: "", varargs, discardable.}
let num = 256.1
let a1 = uint8(num)
when defined case3c_sub:
…