Skip to content
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

Venstar colortouch #570

Merged
merged 4 commits into from
Mar 20, 2016
Merged

Venstar colortouch #570

merged 4 commits into from
Mar 20, 2016

Conversation

hplato
Copy link
Collaborator

@hplato hplato commented Jan 3, 2016

Confirmed what heating setpoints work.

@marcmerlin
Copy link
Collaborator

This branch has conflicts that must be resolved
Can you fix?

@hplato
Copy link
Collaborator Author

hplato commented Jan 3, 2016

I don't know what that means. Maybe its the perltidy changes?

Sent from my mobile device.

On Jan 3, 2016, at 3:13 PM, Marc MERLIN notifications@github.com wrote:

This branch has conflicts that must be resolved
Can you fix?


Reply to this email directly or view it on GitHub.

@marcmerlin
Copy link
Collaborator

pull master, rebase against it.

@hplato
Copy link
Collaborator Author

hplato commented Jan 3, 2016

I did this for the original pull request;

$git checkout master
$git pull
$git checkout venstar_colortouch
$cd lib
$cp /tmp/Venstar_Colortouch.pm .
$git add Venstar_Colortouch.pm
$git commit
$git push hplato venstar_colortouch

So now, I did;

$git pull hplato master (while on the venstar_colortouch branch)
From github.com:hplato/misterhouse

  • branch master -> FETCH_HEAD
    Auto-merging lib/Venstar_Colortouch.pm
    CONFLICT (content): Merge conflict in lib/Venstar_Colortouch.pm
    Removing data/organizer/calendar.tab
    Removing code/public/Brian/old stuff i don't use anymore/tracking.pl
    Removing code/public/Brian/old stuff i don't use anymore/tk_widgets.pl
    Removing code/public/Brian/old stuff i don't use anymore/tk_frames.pl
    Removing code/public/Brian/old stuff i don't use anymore/radar.pl
    Removing code/public/Brian/old stuff i don't use anymore/callog.pl
    Removing code/public/Brian/old stuff i don't use anymore/calllog.pl
    Removing code/bruce/outlook_programing.pl
    Removing code/bruce/organizer_tasks.pl
    Removing code/bruce/organizer_events.pl
    Automatic merge failed; fix conflicts and then commit the result.

Can I just overwrite Venstar_Colortouch.pm with master, and then I’ll diff the changes and see what needs to be done? Or if this is due to perltidy, can I run that on my working copy somehow?

On Jan 3, 2016, at 3:51 PM, Marc MERLIN notifications@github.com wrote:

pull master, rebase against it.


Reply to this email directly or view it on GitHub #570 (comment).

@marcmerlin
Copy link
Collaborator

Please don't remove Venstar_Colortouch.pm and replace it with yours. If it's changed, it's for a reason I'm sure. Look at what changed (manual diff) and apply your mods to the new version, then test carefully to make sure you didn't break anything, and submit the new patch.

@hplato
Copy link
Collaborator Author

hplato commented Jan 5, 2016

I did a diff, and I’m pretty sure it’s the perltidy change. I’m not sure of all the changes I made since perltidy was run on master. Lieven, what options did you use to run perltidy on the repository. I think if I run my local copy through perltidy with the same options, the ‘git diff’ should be more useful.

On Jan 4, 2016, at 1:19 AM, Marc MERLIN notifications@github.com wrote:

Please don't remove Venstar_Colortouch.pm and replace it with yours. If it's changed, it's for a reason I'm sure. Look at what changed (manual diff) and apply your mods to the new version, then test carefully to make sure you didn't break anything, and submit the new patch.


Reply to this email directly or view it on GitHub #570 (comment).

@hollie
Copy link
Owner

hollie commented Jan 5, 2016

Hey Howard,

I used the ‘preludial’ script that is present in the master branch and that is documented here:
https://github.com/hollie/misterhouse/wiki/Contributing#using-perltidy-to-make-consistent-formatted-code https://github.com/hollie/misterhouse/wiki/Contributing#using-perltidy-to-make-consistent-formatted-code

Kind regards,
Lieven.

Op 5-jan.-2016, om 05:53 heeft hplato notifications@github.com het volgende geschreven:

I did a diff, and I’m pretty sure it’s the perltidy change. I’m not sure of all the changes I made since perltidy was run on master. Lieven, what options did you use to run perltidy on the repository. I think if I run my local copy through perltidy with the same options, the ‘git diff’ should be more useful.

On Jan 4, 2016, at 1:19 AM, Marc MERLIN notifications@github.com wrote:

Please don't remove Venstar_Colortouch.pm and replace it with yours. If it's changed, it's for a reason I'm sure. Look at what changed (manual diff) and apply your mods to the new version, then test carefully to make sure you didn't break anything, and submit the new patch.


Reply to this email directly or view it on GitHub #570 (comment).


Reply to this email directly or view it on GitHub #570 (comment).

…olortouch

Conflicts:
	lib/Venstar_Colortouch.pm
@marcmerlin
Copy link
Collaborator

@hollie can you assist?
I'm not following very closely, but it looks like master got reformatted and is causing problems for all patches now.
If so, could you manually pull in and merge @hplato 's 2 patches ?
Thanks.

@hplato
Copy link
Collaborator Author

hplato commented Jan 13, 2016

Yup, thats what i ran against venstar_colortouch. On github it showed only the few changes i made to the file that would be merged in, hence my confusion

Sent from my mobile device.

On Jan 4, 2016, at 11:05 PM, Lieven Hollevoet notifications@github.com wrote:

Hey Howard,

I used the ‘preludial’ script that is present in the master branch and that is documented here:
https://github.com/hollie/misterhouse/wiki/Contributing#using-perltidy-to-make-consistent-formatted-code https://github.com/hollie/misterhouse/wiki/Contributing#using-perltidy-to-make-consistent-formatted-code

Kind regards,
Lieven.

Op 5-jan.-2016, om 05:53 heeft hplato notifications@github.com het volgende geschreven:

I did a diff, and I’m pretty sure it’s the perltidy change. I’m not sure of all the changes I made since perltidy was run on master. Lieven, what options did you use to run perltidy on the repository. I think if I run my local copy through perltidy with the same options, the ‘git diff’ should be more useful.

On Jan 4, 2016, at 1:19 AM, Marc MERLIN notifications@github.com wrote:

Please don't remove Venstar_Colortouch.pm and replace it with yours. If it's changed, it's for a reason I'm sure. Look at what changed (manual diff) and apply your mods to the new version, then test carefully to make sure you didn't break anything, and submit the new patch.


Reply to this email directly or view it on GitHub #570 (comment).


Reply to this email directly or view it on GitHub #570 (comment).


Reply to this email directly or view it on GitHub.

@hollie hollie mentioned this pull request Jan 24, 2016
@hollie
Copy link
Owner

hollie commented Jan 24, 2016

Hey guys,

I looked into this, and according to me the changes are ready to be merged. To be sure I have also created a new pull request that starts from the master and where I imported the file from the branch of @hplato. Both pull requests look identical to me ( #570 and #571 ). So feel free to select one of both to merge.

Regards,
Lieven.

@hplato
Copy link
Collaborator Author

hplato commented Feb 22, 2016

I'll type the merge request again. it only shows the 1 file changed for me. I've pulled down master, I've merged master into my branch (says Already up to date), pushed it to git hub (Everything up to date), so It should merge just the one file? Can a second pair of eyes look?

@hollie
Copy link
Owner

hollie commented Feb 25, 2016

Seems good to go for me!

hollie added a commit that referenced this pull request Mar 20, 2016
@hollie hollie merged commit 0368691 into hollie:master Mar 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants