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

Do not record that warnings have been found if the verbosity level is sufficient that they will be reported immediately #754

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

abensonca
Copy link
Collaborator

Doing so caused segfaults because the linked list of warning messages would then be assumed to be initialized, even though it wasn't.

…el is sufficient that they will be reported immediately
@abensonca abensonca self-assigned this Dec 6, 2024
@abensonca abensonca added bug Something isn't working error handling labels Dec 6, 2024
Copy link

github-actions bot commented Dec 6, 2024

⚠️ Possible misspelled word 'cfuncs' in file 'source/error.F90'
⚠️ Possible misspelled word 'sigint' in file 'source/error.F90'
⚠️ Possible misspelled word 'sigsegv' in file 'source/error.F90'
⚠️ Possible misspelled word 'sigfpe' in file 'source/error.F90'
⚠️ Possible misspelled word 'sigbus' in file 'source/error.F90'
⚠️ Possible misspelled word 'sigill' in file 'source/error.F90'
⚠️ Possible misspelled word 'sigxcpu' in file 'source/error.F90'

@abensonca abensonca added this pull request to the merge queue Dec 9, 2024
Merged via the queue into master with commit fa2734b Dec 9, 2024
295 checks passed
@abensonca abensonca deleted the fixWarningStatus branch December 9, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working error handling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant