Hojun-Cho
6b36b050d7
check: reject an array-literal borrow into a union slice success variant ( #13 )
...
A stack array literal returned into a tagged-union slice success variant (fn mk() ([]i32|e) = { return [10,20,30]; }) slipped past reject_arrlit_borrow — it bailed when the dst was not TY_SLICE, but a union dst is TY_TAGGED — so cgen built an all-zeros slice header: a silent both-stage miscompile (and the .ptr would dangle anyway, no outliving backing). Extend the reject to chase a TY_TAGGED dst to its slice success variant, then apply the existing reject; this is the #25/#31 treatment seen through the union, and matches Hare (rule-9). Reached by all acceptance sites (return/assign/call-arg) so the class closes by construction. Both stages converge on an identical accept/reject decision (an array literal assignable to a union is assignable to a slice or array variant; neither stage can accept it). Full support — promoting the literal to an outliving backing — is the separate #33 arc. Compile-error fixture + a positive over-reach guard (a real slice into the union still compiles). No asm emitted by a reject, so byte-id is unchanged (no floor ratchet).
2026-06-28 02:44:23 +09:00
..
2026-06-24 22:59:32 +09:00
2026-06-24 22:59:32 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-22 17:10:22 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-24 02:45:09 +09:00
2026-06-25 01:32:32 +09:00
2026-06-24 22:59:32 +09:00
2026-06-24 22:59:32 +09:00
2026-06-24 22:59:32 +09:00
2026-06-28 02:44:23 +09:00
2026-06-28 02:44:23 +09:00
2026-06-24 22:59:32 +09:00
2026-06-24 22:59:32 +09:00
2026-06-24 22:59:32 +09:00
2026-06-24 22:59:32 +09:00
2026-06-24 22:59:32 +09:00
2026-06-24 22:59:32 +09:00
2026-06-18 12:09:25 +09:00
2026-06-25 01:32:32 +09:00
2026-06-18 12:47:41 +09:00
2026-06-10 14:07:35 +09:00
2026-06-22 16:34:33 +09:00
2026-06-22 16:34:33 +09:00
2026-06-22 16:34:33 +09:00
2026-06-22 16:34:33 +09:00
2026-06-20 23:21:58 +09:00
2026-06-24 03:25:47 +09:00
2026-05-18 18:25:36 +09:00
2026-06-24 22:59:32 +09:00
2026-06-24 22:59:32 +09:00
2026-06-22 16:02:01 +09:00
2026-06-22 16:02:01 +09:00
2026-06-22 16:02:01 +09:00
2026-06-27 18:49:03 +09:00
2026-06-27 18:49:03 +09:00
2026-06-27 23:44:41 +09:00
2026-06-22 16:34:33 +09:00
2026-06-22 16:34:33 +09:00
2026-06-22 16:34:33 +09:00
2026-06-22 16:34:33 +09:00
2026-06-24 20:42:08 +09:00
2026-06-24 20:42:08 +09:00
2026-06-24 20:42:08 +09:00
2026-06-24 20:42:08 +09:00
2026-06-22 16:53:49 +09:00
2026-06-22 16:53:49 +09:00
2026-06-22 16:53:49 +09:00
2026-05-18 18:25:36 +09:00
2026-06-18 00:52:33 +09:00
2026-06-18 00:52:33 +09:00
2026-06-24 20:42:08 +09:00
2026-06-24 22:59:32 +09:00
2026-06-24 22:59:32 +09:00
2026-06-24 22:59:32 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-10 15:18:58 +09:00
2026-06-22 15:34:36 +09:00
2026-06-22 15:34:36 +09:00
2026-06-21 15:28:59 +09:00
2026-06-21 15:28:59 +09:00
2026-05-18 18:25:36 +09:00
2026-06-25 01:32:32 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-06-24 01:44:13 +09:00
2026-05-18 18:25:36 +09:00
2026-06-24 20:42:08 +09:00
2026-06-24 20:42:08 +09:00
2026-06-24 20:42:08 +09:00
2026-06-24 20:42:08 +09:00
2026-06-24 20:42:08 +09:00
2026-06-24 20:42:08 +09:00
2026-06-24 20:42:08 +09:00
2026-06-18 09:52:19 +09:00
2026-06-18 09:52:19 +09:00
2026-06-10 02:01:20 +09:00
2026-06-10 22:20:15 +09:00
2026-06-10 22:20:15 +09:00
2026-06-11 02:37:32 +09:00
2026-06-11 00:08:39 +09:00
2026-06-10 22:20:15 +09:00
2026-06-10 02:01:20 +09:00
2026-06-17 23:54:21 +09:00
2026-06-11 00:57:43 +09:00
2026-06-11 00:57:43 +09:00
2026-06-11 00:57:43 +09:00
2026-06-11 00:57:43 +09:00
2026-06-11 00:57:43 +09:00
2026-06-11 00:57:43 +09:00
2026-06-11 04:51:17 +09:00
2026-06-11 04:51:07 +09:00
2026-06-11 04:51:07 +09:00
2026-06-10 15:18:58 +09:00