Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
erights created a review comment on a pull request on ocapn/ocapn
Simple (and IMO adequate) reason not to consider unmarked functions to be targets by default: We are trying really hard to shift - from a local E-like hardened js programming model where every...
erights created a review comment on a pull request on ocapn/ocapn
Having written out the above response, I'm wondering about this new classification of Errors as Containers as well. For now, until we understand errors better, what do you think of just having them...
erights created a review comment on a pull request on ocapn/ocapn
If we cannot settle this here, then we should postpone to a later PR. But I believe we've already committed to clear answers to all of these, with the possible exception of errors, and I'm happy wi...
erights created a review comment on a pull request on ocapn/ocapn
In any case, it would be a huge change that we're not likely to consider anytime soon. It would be good to have the JS examples reflect current endo reality.
erights created a review comment on a pull request on ocapn/ocapn
I do not believe we should do that, but it is arguable. I'll leave the reasons to a verbal discussion sometime.
erights created a review comment on a pull request on ocapn/ocapn
> in Spritely the method selector (first argument) is #f in function invocation If that's true, then we have badly misunderstood how these concepts map to spritely, to a degree that does likely ...
erights created a review comment on a pull request on ocapn/ocapn
Yes, this says it correctly.
erights created a review comment on a pull request on ocapn/ocapn
Actually, you should use `Object.is` as a clarifying counter-example. Containers do ***NOT*** have pass invariant `Object.is` equality.
erights created a review comment on a pull request on ocapn/ocapn
Need to say something about the `__proto__`. Also, the actual remotable object is an object that inherits from the object shown, possibly through multiple levels, each contributing their own method...
erights created a review comment on a pull request on ocapn/ocapn
`Reference` and `Container` have an introductory one liner before the subheadings. Could we have one for `Atom` too?
erights created a review comment on a pull request on ocapn/ocapn
There is no pass-invariant promise *identity* or *equality*. However you want to put it. As with errors, promises must round trip only to promises. This is the testable part. The less testabl...
erights created a review comment on a pull request on ocapn/ocapn
Well said. Should have a tracking issue
erights created a review comment on a pull request on ocapn/ocapn
Saying `Reference` rather than `Capability` seemed good to me at first. But we name the protocol `ocapn` and make a big deal of it being a distributed capability protocol. This is where those capab...
erights created a review comment on a pull request on ocapn/ocapn
```suggestion > OCapN uses the name `selector` to avoid the implication that they will ```
erights created a review comment on a pull request on ocapn/ocapn
Good that the code example here and in `Selector` are similar. The text decorating that code should be similar too.
erights created a review on a pull request on Agoric/agoric-sdk
As agreed verbally. LGTM, thanks!
erights pushed 1 commit to markm-orch-purse-3 Agoric/agoric-sdk
- feat(vats): ERTP face on orch assets 0b6eecb
erights pushed 1 commit to markm-orch-purse-3 Agoric/agoric-sdk
- feat(vats): ERTP face on orch assets b30ce82
erights pushed 6 commits to markm-orch-purse-3 Agoric/agoric-sdk
- feat(fast-usdc): add cli config and args for deposit and withdraw (#10487) refs https://github.com/Agoric/agoric-sdk... fb2d05c
- chore(acceptance-sync-tools): implement `waitUntilElectionResults` Refs: https://github.com/Agoric/agoric-sdk/issue... abc48dc
- chore(sync-tools): move to `@agoric/client-utils`, adhere to testing speed and new type rules Refs: #10378 a5baf9c
- chore(sync-tools): stop exporting fetchLatestEcQuestion Refs: https://github.com/Agoric/agoric-sdk/issues/10378 fix... d560d72
- chore(sync-tools): implement `waitUntilElectionResults` (#10385) closes: https://github.com/Agoric/agoric-sdk/issue... 0fa2d27
- feat(vats): ERTP face on orch assets 6d04f20
erights pushed 2 commits to markm-orch-purse-3 Agoric/agoric-sdk
erights pushed 42 commits to markm-orch-purse-3 Agoric/agoric-sdk
- docs(deploy-script-support): Cleanup README 17d1032
- docs(deploy-script-support): Cleanup README (#10468) ## Description Fixing some issues noticed while working on #104... 45bab17
- ci: Retain complete a3p-integration directories and resulting slogfiles e37d6df
- chore(scripts): Improve organization 1f88aff
- ci: Retain complete a3p-integration directories and resulting slogfiles (#10446) ## Description Extracted from #1016... c27cc4f
- refactor(a3p-integration): Document build-submission.sh w.r.t. package.json "agoricProposal" Also document build-all... 02f371c
- docs(a3p-integration): Better describe core-eval generation c0c5b84
- refactor(a3p-integration): Document and clean up core-eval generation (#10466) ## Description Resolving some confusi... d727cf9
- fix(ertp): remove unneeded ertp type imports (#10467) closes: #XXXX refs: #XXXX ## Description For some reason, vs... e96ff82
- chore(agoric-cli): Document external consumption of gettingStartedWorkflowTest (#10475) ## Description Without this,... ff8c142
- feat(fast-usdc): stub transfer cli command 1b64d82
- feat(fast-usdc): stub config cli command 81e14b2
- feat(fast-usdc): implement config cli command d121e1d
- feat(fast-usdc): implement transfer cli command 504818f
- refactor(fast-usdc): use file objects rather than paths f0f76db
- test(fast-usdc): test cli transfer cac96bb
- chore(fast-usdc): use import rather than typedef 9b06146
- fix(fast-usdc): use correct address format in cli d225974
- fix(fast-usdc): ensure cli non-zero exit code on failure 6c0e77b
- chore(fast-usdc): docs and hardening 992a56d
- and 22 more ...