eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.08k stars 444 forks source link

Fix SIOF (Static initializer order Fiasco) #3344

Closed Jarod42 closed 2 months ago

Jarod42 commented 2 months ago

with lazy initialization of loggers:

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

Jarod42 commented 2 months ago

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 ...