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

The default for missing bits is empty list #625

Merged

Conversation

geofflane
Copy link
Contributor

Zero as a default value was trying to be used in MapSet.new which is invalid
The normal return type is a list of atoms, so an empty list seems appropriate

Zero as a default value was trying to be used in MapSet.new which is invalid
The normal return type is a list of atoms, so an empty list seems appropriate
@geofflane
Copy link
Contributor Author

This should fix #607

@codecov-io
Copy link

codecov-io commented Nov 8, 2019

Codecov Report

Merging #625 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #625   +/-   ##
=======================================
  Coverage   86.52%   86.52%           
=======================================
  Files          22       22           
  Lines         438      438           
=======================================
  Hits          379      379           
  Misses         59       59
Impacted Files Coverage Δ
lib/guardian/permissions.ex 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 957f006...1c4ad0b. Read the comment docs.

Copy link
Member

@doomspork doomspork left a comment

Choose a reason for hiding this comment

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

Thank you @geofflane 🎉

@doomspork doomspork merged commit 5292374 into ueberauth:master Nov 9, 2019
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

Successfully merging this pull request may close these issues.

None yet

3 participants