-
Notifications
You must be signed in to change notification settings - Fork 313
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
Remove lap feature and all references. #739
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice change! I left a few comments but nothing substantial. Apart from that it's already looking pretty good. I found an additional leftover in
Line 40 in fe1ff28
LAP_SCORE = r""" |
When raising a PR we should also always set labels and the corresponding milestone. Can you please also do that here (and in future PRs when raising them)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few asks about the docs but the rest of this change looks fine. I've also applied more labels now. For future reference: We require the following labels on all PRs:
- Type of change, see the release notes script for details
- Indication whether this is a breaking change
- One or more area labels (these start with a colon)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for iterating. One final bit and we're there. :)
docs/migrate.rst
Outdated
@@ -10,18 +10,15 @@ This means that on disk, a given race will be found at ``benchmarks/races/62d1e9 | |||
|
|||
Laps feature removed | |||
^^^^^^^^^^^^^^^^^^^^ | |||
The --laps parameter and corresponding multi-run trial functionality has been removed from execution and reporting. | |||
If you need lap functionality, the following shell script can be used instead: | |||
The ```--laps``` parameter and corresponding multi-run trial functionality has been removed from execution and reporting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be enclosed in double-backticks, not triple-backticks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing! LGTM :)
This feature complicates development and can be done with user tags, so is unnecessary.