| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Warning Review limit reachedNext included review available in 34 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: c2182c17-6dbe-4f14-b965-412330b2c587 📥 CommitsReviewing files that changed from the base of the PR and between 1118673 and 627a606. 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. ❤️ ShareComment @coderabbitai help to get the list of available commands. |
Sorry, something went wrong.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
The macOS 26 runner reports an Apple AppIntents XPC retain cycle in every RmlUi test process. This adds a narrow leaks exclusion for the full Apple allocation symbol while leaving all project allocations checked.
Verification
A dedicated macOS 26.5 ARM64 run reproduced 287 to 288 leaked nodes, all rooted at LNProcessInstanceRegistryClient and com.apple.linkd.autoShortcut. The same run passed after applying this exact symbol exclusion:
https://github.com/UriahNegbi/EngineSquared/actions/runs/33219987079
This clears the shared macOS failure currently affecting #640 and #641.