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 SIOF (Static initializer order Fiasco) #3344

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Conversation

Jarod42
Copy link
Contributor

@Jarod42 Jarod42 commented Apr 9, 2024

with lazy initialization of loggers:

clStandardPaths::Get().GetUserDataDir() (called from Logger constructor) requires that Application is set.

@Jarod42
Copy link
Contributor Author

Jarod42 commented Apr 11, 2024

ctags' build seems unstable (don't pass here on msys2, CI passes on my repo https://github.com/Jarod42/codelite/actions/runs/8615923100/job/23612457688 ...

…f loggers:

`clStandardPaths::Get().GetUserDataDir()` (called from Logger constructor) requires that Application is set.
@eranif eranif merged commit 938e293 into eranif:master Apr 12, 2024
3 checks passed
@Jarod42 Jarod42 deleted the SIOF_FIX branch April 13, 2024 12:55
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.

None yet

2 participants