-
Code outside the EQC kernel might fail. This looks like a traditional bug
```
=ERROR REPORT==== 26-Sep-2015::22:55:20 ===
** Generic server dht_track terminating
** Last message in was {refresh,456,…
-
What's the rationale for bundling `xref` and `dialyze` but removing `qc`?
ghost updated
9 years ago
-
Add the Package "rebar_prv_eqc" from hex.pm
Link: https://hex.pm/packages/rebar_prv_eqc
Description:
Plugin to run EQC properties
-
null
**[Created in JIRA by Kota Uenishi]**
-
Ignore files such as vim swap files or other nonapplicable files that may be present.
Example of failure:
```
{undef,[{'.myapp_eqc_statem.erl',module_info,[exports],[]},
```
-
A minimal testcase for the issue reported [here](https://github.com/timholy/HDF5.jl/issues/160):
``` julia
julia> immutable RGB
r::Float32
g::Float32
b::Float32
…
-
```
1> M1Txt = >.
>
2> exml:to_binary(element(2, {ok, _} = exml:parse(M1Txt))).
>
3> M2Txt = >.
>
4> exml:to_binary(element(2, {ok, _} = exml:parse(M2Txt))).
>
5> exml:parse(exml:to_binary(element…
-
```
NDBC has two ways of representing quality flags:
hard flags, 0 or 1. They are defined (not free text).
soft flags, 0 or more. They are defined (not free text).
How should they be represented i…
-
Hi,
I tried to get mzbench working but failed due to the wrong version of jiffy being downloaded.
I get this compiler error:
..
c_src/double-conversion/bignum.cc: In member function ‘void double_conv…
-
`?DATA` does not seem to be defined in `src/eqc_dot.erl`:
``` Erlang
example_data() ->
?DATA.
```