Skip to content

Commit

Permalink
Merge pull request #65 from sanmiguel/statem
Browse files Browse the repository at this point in the history
gen_statem replaces gen_fsm
  • Loading branch information
sanmiguel committed Apr 26, 2020
2 parents 2b62282 + 828cec6 commit 4287e68
Show file tree
Hide file tree
Showing 7 changed files with 243 additions and 128 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: erlang
otp_release:
- R16B03
- 17.5
- 18.3
- 19.1
- 21.3.8
- 22.3.2

install: wget https://github.com/erlang/rebar3/releases/download/3.4.2/rebar3 && chmod 755 rebar3
install: wget https://github.com/erlang/rebar3/releases/download/3.13.1/rebar3 && chmod 755 rebar3

script: ./rebar3 update && ./rebar3 ct && ./rebar3 dialyzer && ./rebar3 coveralls send
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ contiguous text or binary websocket frames.

## TODO

The client has been significantly reworked, now backed by `gen_fsm`. There may still be bugs.
The client has been significantly reworked, now backed by `gen_statem`. There may still be bugs.
Please report them.

1. Stop using `verify_none` by default
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{profiles, [
{test,
[ {deps, [
cowboy, recon,
{cowboy, "1.1.2"}, recon,
{ proper, {git, "https://github.com/manopapad/proper.git", {tag, "v1.2"}} }
] } ]}
]}.
Expand Down
Loading

0 comments on commit 4287e68

Please sign in to comment.