ringabout
4d0663096c
Revert "fixes #22122 ; raise effects for complex expressions" ( #25888 )
...
Reverts nim-lang/Nim#25845
```nim
case ecode
of ECONNABORTED, EPERM, ETIMEDOUT, ENOTCONN:
getConnectionAbortedError(ecode)
of EMFILE, ENFILE, ENOBUFS, ENOMEM:
getTransportTooManyError(ecode)
else:
(ref TransportOsError)(code: ecode,
msg: "(" & $int(ecode) & ") " & osErrorMsg(ecode))
```
The compiler inserts a hidden conv for the case expression. Perhaps we
can skip hidden convs to inspect the types that are actually raised
2026-06-09 14:46:48 +02:00
..
2020-10-06 16:47:15 +02:00
2026-05-27 23:28:27 +02:00
2024-11-23 22:01:39 +01:00
2023-12-04 07:17:42 +01:00
2022-09-03 09:52:13 +02:00
2022-09-03 09:52:13 +02:00
2022-09-03 09:52:13 +02:00
2015-09-04 23:04:32 +02:00
2022-10-15 14:07:40 +02:00
2021-09-02 12:10:14 +02:00
2026-01-16 15:25:14 +01:00
2020-04-23 19:52:33 +02:00
2020-10-06 18:05:31 +02:00
2022-10-11 09:17:09 +02:00
2022-07-26 07:40:49 +02:00
2022-07-26 07:40:49 +02:00
2022-07-26 07:40:49 +02:00
2022-07-26 07:40:49 +02:00
2022-07-26 07:40:49 +02:00
2022-07-26 07:40:49 +02:00
2022-07-26 07:40:49 +02:00
2022-10-11 09:17:09 +02:00
2026-01-16 15:25:14 +01:00
2022-12-11 16:58:50 +01:00
2022-12-12 11:46:51 +01:00
2022-12-11 16:58:50 +01:00
2022-12-11 16:58:50 +01:00
2022-10-11 09:17:09 +02:00
2021-09-23 16:47:24 +02:00
2022-10-15 14:07:40 +02:00
2024-01-11 07:47:33 +01:00
2022-11-04 12:43:32 +08:00
2021-11-07 16:38:02 +01:00
2022-10-15 14:07:40 +02:00
2018-12-11 21:23:21 +01:00
2018-12-11 21:23:21 +01:00
2018-12-11 21:23:21 +01:00
2018-12-11 21:23:21 +01:00
2022-10-21 22:46:32 +02:00
2021-09-02 12:10:14 +02:00
2023-07-19 15:20:41 +02:00
2021-09-02 12:10:14 +02:00
2021-09-02 12:10:14 +02:00
2021-08-26 23:07:54 +02:00
2023-05-02 10:49:17 +02:00
2021-06-09 17:33:19 +02:00
2023-02-24 09:02:15 +01:00