Commits

Jordan Rose committed 55b20d42d73
[test] Test invoking the ObjC entry point of a throwing method. This previously blew up if the Objective-C client passed NULL for the error parameter, but started working after the pointer nullability change. Why? John had /already written and committed/ code to handle NULL assuming pointer nullability was explicit, and that code was /correct as is/.