Skip to content

refactor(kernel): Rename Vat to VatProxy - #83

Closed
rekmarks wants to merge 1 commit into
mainfrom
rekm/vat-proxy
Closed

refactor(kernel): Rename Vat to VatProxy#83
rekmarks wants to merge 1 commit into
mainfrom
rekm/vat-proxy

Conversation

@rekmarks

Copy link
Copy Markdown
Member

A cluster consists of a kernel and some number of vats. The kernel manages the vats. We want the kernel to be platform-agnostic, so it needs to interact with the vats through some kind of intermediate object representation. In #79 we simply called this class Vat. However, this can be confused with "the actual vat" that's running in a worker somewhere. To eliminate this confusion, this PR renames the Vat class to VatProxy.

@rekmarks
rekmarks requested a review from a team as a code ownerSeptember 23, 2024 22:07
@rekmarks

Copy link
Copy Markdown
MemberAuthor

Probably not that helpful.

@rekmarks
rekmarks deleted the rekm/vat-proxy branch September 23, 2024 22:20
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@rekmarks