Skip to content

avoid spurious inequality optimization hits#11

Open
DJViau wants to merge 1 commit intoPicodes:mainfrom
DJViau:main
Open

avoid spurious inequality optimization hits#11
DJViau wants to merge 1 commit intoPicodes:mainfrom
DJViau:main

Conversation

@DJViau
Copy link
Copy Markdown

@DJViau DJViau commented Jan 17, 2023

Should prevent pragma solidity >=0.8.7 from showing up as a gas optimization

type: IssueTypes.GAS,
title: 'Use != 0 instead of > 0 for unsigned integer comparison',
regex: /([a-z,A-Z,0-9]*>.?0|0.?<.?[a-z,A-Z,0-9]*)/g,
regex: /(?!pragma\s*solidity)[a-z,A-Z,0-9]*>.?0|0.?<.?[a-z,A-Z,0-9]*/g,
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Screenshot 2023-01-18 at 3 16 27 PM

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

I don't think it currently works

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.

2 participants