Henrik Lissner
659f7bfc71
refactor!: deprecate IS-* OS constants
...
BREAKING CHANGE: This deprecates the IS-(MAC|WINDOWS|LINUX|BSD) family
of global constants in favor of a native `featurep` check:
IS-MAC -> (featurep :system 'macos)
IS-WINDOWS -> (featurep :system 'windows)
IS-LINUX -> (featurep :system 'linux)
IS-BSD -> (featurep :system 'bsd)
The constants will stick around until the v3 release so folks can still
use it -- and there are still some modules that use it, but I'll phase
those uses out gradually.
Fix : #7479
2024-02-04 17:54:29 -05:00
..
2023-09-16 20:19:11 +02:00
2023-09-20 20:24:00 +02:00
2024-02-04 17:54:29 -05:00
2023-11-25 23:04:53 -05:00
2024-01-24 12:28:43 -05:00
2024-02-02 03:33:53 -05:00
2023-09-16 20:19:11 +02:00
2023-12-02 11:34:10 -05:00
2023-09-20 20:23:59 +02:00
2023-10-05 17:43:19 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2024-02-02 18:50:31 -05:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-11-29 23:13:55 -05:00
2023-09-16 20:19:11 +02:00
2024-01-27 03:16:06 -05:00
2023-11-23 18:32:35 -05:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2024-02-04 17:54:29 -05:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2024-02-04 17:54:29 -05:00
2024-02-04 17:54:29 -05:00
2024-02-04 17:54:29 -05:00
2023-10-05 17:45:50 +02:00
2023-10-05 17:42:24 +02:00
2024-02-04 17:54:29 -05:00
2023-09-16 20:19:11 +02:00
2023-11-24 11:06:34 -05:00
2023-09-16 20:19:11 +02:00
2024-01-28 00:49:05 -05:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-22 23:18:31 +02:00
2023-10-06 22:36:59 +02:00
2023-11-23 18:32:35 -05:00
2023-11-29 13:41:23 -05:00
2024-02-04 17:54:29 -05:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2024-01-28 00:49:06 -05:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-16 20:19:11 +02:00
2023-09-20 21:01:55 +02:00
2022-08-07 19:08:07 +02:00