You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix handling of list-typed attributes in Darwin tests. (#12538)
Two issues here:
1) asTestValue did not handle list attributes properly: it assigned
@(0) to the NSArray*.
2) This compiled, because we were not enabling -Werror for the build
of the test harness.
This fixes both issues. No codegen changes, because we don't actually
have any non-excluded writable list-typed attributes yet. Which is
good, because they would not have passed CI due to crashing when we
try to treat an NSNumber* as NSArray*.
0 commit comments