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
Actually this inconsistency only matters for our test infrastructure. It's not like the BOOL inconsistency, which was much more fundamental. I'm just going to exclude this irrelevant stuff from the test.
Less unused generated stuff in the tests is better. 👍
dart:ffi does not support the valist calling conventions from C. Did I reverse engineer from the diff correctly that one just passes a pointer in ObjectiveC for valists?
Yep, one of the internal headers defines the va_list struct (in a way that differs depending on the user's setup), and then that struct is passed around by pointer.
va_list is being parsed differently on different Mac machines.
The text was updated successfully, but these errors were encountered: