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(jsii-reflect): don't load same assembly multiple times (#461)
deCDK tests were calling `loadModule()` for every package.
`loadModule()` did have some recursion avoidance INSIDE one call,
but not across multiple load calls on the same type system.
This brings down the deCDK tests from 80s to 10s.
Add an option to disable validation, which would bring the full CDK
typesystem loading down from 10s to 600ms (validation is enabled
by default).
Some more type exposure updates so that we can update awslint
and friends in the CDK repository to take advantage of the new
jsii model.
Also: change some JVM settings in pacmak to speed up Java build
from around 30s to around 10s per package (on my machine, on
my Oracle JVM, YYMV on OpenJDK).
0 commit comments