Closed kumavis closed 8 months ago
once witnessed an unreproduceable EPIPE in CI :thinking: https://github.com/endojs/endo/actions/runs/7952406406/job/21706961986?pr=2089
EPIPE seen on windows CI https://github.com/endojs/endo/actions/runs/7955058144/job/21713421990?pr=2089
One more question: what's the difference between incarnating something and reifying it? We should perhaps document this.
One more question: what's the difference between incarnating something and reifying it? We should perhaps document this.
this PR introduces "incarnate" as a verb to mean to create a new thing for the first time. it follows that we can use "reincarnate" to reify things. fun. But would not be surprised if we land on different language.
thanks for the improvements/
daemonCore
.incarnateXyz
methods to be used when creating a new thing for the first time.provideValueForFormulaId
provideControllerForFormulaIdentifierAndResolveHandle
to resolve the handle.Updates: #1993 Closes: #2087