Skip to content
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 unmatched warnings #78

Open
norton opened this issue Oct 24, 2012 · 0 comments
Open

dialyzer unmatched warnings #78

norton opened this issue Oct 24, 2012 · 0 comments

Comments

@norton
Copy link
Contributor

norton commented Oct 24, 2012

There are several unmatched warnings in the ibrowse_http_client and ibrowse_test modules. These warnings should be easy to fix and make sense to fix.

The line numbers are based on the #75 pull request commit (https://github.com/norton/ibrowse/commit/1a809408917db788c679c2a0ee3bdddf86f29e92)

ibrowse_http_client.erl:197: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_http_client.erl:298: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_http_client.erl:322: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_http_client.erl:335: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_http_client.erl:352: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_http_client.erl:576: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_http_client.erl:581: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_http_client.erl:584: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_http_client.erl:700: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_http_client.erl:783: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_http_client.erl:791: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_http_client.erl:1394: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_http_client.erl:1850: Expression produces a value of type 'ok' | integer(), but this value is unmatched
ibrowse_test.erl:83: Expression produces a value of type atom() | tid(), but this value is unmatched
ibrowse_test.erl:84: Expression produces a value of type atom() | tid(), but this value is unmatched
ibrowse_test.erl:85: Expression produces a value of type atom() | tid(), but this value is unmatched
ibrowse_test.erl:153: Expression produces a value of type 'ok' | integer(), but this value is unmatched
ibrowse_test.erl:197: Expression produces a value of type 'ok' | {'error',atom()}, but this value is unmatched
ibrowse_test.erl:243: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_test.erl:244: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_test.erl:245: Expression produces a value of type 'ok' | {'error',_}, but this value is unmatched
ibrowse_test.erl:247: Expression produces a value of type 'ignore' | {'error',_} | {'ok',pid()}, but this value is unmatched
ibrowse_test.erl:392: Expression produces a value of type 'ok' | {'error','unknown_req_id'}, but this value is unmatched
ibrowse_test.erl:399: Expression produces a value of type 'ok' | {'error','unknown_req_id'}, but this value is unmatched
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant