Agoric / documentation

User documentation
https://agoric.com/documentation/
Apache License 2.0
15 stars 38 forks source link

docs: consolidate proposal shapes #1012

Closed dckc closed 3 months ago

dckc commented 3 months ago

fixes #951 closes #739 closes #880

Turns out Proposal Shape was documented already, under E(zoe).offer(...). And the endo reference docs cover Pattern Matchers pretty well.

It was also mentioned under zcf.makeInvitation. Since this is the more directly relevant API, I moved the material here and cross-referenced it.

And I copied the Matchers interface that gives all the methods of M.

My editor does markdown lint on save; I hope it's not too distracting that I mixed in work on #945 here. I did put it in separate commits.

dckc commented 3 months ago

@kriskowal thanks for moving https://github.com/Agoric/agoric-sdk/issues/8536 along, but I suspect the ci failure here is due to a regression from that change. Clues?

Failed with Error: make error Error: spawn make ENOENT
    at ChildProcess.<anonymous> (file:///home/runner/work/documentation/documentation/agoric-sdk/packages/xsnap/src/build.js:39:16)

cc @michaelfig