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

compiler: fix sequence point boundaries #3074

Merged
merged 1 commit into from
Aug 11, 2023
Merged

Conversation

AnnaShaleva
Copy link
Member

@AnnaShaleva AnnaShaleva added bug Something isn't working compiler Go smart contract compiler labels Jul 27, 2023
@AnnaShaleva AnnaShaleva modified the milestones: v0.101.4, v0.102.0 Jul 27, 2023
@AnnaShaleva
Copy link
Member Author

I'm not sure which test can be added for this, i've just checked the proposal and the C# compiler implementation, it should be the column.

@AnnaShaleva AnnaShaleva marked this pull request as ready for review August 11, 2023 17:18
@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Merging #3074 (d1fe644) into master (4e61e82) will decrease coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #3074      +/-   ##
==========================================
- Coverage   84.70%   84.66%   -0.04%     
==========================================
  Files         329      329              
  Lines       43941    43941              
==========================================
- Hits        37219    37202      -17     
- Misses       5216     5228      +12     
- Partials     1506     1511       +5     
Files Changed Coverage Δ
pkg/compiler/debug.go 92.97% <100.00%> (ø)

... and 6 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@roman-khimov
Copy link
Member

It can only be tested with the actual debugger.

@roman-khimov roman-khimov merged commit 9fb154a into master Aug 11, 2023
@roman-khimov roman-khimov deleted the fix-debug-info branch August 11, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler Go smart contract compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants