-
Notifications
You must be signed in to change notification settings - Fork 932
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
CHASM: Get Component & Context implementation #7530
Conversation
return componentValue, nil | ||
} | ||
|
||
func (n *Node) prepareComponentValue( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This method or at least some part of it can be reused by Field.Get() implementation I think. cc @alexshtin
9dbb7eb
to
67c734c
Compare
@@ -107,7 +107,7 @@ func testComponentSerializedNodes() map[string]*persistencespb.ChasmNode { | |||
}, | |||
Attributes: &persistencespb.ChasmNodeMetadata_ComponentAttributes{ | |||
ComponentAttributes: &persistencespb.ChasmComponentAttributes{ | |||
Type: "test_component", | |||
Type: "TestLibrary.test_component", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexshtin Is this the right place to change? I don't see generateMapInit
setting the Type field or probably I missed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because it is in #7409.
What changed?
Why?
How did you test it?
Potential risks
Documentation
Is hotfix candidate?