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

show lines for warnings where available, in Solidity Scan report #4978

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

Aniket-Engg
Copy link
Collaborator

@Aniket-Engg Aniket-Engg commented Jul 10, 2024

Fixes #4967

It shows warning lines for gas issues in the report

Screenshot 2024-07-10 at 5 01 23 PM

@Aniket-Engg Aniket-Engg requested review from yann300 and LianaHus July 10, 2024 11:35
Copy link

netlify bot commented Jul 10, 2024

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 3c4d492
🔍 Latest deploy log https://app.netlify.com/sites/remixproject/deploys/66952fe4cfb12c00082d1152
😎 Deploy Preview https://deploy-preview-4978--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Aniket-Engg Aniket-Engg added the ready-to-review PR ready to review label Jul 12, 2024
line: f.line_nos_end[0],
}
}
await plugin.call('editor', 'highlight', position)
Copy link
Contributor

Choose a reason for hiding this comment

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

at which point does this get unhighlighted?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I have just added a commit to discard highlighting on multiple actions

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

highlighting is removed

@Aniket-Engg Aniket-Engg force-pushed the posforGas branch 3 times, most recently from cca2d8e to 912b652 Compare July 15, 2024 13:55
@Aniket-Engg Aniket-Engg enabled auto-merge (rebase) July 15, 2024 14:41
@Aniket-Engg Aniket-Engg merged commit 691a475 into master Jul 15, 2024
32 checks passed
@Aniket-Engg Aniket-Engg deleted the posforGas branch July 15, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-review PR ready to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SolidityScan integration bugs
3 participants