6 ms·
That merge only has fixed because of how the development model works: there’s a merge window where new features are merged and which then becomes -rc1. After th
by svenpeter 4y ago
That merge only has fixed because of how the development model works: there’s a merge window where new features are merged and which then becomes -rc1.
After that only fixes are allowed until the final release of that version and then the merge window opens again.
- thunky 4y agoThat makes sense, so I just picked another commit at random without a -rc tag: https://github.com/torvalds/linux/commit/c60c152230828825c06e62a8f1ce956d4b659266 https://github.com/torvalds/linux/commit/c60c152230828825c06... The fix is to change && to || This seems like the exact type of bug that a unit test could prevent.