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

Fixed some type mistakes #56

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Conversation

dw-kihara
Copy link
Contributor

@dw-kihara dw-kihara commented May 30, 2024

Dialyzer found some type mistakes.

  • proplist:proplist() -> proplists:proplist()
  • map:map() -> map()
  • avoid an undefined record element

@dumbbell dumbbell self-assigned this Jun 4, 2024
@dumbbell dumbbell added the bug label Jun 4, 2024
@dumbbell
Copy link
Collaborator

dumbbell commented Jun 4, 2024

Hi! Goot catch, thanks!

Like with #57, could you please add the review comment to the commit message?

@dumbbell dumbbell added this to the v0.11.0 milestone Jun 4, 2024
@dumbbell
Copy link
Collaborator

dumbbell commented Jun 4, 2024

I stopped the test against Erlang 23. You can rebase your branch on top of the latest master and CI should be happy.

@dw-kihara dw-kihara force-pushed the fix/type_mistakes branch from 91e346f to 56fab69 Compare June 4, 2024 22:31
- proplist:proplist() -> proplists:proplist()
- map:map() -> map()
- avoid an undefined record element
@dw-kihara dw-kihara force-pushed the fix/type_mistakes branch from 56fab69 to c22a8e7 Compare June 4, 2024 22:34
@dw-kihara
Copy link
Contributor Author

Like with #57, could you please add the review comment to the commit message?

Added the summary for the change.

@dumbbell dumbbell merged commit deefe3b into yakaz:master Jun 5, 2024
3 checks passed
@coveralls
Copy link

Coverage Status

coverage: 77.564%. remained the same
when pulling c22a8e7 on dw-kihara:fix/type_mistakes
into 5741bf9 on yakaz:master.

@dumbbell
Copy link
Collaborator

dumbbell commented Jun 5, 2024

I merged your pull request, thank you again!

@dw-kihara dw-kihara deleted the fix/type_mistakes branch June 5, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants