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

log: tag log.fatal with @[noreturn] #22986

Merged
merged 4 commits into from
Nov 27, 2024

Conversation

Le0Developer
Copy link
Member

@Le0Developer Le0Developer commented Nov 27, 2024

fixes #22985

Copilot summary:

This pull request includes changes to the logging functionality in the vlib/log module. The most important changes include adding the @[noreturn] attribute to the fatal function and introducing new test cases to ensure the correct behavior of the logging functions.

Improvements to logging functionality:

  • vlib/log/default.v: Added the @[noreturn] attribute to the fatal function to indicate that it will not return, and ensured the function exits the program with exit(1) after logging a fatal message.

Enhancements to test cases:

  • vlib/log/log_test.v: Added a new function make_error and a test case test_log_default_fatal_has_noreturn to verify that the fatal function behaves as expected and does not return.

Huly®: V_0.6-21427

Copy link
Member

@spytheman spytheman left a comment

Choose a reason for hiding this comment

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

Excellent work.

@spytheman spytheman changed the title fix: add @[noreturn] to log.fatal log: tag log.fatal with @[noreturn] Nov 27, 2024
@medvednikov medvednikov merged commit aeaf607 into vlang:master Nov 27, 2024
62 checks passed
@Le0Developer Le0Developer deleted the fix/log-fatal-noreturn branch November 27, 2024 13:30
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.

module level log.fatal is not marked as @[noreturn]
4 participants