Esteban C Borsani
Esteban C Borsani
### Nim Version Nim Compiler Version 2.0.17 [Linux: amd64] Compiled at 2025-09-12 Copyright (c) 2006-2023 by Andreas Rumpf active boot switches: -d:release ### Description The overload won't work when `ref...
### Nim Version Nim Compiler Version 2.3.1 [Linux: amd64] Compiled at 2025-09-13 Copyright (c) 2006-2025 by Andreas Rumpf git hash: ff9cae896ce900ac8e77ec9a51e09192653a1a49 active boot switches: -d:release ### Description ```nim proc foo[T:...
Changes: - Pack metric opts into MetricsConf Requires: - https://github.com/status-im/nimbus-eth2/pull/7761 - https://github.com/status-im/nim-confutils/pull/118 Note vendor changes point to my forks.
Port of https://github.com/nim-lang/Nim/pull/24563 Only differences: - I tried avoiding strutils hard dependency, - Added `getAsyncStackTrace` It still injects the stack trace into the error msg, but at least that's behind...