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

Change Report and ReportBody interfaces to dicts. #258

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

clelland
Copy link
Contributor

@clelland clelland commented Dec 5, 2022

This change removes any suggestion that the two interface names (and the names of those interfaces which inherit from ReportBody) should be exposed on the global object. ReportBody is purely abstract, and exists so that it can be used as the type of the body member of Report, while still allowing other specifications to define new subtypes for their own report types.

Closes: #216


Preview | Diff

This change removes any suggestion that the two interface names (and
the names of those interfaces which inherit from `ReportBody`) should
be exposed on the global object. `ReportBody` is purely abstract, and
exists so that it can be used as the type of the `body` member of
`Report`, while still allowing other specifications to define new
subtypes for their own report types.

Closes: #216
Copy link
Contributor

@yoavweiss yoavweiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@clelland
Copy link
Contributor Author

clelland commented Dec 5, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants