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 type issues discovered by the extended dialyzer checks #3957

Merged
merged 1 commit into from
Feb 7, 2023

Commits on Feb 7, 2023

  1. Fix types discovered by the extended dialyzer checks

    After merging feature/mongoose_c2s the new code was checked with the
    '{warnings, [unknown]}' option, and the check started failing.
    
    The 'gen_hook:extra' should be used instead of 'gen_hook:hook_extra',
    because the handler function gets the extended 'extra'.
    chrzaszcz committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c52baf3 View commit details
    Browse the repository at this point in the history