-
Notifications
You must be signed in to change notification settings - Fork 106
Added some styles #1280
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
Added some styles #1280
Conversation
…t into some-style # Conflicts: # src/Neo.Compiler.CSharp/Optimizer/Analysers/InstructionCoverage.cs # tests/Neo.Compiler.CSharp.TestContracts/Contract_GoTo.cs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I merged master into this branch, manually adding copyright comments in recent new files (Break and Continue contracts and unit tests). If not desired, please just git push --force origin some-style:some-style to drop my new commits.
The merge-base changed after approval.
Hecate2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I merged master into this branch, manually adding copyright comments in recent new files (Break and Continue contracts and unit tests). If not desired, please just git push --force origin some-style:some-style to drop my new commits.
The merge-base changed after approval.
|
Seems to be github automatically dismissing approvals. https://github.com/orgs/community/discussions/58535 says that, closing and re-opening the PR solves the problem. |
The merge-base changed after approval.
it works~~~ |
* master: fix: always check division overflow for int32 and int64 (#1287) Fix: some compiler warnings (#1288) use INC DEC (#1286) Update neo (#1285) Update: keep same sdk version with 'neo' (#1284) partially fix return in try; optimizer replaces JMP->ENDTRY with only ENDTRY (#1283) update to dotnet 9 (#1257) Added some styles (#1280) [`Fix`]: `checked(-x)` if x is int or long (#1281) Fix continue and goto (#1282) # Conflicts: # tests/Neo.Compiler.CSharp.UnitTests/TestingArtifacts/Contract_Types_BigInteger.cs
* Added some styles * Fix ut * Fix dbg info * update to 2025 * add copyright comments for new files --------- Co-authored-by: Hecate2 <[email protected]> Co-authored-by: Jimmy <[email protected]>
* Added some styles * Fix ut * Fix dbg info * update to 2025 * add copyright comments for new files --------- Co-authored-by: Hecate2 <[email protected]> Co-authored-by: Jimmy <[email protected]>
Added some style rules, not included into .editorconfig in this pr because I need to deal with testing artifacts, this can be done in a different PR