metagn
2d678fa45c
better errors for standalone explicit generic instantiations ( #24276 )
...
refs #8064 , refs #24010
Error messages for standalone explicit generic instantiations are
revamped. Failing standalone explicit generic instantiations now only
error after overloading has finished and resolved to the default `[]`
magic (this means `[]` can now be overloaded for procs but this isn't
necessarily intentional, in #24010 it was documented that it isn't
possible). The error messages for failed instantiations are also no
longer a simple `cannot instantiate: foo` message, instead they now give
the same type mismatch error message as overloads with mismatching
explicit generic parameters.
This is now possible due to the changes in #24010 that delegate all
explicit generic proc instantiations to overload resolution. Old code
that worked around this is now removed. `maybeInstantiateGeneric` could
maybe also be removed in favor of just `explicitGenericSym`, the `result
== n` case is due to `explicitGenericInstError` which is only for niche
cases.
Also, to cause "ambiguous identifier" error messages when the explicit
instantiation is a symchoice and the expression context doesn't allow
symchoices, we semcheck the sym/symchoice created by
`explicitGenericSym` with the given expression flags.
#8064 isn't entirely fixed because the error message is still misleading
for the original case which does `values[1]`, as a consequence of
#12664 .
(cherry picked from commit 0a058a6b8f )
2025-01-14 07:47:08 +01:00
..
2025-01-14 07:46:40 +01:00
2024-03-18 20:27:00 +01:00
2023-08-06 14:26:21 +02:00
2023-12-15 10:20:57 +01:00
2025-01-14 07:46:40 +01:00
2024-04-10 14:41:16 +02:00
2024-04-16 12:46:59 +02:00
2024-07-12 15:23:09 +02:00
2023-10-11 17:44:14 +02:00
2023-08-06 14:26:21 +02:00
2024-09-27 11:12:39 +02:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:46:40 +01:00
2022-09-28 15:05:01 +02:00
2022-11-30 21:51:13 +01:00
2024-08-28 20:46:36 +02:00
2024-09-03 09:19:52 +02:00
2024-07-12 15:23:09 +02:00
2024-07-12 15:23:09 +02:00
2025-01-14 07:45:50 +01:00
2024-06-07 09:01:30 +02:00
2025-01-14 07:46:40 +01:00
2024-09-03 09:19:52 +02:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:46:40 +01:00
2024-03-28 11:04:12 +01:00
2024-08-12 15:18:56 +02:00
2023-06-18 16:06:14 +02:00
2025-01-14 07:31:33 +01:00
2025-01-14 07:37:18 +01:00
2017-01-07 22:35:09 +01:00
2022-06-10 20:40:08 +02:00
2023-10-29 14:48:11 +01:00
2024-04-22 13:04:30 +02:00
2023-08-06 14:26:21 +02:00
2025-01-14 07:46:40 +01:00
2023-12-17 18:43:52 +01:00
2023-11-20 21:12:13 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:46:40 +01:00
2024-08-28 20:46:36 +02:00
2025-01-14 07:35:19 +01:00
2023-10-29 14:48:11 +01:00
2023-10-29 14:48:11 +01:00
2023-10-29 14:48:11 +01:00
2025-01-14 07:46:40 +01:00
2023-09-01 06:41:39 +02:00
2023-10-29 14:48:11 +01:00
2024-09-23 10:14:26 +02:00
2020-06-01 19:21:41 +02:00
2025-01-14 07:46:40 +01:00
2024-06-04 09:50:35 +02:00
2023-12-15 08:13:25 +01:00
2023-12-14 16:25:34 +01:00
2025-01-14 07:46:40 +01:00
2023-12-13 10:29:58 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:31:33 +01:00
2023-12-13 10:39:10 +01:00
2023-12-15 08:13:25 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:30:25 +01:00
2025-01-14 07:34:32 +01:00
2024-07-20 05:40:38 +02:00
2024-09-27 09:34:13 +02:00
2025-01-14 07:46:40 +01:00
2021-01-12 09:36:51 +01:00
2025-01-14 07:46:40 +01:00
2024-07-09 09:29:45 +02:00
2024-04-05 08:54:48 +02:00
2025-01-14 07:35:36 +01:00
2024-01-05 08:17:08 +01:00
2025-01-14 07:45:59 +01:00
2024-09-16 20:45:00 +02:00
2024-07-12 15:23:09 +02:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:31:27 +01:00
2024-07-17 18:25:19 +02:00
2023-12-15 08:13:25 +01:00
2023-12-15 08:13:25 +01:00
2024-04-10 14:41:16 +02:00
2023-10-29 14:48:11 +01:00
2023-10-29 14:48:11 +01:00
2025-01-14 07:46:40 +01:00
2023-10-29 14:48:11 +01:00
2024-08-12 15:33:26 +02:00
2023-04-17 20:55:22 +02:00
2024-04-10 14:41:16 +02:00
2024-09-18 19:27:09 +02:00
2023-08-06 14:26:21 +02:00
2025-01-14 07:34:32 +01:00
2024-09-03 09:18:38 +02:00
2024-09-18 22:45:19 +02:00
2022-08-24 09:44:16 +02:00
2023-11-20 21:12:13 +01:00
2023-10-29 14:48:11 +01:00
2023-12-17 18:43:52 +01:00
2025-01-14 07:31:51 +01:00
2023-03-03 07:36:38 +01:00
2023-10-29 14:48:11 +01:00
2018-05-27 19:19:12 +02:00
2025-01-14 07:46:40 +01:00
2023-10-29 14:48:11 +01:00
2024-04-10 14:41:16 +02:00
2024-09-03 09:19:52 +02:00
2023-07-02 22:36:05 +02:00
2025-01-14 07:39:32 +01:00
2023-10-29 14:48:11 +01:00
2024-09-06 11:26:24 +02:00
2023-11-06 18:33:28 +01:00
2023-08-10 14:26:40 +02:00
2020-09-11 01:04:07 +02:00
2023-10-29 14:48:11 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:47:08 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:47:08 +01:00
2023-12-15 08:13:25 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:47:08 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:46:40 +01:00
2022-12-11 16:58:50 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:46:40 +01:00
2024-08-16 06:33:43 +02:00
2025-01-14 07:47:08 +01:00
2023-11-20 21:12:13 +01:00
2025-01-14 07:46:40 +01:00
2024-03-16 08:35:18 +08:00
2025-01-14 07:46:40 +01:00
2024-05-08 09:10:48 -06:00
2024-03-15 18:20:10 +01:00
2024-04-10 14:41:16 +02:00
2023-08-10 14:26:40 +02:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:32:12 +01:00
2023-10-29 14:48:11 +01:00
2024-08-28 20:46:36 +02:00
2025-01-14 07:46:40 +01:00
2023-10-29 14:48:11 +01:00
2024-08-20 11:57:47 +02:00
2025-01-14 07:46:40 +01:00
2023-12-12 16:54:50 +01:00
2025-01-14 07:35:43 +01:00
2025-01-14 07:46:40 +01:00
2025-01-14 07:46:40 +01:00
2023-08-10 14:26:40 +02:00
2024-04-10 14:41:16 +02:00
2024-08-11 16:13:26 +02:00
2023-10-29 14:48:11 +01:00
2025-01-14 07:46:40 +01:00
2023-12-25 07:12:54 +01:00