-
I'm seeing the following compilation error:
```
$ make
erlc +debug_info +warn_export_vars +warn_unused_import +warn_missing_spec +warn_untyped_record -I include -DVSN="\"0.10\"" -o ebin src/concuerro…
-
-
So I was trying Concuerror on a private repository (there may be a way to share it privately) where a lock manager implemented with `ets:update_counter/3` is a thing I wanted to test. The result I obt…
ferd updated
10 years ago
-
This repo has no unit tests except for sc.erl, which is disabled in the code. Did I miss anything? Can we add some?
-
Please rewrite `#!/bin/bash` to `#/usr/bin/env bash`. This is a typical bashism and linuxism, which prevents Concuerror to run on FreeBSD.
I also find there is a hard-coded `/bin/bash` in the `concue…
-
When loading instrumented code check to see if the module is sticky and exit with a nice message.
Reproduce:
./concuerror -t rush_hour test_2workers -p 0 -v -v \
-f testsuite/suites/resources/src/m…