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 usage of IRenderable arguments within UnifiedTreeBuilder.getCmakeExBuildFactory factory. (#229)
The IRenderable objects could be passed through the factory arguments.
Do not wrap them in IRenderable (Interpolate) directly inside of the
factory. Leave them 'as is' or use "%(kw:val)s" (or util.Transform) if
it is necessary to do something with that kind of arguments.
0 commit comments