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(kernel): validate presence of required struct properties (#591)
Detect when required struct properties are not supplied, so that
we can produce useful error messages to untyped jsii languages (in
particular, Python).
Also check for an array in place of a variadic argument, and throw
a hopefully helpful message to hint at a common misuse.
Fix the test to be actually variadic, which it wasn't :o.
Copy file name to clipboardExpand all lines: packages/jsii-pacmak/test/expected.jsii-calc/dotnet/Amazon.JSII.Tests.CalculatorPackageId/Amazon/JSII/Tests/CalculatorNamespace/StructPassing.cs
Copy file name to clipboardExpand all lines: packages/jsii-pacmak/test/expected.jsii-calc/java/src/main/java/software/amazon/jsii/tests/calculator/StructPassing.java
0 commit comments