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

[Feature] Abstract Semantic Graph (ASG) - Base Implementation #594

Merged
merged 30 commits into from
Feb 1, 2021

Conversation

@codecov
Copy link

codecov bot commented Feb 1, 2021

Codecov Report

Merging #594 (aa01421) into master (2849a27) will increase coverage by 1.50%.
The diff coverage is 74.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #594      +/-   ##
==========================================
+ Coverage   74.95%   76.45%   +1.50%     
==========================================
  Files         477      571      +94     
  Lines       14031    19062    +5031     
==========================================
+ Hits        10517    14574    +4057     
- Misses       3514     4488     +974     
Impacted Files Coverage Δ
asg/src/const_value.rs 38.62% <38.62%> (ø)
asg/src/expression/binary.rs 39.35% <39.35%> (ø)
asg/src/statement/expression.rs 41.17% <41.17%> (ø)
asg/src/expression/tuple_access.rs 45.28% <45.28%> (ø)
asg/src/expression/array_range_access.rs 46.90% <46.90%> (ø)
asg/src/expression/unary.rs 47.05% <47.05%> (ø)
asg/src/expression/tuple_init.rs 48.48% <48.48%> (ø)
asg/src/expression/circuit_access.rs 49.61% <49.61%> (ø)
asg/src/expression/array_access.rs 52.17% <52.17%> (ø)
asg/src/expression/ternary.rs 52.27% <52.27%> (ø)
... and 187 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2849a27...aa01421. Read the comment docs.

@collinc97 collinc97 changed the title Asg merge [Feature] Abstract Syntax Graph (ASG) - Base Implementation Feb 1, 2021
@howardwu howardwu marked this pull request as ready for review February 1, 2021 21:53
@howardwu howardwu merged commit f2c5f3b into master Feb 1, 2021
@collinc97 collinc97 changed the title [Feature] Abstract Syntax Graph (ASG) - Base Implementation [Feature] Abstract Semantic Graph (ASG) - Base Implementation Feb 1, 2021
@collinc97 collinc97 deleted the asg-merge branch March 5, 2021 18:31
@collinc97 collinc97 added this to the Leo Developer Preview II milestone Apr 8, 2021
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.

3 participants