Nemeski@lemm.ee to Linux@programming.dev · 3 days agoLinus Torvalds Announces First Linux Kernel 6.14 Release Candidate9to5linux.comexternal-linkmessage-square10fedilinkarrow-up168arrow-down11
arrow-up167arrow-down1external-linkLinus Torvalds Announces First Linux Kernel 6.14 Release Candidate9to5linux.comNemeski@lemm.ee to Linux@programming.dev · 3 days agomessage-square10fedilink
minus-squareKissaki@programming.devlinkfedilinkEnglisharrow-up2·2 days 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-squarerobinm@programming.devlinkfedilinkarrow-up2·2 days 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.