-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
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
Dialyzer warnings when defining database #84
Comments
Yep same here. A bit more background might be helpful. In an umbrella application, some of our sub-apps depends on
Which works great for every single other dep. Then we define our database such as:
From a clean slate, we now have 22 warnings as well. We've added rules to our dialyzer ignore list, but it's definitely not a long term option. What are we doing wrong?
|
When running
dialyzer
I can see 22 errors which comes from amnesia database definition. I have described all problems which I have found inamnesia
in one forum post. An workaround for this problem is available in this commentThe text was updated successfully, but these errors were encountered: