Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ability in importBundle to take a live object #2719

Open
turadg opened this issue Feb 12, 2025 · 0 comments · May be fixed by #2735
Open

ability in importBundle to take a live object #2719

turadg opened this issue Feb 12, 2025 · 0 comments · May be fixed by #2735
Assignees
Labels
devex developer experience enhancement New feature or request

Comments

@turadg
Copy link
Member

turadg commented Feb 12, 2025

What is the Problem Being Solved?

Code coverage tools can't currently track coverage on files bundled by Endo. (see Agoric/agoric-sdk#1817)

Description of the Design

A pass-through style bundle that passes a live object. It should not be possible to obtain such a bundle from a JSON.parse or Endo fromCapData.

A new case in https://github.com/endojs/endo/blob/master/packages/import-bundle/src/index.js#L83-L110

Then downstream projects can make these pass-through bundles to get code coverage (e.g. Agoric/agoric-sdk#10558)

Security Considerations

Scaling Considerations

Test Plan

Compatibility Considerations

Upgrade Considerations

@turadg turadg added the enhancement New feature or request label Feb 12, 2025
@turadg turadg added the devex developer experience label Feb 12, 2025
@kriskowal kriskowal linked a pull request Mar 6, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devex developer experience enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants