Lädt...

🔧 Crystal Minitest and the Shutdown Order Problem


Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to

TL;DR: Optimizing Minitest setup by moving initialization from before_setup to module-level broke logging: Log::AsyncDispatcher creates resources early, and they're cleaned up before tests run (which... [Weiterlesen]