nac3core: add fields initialization check for parent class #310
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#310
Loading…
Reference in New Issue
No description provided.
Delete Branch "issue-136"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Field initialization checks for case below would be available.
This looks good to me! The only thing that might be of a bit concern is that this deviates from python's original semantic, under which the following code would give an error.
But I think the python's original semantic is due to its dynamic nature, in nac3 we are doing things more statically so this should be fine if our users are aware of the behavior of nac3.
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.