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

Check member reads and writes #1085

Merged
merged 14 commits into from
Aug 25, 2021
Merged

Check member reads and writes #1085

merged 14 commits into from
Aug 25, 2021

Conversation

turbolent
Copy link
Member

@turbolent turbolent commented Jul 22, 2021

Description

Port of dapperlabs/cadence-internal#26


  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@turbolent turbolent requested a review from SupunS July 22, 2021 23:17
@turbolent turbolent self-assigned this Jul 22, 2021
@turbolent turbolent mentioned this pull request Jul 22, 2021
6 tasks
@turbolent turbolent force-pushed the bastian/check-invocation-receiver branch from 319fe62 to 310c031 Compare August 23, 2021 17:43
Base automatically changed from bastian/check-invocation-receiver to master August 23, 2021 18:08
@codecov-commenter
Copy link

codecov-commenter commented Aug 23, 2021

Codecov Report

Merging #1085 (21365d8) into master (32e0869) will increase coverage by 0.01%.
The diff coverage is 86.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1085      +/-   ##
==========================================
+ Coverage   73.53%   73.54%   +0.01%     
==========================================
  Files         272      272              
  Lines       34458    34499      +41     
==========================================
+ Hits        25340    25374      +34     
- Misses       7957     7965       +8     
+ Partials     1161     1160       -1     
Flag Coverage Δ
unittests 73.54% <86.30%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
runtime/interpreter/interpreter.go 90.37% <60.00%> (-0.16%) ⬇️
runtime/sema/checker.go 89.68% <75.00%> (-0.12%) ⬇️
runtime/sema/type.go 87.68% <76.92%> (+0.03%) ⬆️
runtime/interpreter/errors.go 22.32% <80.00%> (-0.83%) ⬇️
runtime/interpreter/interpreter_expression.go 92.60% <100.00%> (+0.34%) ⬆️
runtime/interpreter/value.go 78.91% <100.00%> (+0.02%) ⬆️
runtime/sema/check_reference_expression.go 100.00% <100.00%> (ø)

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 32e0869...21365d8. Read the comment docs.

@turbolent
Copy link
Member Author

@SupunS this is now mergable, could you please have a look?

@turbolent
Copy link
Member Author

@SupunS rebased on master and fixed some tests that were failing, I think due to the merge of the static types feature branch and the new container mutation error. Could you please have a look?

Copy link
Member

@SupunS SupunS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mostly compared with the original PR and checked the new changes. Looks good to me! 👍

@turbolent turbolent merged commit 90d26d5 into master Aug 25, 2021
@turbolent turbolent deleted the bastian/check-field-access branch August 25, 2021 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants