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

Ensure correct node parent in eager primitives, and minor cleanup #171

Merged
merged 4 commits into from
Jul 13, 2017

Conversation

smarr
Copy link
Owner

@smarr smarr commented Jul 13, 2017

In TruffleSOM, I found that eager primitive nodes didn't have the correct parent.
To be sure, I am using now insert(.) to have the parent set correctly in all cases.
This was not a problem in SOMns, as far as I am aware, because some specialization patterns did not occur for eager primitive children.

@smarr smarr added bug Fixes an issue, incorrect implementation enhancement Improves the implementation with something noteworthy labels Jul 13, 2017
@smarr smarr added this to the v0.5.0 milestone Jul 13, 2017
@smarr smarr merged commit 6c3ef7f into dev Jul 13, 2017
@smarr smarr deleted the primitive-cleanup branch July 13, 2017 13:49
@coveralls
Copy link

Coverage Status

Coverage remained the same at 79.897% when pulling 0c257f9 on primitive-cleanup into c10edd7 on dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes an issue, incorrect implementation enhancement Improves the implementation with something noteworthy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants