-
-
Notifications
You must be signed in to change notification settings - Fork 554
robot-simulator: apply "input" policy #1163
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
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.
I would consider it acceptable to have position
and direction
be properties of input
, and remove the robot
altogether. I'll leave it up to y'all.
I think I agree. This is also already the case for some of the |
"robot" deemed unnecessary, replaced by "input".
@petertseng lately as I have been applying #996 to exercise testdata I have been receiving an email from Travis CI letting me know the status of the checks it has made. This is a recent behavior that I have noticed. I am not sure if I like it or not. I wanted to point out that for the second commit of this PR I did not receive an email from Travis CI. Should I be expecting an email for every commit or just this first? Should I even be receiving email from Travis CI? I apologize in advance if you are not the person to whose attention I should bring this to. |
I have no idea about Travis. Apology accepted. |
I'm going to guess you're getting emails because you are making your branches on Exercism's copy of the repo, instead of on your fork. In that case, I have observed getting an email on:
I have observed not getting an email on:
I have not yet discovered a way to change Travis's behaviour in this regard. Either way, since making branch on Exercism's copy of the repo is behaviour that I do not condone (exercism/discussions#174 (comment)), I can be of no further help in this matter. If you wish not to receive emails, what I suggest to try to do is to disable Travis CI for your fork and then make branches on your fork. I'm not sure that will make you not receive emails. If you wanted to be sure, you would have to consult the Travis documentation or ask those knowledgeable about Travis. |
@petertseng your guess is correct. I was preparing a different comment, but had to break for lunch, since then your comment came in that sums up my observation exactly. When I create a branch off of exercism/master from which I submit a PR, Travis performs 2 checks. If I submit the PR from a branch off of my fork Travis only performs one check. I do not receive an email from Travis for the PR that originates from my fork so I have determined that the regarding receiving email, if I simply go back to submitting PRs from my fork the emails will cease. I am left wondering why sometimes 2 checks are made vs. 1. |
One build for every PR made to exercism, regardless of whether the branch backing the PR is on a fork: https://travis-ci.org/exercism/problem-specifications/pull_requests, because "Build pushed pull branches" is enabled in https://travis-ci.org/exercism/problem-specifications/settings One build for every branch on exercism's copy of the repo (and therefore by definition not on any forks): https://travis-ci.org/exercism/problem-specifications/branches, because "Build pushed branches" is enabled in https://travis-ci.org/exercism/problem-specifications/settings Any PR backed by a branch on exercism's copy of the repo thus gets two builds, as a logical consequence. |
Correct assumption of "it". Thanks for all the insight and feedback
@petertseng.
…On Tue, Jan 30, 2018 at 1:38 PM, Peter Tseng ***@***.***> wrote:
EBWODP:
regardless of whether it is on a fork
unclear "it". I'll go with "the branch backing the PR"
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#1163 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGp5023fV8dqDdNyQHTHjPTnwdg7nseZks5tP2GXgaJpZM4Rxi86>
.
|
|
Oops. Thanks for catching that @petertseng. I'll take care of it. |
per #996