Ralf Vogler

Results 54 issues of Ralf Vogler

``` type t = { outfile : string option; includes : string list [@default []]; kernel_includes : string list; (* ... *) } [@@deriving yojson, create] let _ = print_endline...

enhancement

It would be nice if one could also enable the output of default values.

enhancement

I have gtm setup via brew on macOS and linuxbrew on WSL, but I can't install it on my Raspberry Pis (RPi3 with 32bit kernel, RPi4 with 64bit kernel). Both...

![image](https://cloud.githubusercontent.com/assets/493741/24865680/456a3f3e-1e08-11e7-8476-a63cce869328.png) The `'b` in the second case should also be bold. Version 0.6.26

textmate grammar

Minimal example of what I stumble upon from time to time: ``` ocaml type t = A | B | C (* ... *) let f = function | A...

bug
enhancement
upstream

`commentLine` on `let x = 1 (* foo *)` results in `let x = 1 foo` instead of the expected `(* let x = 1 (* foo *) *)`.

upstream

It would be nice if typing `(*` would give `(* | *)` instead of `(*|)`, but it looks like vscode's `autoClosingPairs` doesn't work with multiple characters.

upstream

Some cleanup, renaming, comments.

cleanup

Comparing results from `--save_run` with `--compare_runs` worked fine before, but now it leads to segmentation faults. ~~~sh $ ./goblint -v --compare_runs out/coreutils/cksum_comb.c.always-side_widen out/coreutils/cksum_comb.c.cycle-side_widen coreutils/cksum_comb.c ... Unmarshalling out/coreutils/cksum_comb.c.always-side_widen/solver.marshalled... If type of...

bug

Use type-driven code generation to get rid of boilerplate (see [ppx_deriving](https://github.com/whitequark/ppx_deriving)): - [x] `yojson` for output of domains values (see #210) - [ ] `show` for output of domains values...

cleanup
type-safety