2 रिपॉजिटरी
Systems for tracking application failures by mapping error codes to detailed stack traces and origin metadata.
Distinct from Error Stack Filtering: Focuses on the structural registry of errors and stack trace preservation, not just filtering or production tracking.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Stack-Aware Error Registries. Refine with filters or upvote what's useful.
GF is a comprehensive Go application toolkit and web framework. It provides a set of libraries and tools for building scalable web applications, APIs, and enterprise-level software. The project features a driver-agnostic SQL database toolkit with a query builder and object mapper, alongside a dedicated framework for creating structured command line interfaces. It includes a project scaffolding tool to bootstrap application structures and automate development workflows. The toolkit covers several broader capability areas, including concurrent data management with thread-safe collections, cryp
Provides a stack-aware error handling system that tracks origins with stack traces and maintains an error code registry.
HybridCLR is a hybrid C# execution engine and assembly loader designed for Unity. It provides a system for hot-updating C# logic across all platforms at runtime without requiring the application to be rebuilt or reinstalled. The project is distinguished by its mixed-mode execution, which runs unmodified code at native speed while using a high-performance interpreter for updated functions. It includes a generic type resolver that allows hot-updated code to use generic classes and functions regardless of whether they were pre-instantiated in the main binary. To protect proprietary source code,
Injects detailed virtual stack information into crash logs to pinpoint errors within interpreted code segments.