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
swift:Cogs.bootstrapApp(mechanisms:) is now Cogs.assemble(mechanisms:), and withBootstrappedApp, isBootstrappedApp, and hasBootstrappedApp are now withAssembledCogs, isAssembledCogs, and hasAssembledCogs.
swift: ManualCog, AsyncCog, ManualCogBox, AsyncCogBox, CogProjection, and CogBoxProjection are unavailable.
swift: Manual, async, and projection shape types now live under Cog and CogBox.
Rename the graph mutation primitive from commit to turn; the old spellings are removed.
Use automatic for non-manual cogs throughout Cog and CogTesting; the old derived spellings are removed.
Remove Cogs.valueReferenceLayoutName and the retired generic and interned layout selectors from CogTesting.
Features
remove the value-reference layout testing selector (38b30a8)