fogfish/cache

Not compiling with erlang 19

silviucpp opened this issue · 0 comments

Hello,

Is not compiling with erlang 19 because of the type specs.

All type specs like:

-spec(new/4 :: (atom(), integer(), integer(), integer()) -> #heap{}).

Should be converted in :

-spec(new(atom(), integer(), integer(), integer()) -> #heap{}).

Silviu