[runtime/src] Expand NSObject.Flags to 32 bits (uint). - #22981
Conversation
1. We've already run out of available bits in a byte, so we'll need more bits available if we want more flags (which is coming in a future change). 2. Due to padding/alignment, this won't use any additional memory.
✅ [PR Build #53ceaa5] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ [CI Build #53ceaa5] Build passed (Build packages) ✅Pipeline on Agent |
✅ API diff for current PR / commit.NET ( No breaking changes )✅ API diff vs stable.NET ( No breaking changes )ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [CI Build #53ceaa5] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [CI Build #53ceaa5] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build #53ceaa5] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build #53ceaa5] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
💻 [CI Build #53ceaa5] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #53ceaa5] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 118 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
available if we want more flags (which is coming in a future change).