We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In R17 the dict() type is removed and replaced with dict:dict().
dict()
dict:dict()
See also zotonic/zotonic#764
The text was updated successfully, but these errors were encountered:
Replace dict() type depending on Erlang release.
a9bba6f
Issue #15
Replace gb_tree() type depending on Erlang release.
8081790
Remove errors-as-warnings flag.
0f7ccb1
Fix R17 issue with gb_tree() type. Issue #15
No branches or pull requests
In R17 the
dict()
type is removed and replaced withdict:dict()
.See also zotonic/zotonic#764
The text was updated successfully, but these errors were encountered: