Skip to content

Commit

Permalink
fix dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed May 3, 2019
1 parent 69179b4 commit 63f0a67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion include/fs/fs.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

-include_lib("kvs/include/kvs.hrl").

-record(folder, { ?CONTAINER, description=[], link=[] }).
-record(folder, { id=[] :: term(),
top=[] :: [] | integer(),
rear=[] :: [] | integer(),
count=0 :: integer(),
description=[], link=[] }).
-record(i, { ?ITERATOR(folder), type=[], ref=[] }).

-endif.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{deps_dir, "deps"}.
{deps, [{bpe, ".*", {git, "git://github.com/synrc/bpe", []}},
{nitro, ".*", {git, "git://github.com/synrc/nitro", []}},
{active, ".*", {git, "git://github.com/synrc/active", []}},
% {active, ".*", {git, "git://github.com/synrc/active", []}},
{cowboy, ".*", {git, "git://github.com/voxoz/cowboy2", []}},
{n2o, ".*", {git, "git://github.com/synrc/n2o", []}},
{forms, ".*", {git, "git://github.com/synrc/forms", []}},
Expand Down

0 comments on commit 63f0a67

Please sign in to comment.