nim-chronos/chronos/internal
Giuliano Mega 7630f39471
Fixes compilation issues in v3 compatibility mode (`-d:chronosHandleException`) (#545)
* add missing calls to await

* add test run in v3 compatibility

* fix semantics for chronosHandleException so it does not override local raises/handleException annotations

* distinguish between explicit override and default setting; fix test

* re-enable wrongly disabled check

* make implementation simpler/clearer

* update docs

* reflow long line

* word swap
2024-06-10 10:18:42 +02:00
..
asyncengine.nim move docs to docs (#466) 2023-11-15 09:06:37 +01:00
asyncfutures.nim avoid warning in noCancel with non-raising future (#540) 2024-05-06 08:56:48 +00:00
asyncmacro.nim Fixes compilation issues in v3 compatibility mode (`-d:chronosHandleException`) (#545) 2024-06-10 10:18:42 +02:00
errors.nim per-function `Exception` handling (#457) 2023-11-08 15:12:32 +01:00
raisesfutures.nim make `Raising` compatible with 2.0 (#526) 2024-03-25 10:37:42 +01:00