-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Mechanics benchmarks failing for old commits #28
Comments
At a glance this appears to be due to this line
I remember discussing that the input order for |
You can use the deprecated API and it will work for all past versions or put a check for version number (git commit hash) so that everything before that change uses old and everything after uses new. |
I found the commit. How do I tell what versions it was applied to? |
I don't think it has been applied to any versions yet. It is post last release. You'll need to ask stackoverflow and the google about the git kungfu needed to figure that out. |
Opened a PR that should address this problem |
The first one is now fixed but we also have this api change too:
|
Example:
@jbm950
The text was updated successfully, but these errors were encountered: