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

null object mutation for object construction graph #232

Open
llmhyy opened this issue Oct 25, 2020 · 0 comments
Open

null object mutation for object construction graph #232

llmhyy opened this issue Oct 25, 2020 · 0 comments

Comments

@llmhyy
Copy link
Owner

llmhyy commented Oct 25, 2020

Given an object construction graph, when we initialize the code for the graph, we can randomly assign a null-value to the object. After all, many branches are null value related.

llmhyy added a commit that referenced this issue Oct 28, 2020
Task-Url: #232

1) allow initializing the template with null value
2) if a caller object is initialized as null value, we do not generate
the code for its children
3) fix a few bugs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant