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

erl_lint: Warn on remote-calling non-exported functions #9095

Merged

Conversation

jhogberg
Copy link
Contributor

Fixes #9092

@jhogberg jhogberg added team:VM Assigned to OTP team VM enhancement labels Nov 20, 2024
@jhogberg jhogberg requested a review from bjorng November 20, 2024 16:40
@jhogberg jhogberg self-assigned this Nov 20, 2024
Copy link
Contributor

github-actions bot commented Nov 20, 2024

CT Test Results

    3 files     97 suites   1h 9m 7s ⏱️
2 182 tests 2 135 ✅ 47 💤 0 ❌
2 545 runs  2 495 ✅ 50 💤 0 ❌

Results for commit d87a951.

♻️ 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

@jhogberg jhogberg force-pushed the john/stdlib/improve-fun-warnings/GH-9092 branch from b9f7f88 to f0ab97a Compare November 20, 2024 16:44
lib/stdlib/src/erl_lint.erl Outdated Show resolved Hide resolved
@jhogberg jhogberg force-pushed the john/stdlib/improve-fun-warnings/GH-9092 branch from f0ab97a to a078e79 Compare November 21, 2024 07:51
bjorng
bjorng previously approved these changes Nov 21, 2024
@jhogberg jhogberg added testing currently being tested, tag is used by OTP internal CI and removed testing currently being tested, tag is used by OTP internal CI labels Nov 21, 2024
@jhogberg jhogberg force-pushed the john/stdlib/improve-fun-warnings/GH-9092 branch from a078e79 to d87a951 Compare November 21, 2024 09:03
@jhogberg jhogberg added the testing currently being tested, tag is used by OTP internal CI label Nov 21, 2024
@jhogberg jhogberg merged commit 9023fd6 into erlang:master Nov 25, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Misleading unused function warning
2 participants