Uh oh!
There was an error while loading. Please reload this page.
Making geom_jitter work - #224
Conversation
cpsievert
commented
May 21, 2015
13bzhang
commented
May 21, 2015
Ok, that was helpful! Thank you! |
13bzhang
commented
May 30, 2015
@cpsievert What do I need to do more on this issue? |
cpsievert
commented
Jun 1, 2015
@13bzhang the test that I added currently isn't passing, but that'd be great if you want to fix it! |
mkcor
commented
Jun 1, 2015
@cpsievert I'm trying to catch up on all the open PRs so at this stage I can't say (and I don't think) that something is wrong or bad code-wise, but I'm not so sure workflow-wise. I thought I had clarified our review pipeline before, but maybe not so clearly after all.
A comment like this makes me nervous and we don't go by this practice. The only branch you want to merge into your WIP feature branch is Also, open PRs don't form an ordered queue. Ideally, they would... But typically person1 may submit PR1 and that's pretty complex (requires substantial review work or whatever), meanwhile person2 submits PR2, and PR2 gets reviewed and +1'd before, so only then do you update the |
cpsievert
commented
Jun 2, 2015
@mkcor I agree, this is generally a good rule-of-thumb, but I disagree that there is no reason whatsoever for a pull request to branch off from another pull request (especially when the guideline is one feature/topic per pull request). Say a feature in PR2 depends on PR1, it's much easier to branch off of PR1 rather than resolving conflicts after PR1 is merged/rebased with master. @13bzhang for future reference, I don't really care if you merge or rebase, just do whatever works for you. |
13bzhang
commented
Jun 2, 2015
@cpsievert@mkcor I'm gonna get into this debate, hehe. |
13bzhang
commented
Jun 2, 2015
@cpsievert@mkcor It turns out the bug was a silly mistake in the naming of the ggplot object. 😆 Travis CI passed! |
cpsievert
commented
Jun 2, 2015
On TravisCI, commit 037a027 was successfully merged with fb40491 (master) to create ddf8d41. A visual testing table comparing fb40491 with ddf8d41 can be found here: |
cpsievert
commented
Jun 2, 2015
13bzhang
commented
Jun 2, 2015
Regarding #214, I have not done a merge on my own yet. Is there some particular procedure I should follow? Can you walk me through it? |
cpsievert
commented
Jun 2, 2015
Here is a good example of bumping the version and updating NEWS -> edf055b After that, to merge, just click that green "merge pull request" button :) |
13bzhang
commented
Jun 2, 2015
It's too weird to talk about #214 on this PR. My brain hurts. Ok I will move the conversation over there. |
mkcor
commented
Jun 4, 2015
@cpsievert +1 on branching off from a branch that may not be |
dont try to merge identical bar traces, fixes#250
… into baobao-geom_jitter
cpsievert
commented
Dec 12, 2015
Detected 3 differences -> http://cpsievert.github.io/plotly-test-table/7217419/jitter-basic |
This is a pull request for Issue #221 "Conversion not implemented for geom_jitter".
Note: I am having trouble with getting the seed to set for the
testthat.https://github.com/ropensci/plotly/blob/baobao-geom_jitter/tests/testthat/test-ggplot-jitter.R
@mkcor@cpsievert@chriddyp