Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake set_timeout_or_interval's is_interval an enumerated value instead of a boolean #4064
Conversation
hoppipolla-critic-bot
commented
Nov 21, 2014
|
Critic review: https://critic.hoppipolla.co.uk/r/3244 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
Fixes #4059 |
This comment has been minimized.
This comment has been minimized.
jdm
commented on 0cba3ee
Nov 21, 2014
|
r+, Thanks! |
This comment has been minimized.
This comment has been minimized.
larsbergstrom
replied
Nov 22, 2014
|
@bors: retry |
This comment has been minimized.
This comment has been minimized.
larsbergstrom
replied
Nov 22, 2014
|
@bors: retry |
This comment has been minimized.
This comment has been minimized.
jdm
replied
Nov 24, 2014
|
@bors: retry |
This comment has been minimized.
This comment has been minimized.
|
saw approval from jdm |
This comment has been minimized.
This comment has been minimized.
|
merging trevorriles/servo/isintervalenum = 0cba3ee into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
saw approval from jdm |
This comment has been minimized.
This comment has been minimized.
|
merging trevorriles/servo/isintervalenum = 0cba3ee into auto |
This comment has been minimized.
This comment has been minimized.
|
No active merge of candidate 0cba3ee found, likely manual push to master |
This comment has been minimized.
This comment has been minimized.
|
merging trevorriles/servo/isintervalenum = 0cba3ee into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
all tests pass: |
This comment has been minimized.
This comment has been minimized.
|
fast-forwarding master to auto = 90007ee |
Created an `IsInterval` enum to improve readability and remove the need for `true // is_interval` I'm still fairly new to rust. I briefly looked for a way to implement boolean comparisons of the enum but didn't figure out a way. Also I'm not attached to any of the names. Let me know what I can fix :)
Created an `IsInterval` enum to improve readability and remove the need for `true // is_interval` I'm still fairly new to rust. I briefly looked for a way to implement boolean comparisons of the enum but didn't figure out a way. Also I'm not attached to any of the names. Let me know what I can fix :)
|
Attempting to close+reopen to see if that gets bors out of its confusion. |
Created an `IsInterval` enum to improve readability and remove the need for `true // is_interval` I'm still fairly new to rust. I briefly looked for a way to implement boolean comparisons of the enum but didn't figure out a way. Also I'm not attached to any of the names. Let me know what I can fix :)
|
bors hates me :( |
|
@trevorriles Did you set your author and user names when submitting your commit? I'm seeing an error about an unset username when buildbot attempts to perform some automated actions on your PR. |
|
https://github.com/trevorriles/servo/commit/89f19499136ea6b83cf79e729d90d055568886e5.patch and https://github.com/trevorriles/servo/commit/0cba3eec626a5156508bda0cc7d518aba6a29323.patch look fine to me with respect to the author. |
|
@larsbergstrom ahh didn't add that email to Github. If that is causing the issue, it should be better now. |
This comment has been minimized.
This comment has been minimized.
|
saw approval from jdm |
This comment has been minimized.
This comment has been minimized.
|
merging trevorriles/servo/isintervalenum = 0cba3ee into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
saw approval from jdm |
This comment has been minimized.
This comment has been minimized.
|
merging trevorriles/servo/isintervalenum = 0cba3ee into auto |
This comment has been minimized.
This comment has been minimized.
|
No active merge of candidate 0cba3ee found, likely manual push to master |
This comment has been minimized.
This comment has been minimized.
|
merging trevorriles/servo/isintervalenum = 0cba3ee into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
all tests pass: |
This comment has been minimized.
This comment has been minimized.
|
fast-forwarding master to auto = 90007ee |
|
Instead of closing and reopening you can redeliver the notification to Bors from the webhook admin panel. |
|
Closing to allow other PRs to proceed at this point. |
Created an `IsInterval` enum to improve readability and remove the need for `true // is_interval` I'm still fairly new to rust. I briefly looked for a way to implement boolean comparisons of the enum but didn't figure out a way. Also I'm not attached to any of the names. Let me know what I can fix :)
Created an `IsInterval` enum to improve readability and remove the need for `true // is_interval` I'm still fairly new to rust. I briefly looked for a way to implement boolean comparisons of the enum but didn't figure out a way. Also I'm not attached to any of the names. Let me know what I can fix :)
0cba3ee
into
servo:master
trevorriles commentedNov 21, 2014
Created an
IsIntervalenum to improve readability and remove the need fortrue // is_intervalI'm still fairly new to rust. I briefly looked for a way to implement boolean comparisons of the enum but didn't figure out a way.
Also I'm not attached to any of the names. Let me know what I can fix :)