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 Typespecs in zip module #9428

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

codeadict
Copy link
Contributor

@codeadict codeadict commented Feb 12, 2025

The zip module has a typespec that is missing the skip_directories option in the unzip/2 and list_dir/2 functions.

This commit adds the missing option to the typespec, so dialyzer doesn't complain about it.

The `zip` module has a typespec that is missing the `skip_directories` option
in the `unzip` and `list_dir` functions.

This commit adds the missing option to the typespec so dialyzer doesn't complain about it.
Copy link
Contributor

github-actions bot commented Feb 12, 2025

CT Test Results

    2 files     97 suites   1h 10m 6s ⏱️
2 190 tests 2 143 ✅ 47 💤 0 ❌
2 556 runs  2 507 ✅ 49 💤 0 ❌

Results for commit f22d9c3.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@garazdawi garazdawi merged commit 3f06285 into erlang:master Feb 14, 2025
25 checks passed
@garazdawi
Copy link
Contributor

Thanks!

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.

3 participants