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 messageformat not passed to thread #473

Merged
merged 1 commit into from
Jan 5, 2024
Merged

Fix messageformat not passed to thread #473

merged 1 commit into from
Jan 5, 2024

Conversation

skycaptain
Copy link
Contributor

The message format is stored as a global variable, but globals are not shared between processes. Therefore, we must explicitly pass it as a parameter.

Closes #472.

This is undoubtedly an ugly solution. Please feel free to suggest more appropriate solutions. I am more than happy to assist in resolving this issue.

Pull request checklist

Bugfix

  • A testcase was added to test the behavior

New feature

  • A testcase was added to test the behavior
  • New functions are documented with docstrings
  • No debug code is left
  • README.md was updated to reflect the changes (check even if n.a.)

The message format is stored as a global variable, but globals are not
shared between processes. Therefore, we must explicitly pass it as a
parameter.

Closes #472.
@priv-kweihmann priv-kweihmann merged commit 447d10c into priv-kweihmann:master Jan 5, 2024
5 checks passed
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.

oelint-adv does not print any messages
2 participants