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

Improving baseliner #2290

Merged
merged 3 commits into from
Feb 24, 2021
Merged

Improving baseliner #2290

merged 3 commits into from
Feb 24, 2021

Conversation

eddynaka
Copy link
Collaborator

No description provided.

@eddynaka eddynaka marked this pull request as ready for review February 23, 2021 01:56

if (previousResult.ValueGetHashCode() != currenResult.ValueGetHashCode())
{
result.BaselineState = BaselineState.Updated;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are you sure the location is accurate enough to perform this logic? The sarif files I've worked on generally change every time we make any changes at all to the files we're examining.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is our first logic to add the updated tag. so, it yet not precise, but it will work for our current case. probably this will not get merged since we found another way...


In reply to: 581470416 [](ancestors = 581470416)

Copy link
Member

@michaelcfanning michaelcfanning left a comment

Choose a reason for hiding this comment

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

:shipit:

@eddynaka eddynaka merged commit ba447a1 into main Feb 24, 2021
@eddynaka eddynaka deleted the users/ednakamu/improving-baseliner branch February 24, 2021 02:47
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.

None yet

3 participants