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

Fix bugs in exometer_core function metrics #140

Merged
merged 2 commits into from
Nov 12, 2021
Merged

Conversation

uwiger
Copy link
Member

@uwiger uwiger commented Nov 11, 2021

This PR fixes a few bugs in the script evaluation of exometer function metrics:

  • Patterns corresponding to X = case Y of ... end would fail since the evaluation of the RHS of the match called the wrong eval function.
  • The datapoint determination failed for eval, {Exprs, DPs} patterns
  • The patterns X = Y and case E of ... end should keep bindings created in Y and E, respectively.

@uwiger uwiger requested review from tolbrino, seanhinde and a team and removed request for seanhinde November 11, 2021 09:54
Copy link

@seanhinde seanhinde left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@zxq9 zxq9 left a comment

Choose a reason for hiding this comment

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

LGTM

@uwiger uwiger merged commit 66c287e into master Nov 12, 2021
@uwiger uwiger deleted the uw-function-metrics branch November 12, 2021 09:42
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

4 participants