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

Make instrumentation of primitives more robust #93

Merged
merged 5 commits into from
Jan 18, 2017

Conversation

smarr
Copy link
Owner

@smarr smarr commented Jan 18, 2017

Currently, we were essentially guessing the correct number of arguments based on the number of child nodes. But since we can have child nodes for a various number of other purposes.

Counting child nodes is incorrect, because nodes can have various unrelated children that are not arguments.

Signed-off-by: Stefan Marr <git@stefan-marr.de>
Signed-off-by: Stefan Marr <git@stefan-marr.de>

# Conflicts:
#	src/som/primitives/ObjectPrims.java
#	src/som/primitives/SystemPrims.java
Signed-off-by: Stefan Marr <git@stefan-marr.de>
Signed-off-by: Stefan Marr <git@stefan-marr.de>
Signed-off-by: Stefan Marr <git@stefan-marr.de>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 78.677% when pulling 7ac5c5d on pr/make-instrumentation-of-prims-more-robust into 814f275 on master.

@smarr smarr merged commit 45b07d0 into master Jan 18, 2017
@smarr smarr deleted the pr/make-instrumentation-of-prims-more-robust branch January 18, 2017 14:42
@smarr smarr added this to the v0.2.0 milestone Mar 6, 2017
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

Successfully merging this pull request may close these issues.

2 participants