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

feat: implement canisterSubnet primitive #4857

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

ggreif
Copy link
Contributor

@ggreif ggreif commented Jan 20, 2025

No description provided.

@ggreif ggreif added feature New feature or request canisters Language or compiler support for canister functionality DO-NOT-MERGE labels Jan 20, 2025
@ggreif ggreif self-assigned this Jan 20, 2025
@@ -169,6 +169,9 @@ and exp' at note = function
| S.CallE ({it=S.AnnotE ({it=S.PrimE "deadline";_},_);_}, _, {it=S.TupE es;_}) ->
assert (es = []);
I.PrimE (I.ICReplyDeadlinePrim, [])
| S.CallE ({it=S.AnnotE ({it=S.PrimE "canister_subnet";_},_);_}, _, {it=S.TupE es;_}) ->
assert (es = []);
I.PrimE (I.OtherPrim "canister_subnet", [])
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is not covered in line 202, we could think about introducing a non-OtherPrim one.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah, maybe it is covered in line 200?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
canisters Language or compiler support for canister functionality DO-NOT-MERGE feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant