Nemeski to [email protected] • 3 months agoLinus Torvalds Announces First Linux Kernel 6.14 Release Candidate9to5linux.comexternal-linkmessage-square10fedilinkarrow-up169
arrow-up169external-linkLinus Torvalds Announces First Linux Kernel 6.14 Release Candidate9to5linux.comNemeski to [email protected] • 3 months agomessage-square10fedilink
minus-square@[email protected]linkfedilinkEnglish2•3 months agoThe “we use a stable macro that uses the same unstable features anyway” is kinda confusing though. I guess it’s about language interface stability more than unstable feature functional stability?
minus-square@[email protected]linkfedilink2•3 months agoI did not double check, but I assume the macro is provided by std (which is allowed to use unstable items internally). This macro can be stabilised, even if the unstable features themselves are not stabilised yet.
The “we use a stable macro that uses the same unstable features anyway” is kinda confusing though.
I guess it’s about language interface stability more than unstable feature functional stability?
I did not double check, but I assume the macro is provided by std (which is allowed to use unstable items internally). This macro can be stabilised, even if the unstable features themselves are not stabilised yet.