commit ce214aa rearranged fields such that the written initializers were
valid on most modern compilers, but it went unnoticed that this is
insufficient for AL2's ancient toolchain, which fails with:
sorry, unimplemented: non-trivial designated initializers not supported
Stacked PRs:
568
567
566
591
588
594
593
589
587
577
576
586
585
574
575
571
570
573
569
565
563
fix(platform-aws): fill all platform values
commit ce214aa rearranged fields such that the written initializers were valid on most modern compilers, but it went unnoticed that this is insufficient for AL2's ancient toolchain, which fails with:
provide all members for all entries to fix this.