Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

erights

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...

View on GitHub

erights created a review on a pull request on ocapn/ocapn

View on GitHub

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...

View on GitHub

erights created a review on a pull request on ocapn/ocapn

View on GitHub

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...

View on GitHub

erights created a review on a pull request on ocapn/ocapn

View on GitHub

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.

View on GitHub

erights created a review on a pull request on ocapn/ocapn

View on GitHub

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.

View on GitHub

erights created a review on a pull request on ocapn/ocapn

View on GitHub

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 ...

View on GitHub

erights created a review on a pull request on ocapn/ocapn

View on GitHub

erights created a review comment on a pull request on ocapn/ocapn
Yes, this says it correctly.

View on GitHub

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.

View on GitHub

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...

View on GitHub

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?

View on GitHub

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...

View on GitHub

erights created a review comment on a pull request on ocapn/ocapn
Well said. Should have a tracking issue

View on GitHub

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...

View on GitHub

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 ```

View on GitHub

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.

View on GitHub

erights created a review on a pull request on ocapn/ocapn

View on GitHub

erights created a review on a pull request on Agoric/agoric-sdk
As agreed verbally. LGTM, thanks!

View on GitHub

erights pushed 1 commit to markm-orch-purse-3 Agoric/agoric-sdk
  • feat(vats): ERTP face on orch assets 0b6eecb

View on GitHub

erights pushed 1 commit to markm-orch-purse-3 Agoric/agoric-sdk
  • feat(vats): ERTP face on orch assets b30ce82

View on GitHub

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

View on GitHub

erights pushed 2 commits to markm-orch-purse-3 Agoric/agoric-sdk
  • fix(orchestration): harden exported patterns (#10470) closes: #XXXX refs: #XXXX ## Description orchestration/src/t... 47bebb8
  • feat(vats): ERTP face on orch assets c15e293

View on GitHub

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 ...

View on GitHub

erights pushed 4 commits to markm-orch-type-guards Agoric/agoric-sdk
  • ci: lint all packages in one job 34a202a
  • ci: allow 20 min for lint-primary a1d4261
  • consolidate lint job (#8061) _no issue_ ## Description https://github.com/Agoric/agoric-sdk/pull/8058 made linting... 5a127d4
  • fix(orchestration): harden exported patterns 5943756

View on GitHub

erights created a review comment on a pull request on Agoric/agoric-sdk
With the additional clarification at https://github.com/endojs/endo/issues/2632#issuecomment-2477602697 , which this PR now follows, I've resolving this conversation.

View on GitHub

Load more