Version: 12377.1.9 (from macOS 26.0.0)Justin CohenJust 26.0 here too.
Done
import <Availability.h>;Justin CohenWonder if this needs special handling. How does this transform the output?
gen/third_party/crashpad/crashpad/util/mach/exc.h
and
gen/third_party/crashpad/crashpad/util/mach/excServer.h
Both contain:
#include <Availability.h>
I wonder if the Crashpad trybots need a clobber to test this?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
import <Availability.h>;Justin CohenWonder if this needs special handling. How does this transform the output?
gen/third_party/crashpad/crashpad/util/mach/exc.h
and
gen/third_party/crashpad/crashpad/util/mach/excServer.hBoth contain:
#include <Availability.h>I wonder if the Crashpad trybots need a clobber to test this?
Only mac/ios will use this, right? Any reason it would cause a problem?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
import <Availability.h>;Justin CohenWonder if this needs special handling. How does this transform the output?
Justin Cohengen/third_party/crashpad/crashpad/util/mach/exc.h
and
gen/third_party/crashpad/crashpad/util/mach/excServer.hBoth contain:
#include <Availability.h>I wonder if the Crashpad trybots need a clobber to test this?
Only mac/ios will use this, right? Any reason it would cause a problem?
Only mac/ios will use this, right?
Right.
Any reason it would cause a problem?
Nope.
That header’s not used by this file (or what it generates) as far as I can tell, but Apple’s got some very uniquely weird ideas about the header, so I guess it’s not so surprising to see it here.
I wonder if the Crashpad trybots need a clobber to test this?
Don’t think so—touching these files should be enough to get everything downstream of them to rebuild.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Roll xnu to 12377.1.9 (from macOS 26.0.0)Justin CohenJust 26.0.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Roll xnu to 12377.1.9 (from macOS 26.0)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |