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

Fix most dialyzer errors #325

Merged
merged 1 commit into from
Nov 25, 2017
Merged

Fix most dialyzer errors #325

merged 1 commit into from
Nov 25, 2017

Conversation

joshsmith
Copy link
Contributor

No description provided.

@joshsmith
Copy link
Contributor Author

Remaining issues are mostly known and just need time/effort to resolve.

@joshsmith
Copy link
Contributor Author

joshsmith commented Nov 25, 2017

These are the remaining ones:

:0: Unknown function 'Elixir.Mix':env/0
:0: Unknown type 'Elixir.Stripe':api_error_struct/0
:0: Unknown type 'Elixir.Stripe.List':'of'/1
lib/stripe/connect/external_account.ex:70: Call to missing or unexported function 'Elixir.Stripe.Request':create/3
lib/stripe/connect/external_account.ex:79: Call to missing or unexported function 'Elixir.Stripe.Request':retrieve/2
lib/stripe/connect/external_account.ex:90: Call to missing or unexported function 'Elixir.Stripe.Request':update/3
lib/stripe/connect/external_account.ex:100: Call to missing or unexported function 'Elixir.Stripe.Request':delete/3
lib/stripe/connect/external_account.ex:110: Call to missing or unexported function 'Elixir.Stripe.Request':retrieve/3
lib/stripe/connect/oauth.ex:85: Call to missing or unexported function 'Elixir.Stripe':oauth_request/3
lib/stripe/connect/oauth.ex:111: Call to missing or unexported function 'Elixir.Stripe':oauth_request/3
lib/stripe/core_resources/file_upload.ex:44: Call to missing or unexported function 'Elixir.Stripe.Request':create_file_upload/4
lib/stripe/core_resources/file_upload.ex:53: Call to missing or unexported function 'Elixir.Stripe.Request':retrieve_file_upload/2
lib/stripe/core_resources/file_upload.ex:62: Call to missing or unexported function 'Elixir.Stripe.Request':retrieve/3

@coveralls
Copy link

coveralls commented Nov 25, 2017

Coverage Status

Coverage remained the same at 75.335% when pulling d6b2def on fix-most-dialyzer-errors into bee3ff4 on 2.0-beta.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 75.335% when pulling d6b2def on fix-most-dialyzer-errors into bee3ff4 on 2.0-beta.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 75.335% when pulling d6b2def on fix-most-dialyzer-errors into bee3ff4 on 2.0-beta.

@coveralls
Copy link

coveralls commented Nov 25, 2017

Coverage Status

Coverage remained the same at 75.335% when pulling c028166 on fix-most-dialyzer-errors into bee3ff4 on 2.0-beta.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 75.335% when pulling c028166 on fix-most-dialyzer-errors into bee3ff4 on 2.0-beta.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 75.335% when pulling c028166 on fix-most-dialyzer-errors into bee3ff4 on 2.0-beta.

lib/stripe.ex Outdated
lt: timestamp,
lte: timestamp
}
@type options :: list
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What kinda list? Keyword.t?

@coveralls
Copy link

coveralls commented Nov 25, 2017

Coverage Status

Coverage remained the same at 75.335% when pulling 296213e on fix-most-dialyzer-errors into bee3ff4 on 2.0-beta.

@joshsmith joshsmith merged commit b64ad90 into 2.0-beta Nov 25, 2017
@joshsmith joshsmith deleted the fix-most-dialyzer-errors branch November 25, 2017 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants