Jacob Young
bac3a28214
fmt: avoid canonicalizing enum fields named @"_" to _
...
This can be used to escape the usual meaning of `_` to indicate a
non-exhaustive enum and create an enum tag that is a literal underscore,
so zig fmt should allow this syntax.
Before, zig fmt changes
const E = enum { @"_" };
to the semantically different
const E = enum { _ };
After, it remains the same.
2023-05-08 10:58:31 +03:00
..
2023-04-30 18:16:04 -07:00
2023-05-03 20:55:29 -07:00
2023-05-07 17:05:03 +03:00
2023-04-30 18:16:04 -07:00
2023-05-03 20:52:18 -07:00
2023-04-30 18:16:04 -07:00
2023-04-30 18:16:04 -07:00
2023-04-30 18:16:04 -07:00
2023-04-28 13:24:43 -07:00
2023-04-30 18:16:04 -07:00
2023-04-28 13:24:43 -07:00
2023-04-28 13:24:43 -07:00
2023-04-28 13:24:43 -07:00
2023-04-30 18:16:04 -07:00
2023-04-28 13:24:43 -07:00
2023-04-12 12:06:19 -04:00
2023-05-02 23:31:29 +03:00
2023-05-03 08:37:40 +03:00
2023-04-28 13:24:43 -07:00
2023-04-30 18:16:04 -07:00
2023-04-28 13:24:43 -07:00
2023-04-30 18:16:04 -07:00
2022-12-13 13:14:20 +02:00
2023-04-30 18:16:04 -07:00
2023-05-08 10:58:31 +03:00
2023-04-28 13:24:43 -07:00
2023-04-28 13:24:43 -07:00
2023-02-18 19:17:21 -07:00
2023-04-21 23:08:48 -04:00
2023-04-28 13:24:43 -07:00
2023-04-28 13:24:43 -07:00
2023-04-28 13:24:43 -07:00
2023-04-22 13:09:15 +03:00
2023-04-28 13:24:43 -07:00
2023-05-03 20:55:29 -07:00
2023-04-30 18:16:04 -07:00
2023-03-15 10:48:13 -07:00
2023-04-30 18:16:04 -07:00
2023-02-18 19:17:21 -07:00
2023-02-22 00:11:20 +11:00
2023-04-22 13:55:30 +03:00
2023-04-21 19:52:33 +00:00
2023-04-28 13:24:43 -07:00
2023-04-28 13:24:43 -07:00
2023-04-20 15:17:07 -07:00
2023-04-28 13:24:43 -07:00
2023-05-07 09:09:19 +02:00
2023-04-28 13:24:43 -07:00
2023-04-28 13:24:43 -07:00
2023-04-23 13:16:42 -07:00
2023-04-28 13:24:43 -07:00
2023-04-30 18:16:04 -07:00
2023-04-21 23:08:48 -04:00
2023-04-30 18:16:04 -07:00
2023-04-30 18:16:04 -07:00
2023-01-11 15:39:48 -08:00
2023-03-25 21:32:55 -04:00
2023-04-30 18:16:04 -07:00
2022-12-27 15:13:14 +02:00
2023-04-30 18:16:04 -07:00
2023-05-03 11:19:37 +03:00
2023-04-30 18:16:04 -07:00
2023-04-23 21:06:21 +03:00
2023-04-30 18:16:04 -07:00
2023-05-01 05:03:46 +00:00
2023-04-28 13:24:43 -07:00
2023-04-28 13:24:43 -07:00
2023-02-18 19:17:21 -07:00
2023-05-05 19:52:05 +03:00
2023-04-30 18:16:04 -07:00
2023-04-30 18:16:04 -07:00
2023-02-18 19:17:21 -07:00
2023-02-18 19:17:21 -07:00
2023-04-28 13:24:43 -07:00
2023-04-28 13:24:43 -07:00
2023-04-23 21:06:21 +03:00
2023-04-23 21:06:21 +03:00
2023-04-28 13:24:43 -07:00
2022-12-09 21:57:17 +01:00
2023-04-30 18:16:04 -07:00
2023-04-28 13:24:43 -07:00
2023-01-29 15:04:13 -05:00
2023-05-01 19:22:52 -04:00
2023-03-17 17:50:25 +01:00
2023-04-28 13:24:43 -07:00
2023-04-28 13:24:43 -07:00
2023-02-18 19:17:21 -07:00
2023-04-30 18:16:04 -07:00
2023-04-30 18:16:04 -07:00
2023-04-28 13:24:43 -07:00
2023-04-12 12:06:19 -04:00
2023-04-23 21:06:21 +03:00
2022-11-19 19:32:45 -07:00
2023-03-18 20:13:30 +01:00
2023-03-15 10:48:13 -07:00