-
### Checklist
- [x] Check other issues and make sure that it is not reported yet.
### Versions and Environment
Elixir:
```bash
# elixir -v
Erlang/OTP 24 [erts-12.3.1] [source] [64-bi…
-
It would be great to be able to test programs using a state machine:
- Test writer defines a state machine of conceptual app state + transitions. Transitions define
- What are the preconditions to f…
jeffh updated
8 years ago
-
I suspect to have found a potentially security issue with Elixir based services that run on NixOS with `networking.firewall.enable = false`. The firewall is on by default, so the impact may be low. I …
-
```
ERROR: OTP release R15B01 does not match required regex R16B03-1|17|18
```
-
# Why static types
- people write code that contains bugs
- the earlier these bugs are found, the cheaper they are
- dynamic language:
- local tests
- tophatting
- CI
- prod…
-
I've tried building this on macOS (macFUSE `-lfuse` is on par witgh the Linux one) with OTP 25 (erts-13.0.2) but unfortunately ran into a bunch of issues, namely I've had to remove some links i.e.
…
-
Is there a plan to have exhaustiveness checking of case expressions?
Currently this code doesn't result in any errors:
```erlang
-module(testmod).
-export([testfun/0]).
-spec testfun() -> pos…
-
Hello...
This is more of a general question: how should one go about solver errors?
Is there something I can do about it? (change parameters/input/source code?)
This is possibly similar to https:…
-
I thought I would give the examples a try, but there seems to be a hitch:
```sh
❯ mix run examples/hello_world.exs
cd c_src/termbox && CFLAGS=-fPIC ./waf configure --prefix=. && ./waf
/bin/sh: .…
-
When I'm trying to play as Guess, I get the next error on the "World" server:
![image](https://cloud.githubusercontent.com/assets/5065981/4340773/b7aa8c6e-4031-11e4-8c9b-b0981967c680.png)