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

Copied v1.12 files over from eeglab plugin download #4

Merged
merged 2 commits into from
Mar 1, 2016
Merged

Conversation

cboulay
Copy link
Collaborator

@cboulay cboulay commented Feb 29, 2016

and modified to suit new structure.

It seems as though git diff thinks much has changed between the files but obviously this is not true. Maybe eol mismatch? Should I handle it or just leave it?

@cboulay cboulay mentioned this pull request Feb 29, 2016
@dmedine
Copy link
Contributor

dmedine commented Feb 29, 2016

Isn't there some eol magic via git? I always forget what it is. But, as
far as I know 1.12 is pretty close to 1.11. I think it's okay to leave
it for now. I will take a look at it to make sure it is ok. I'm pretty
sure it's fine, though.

Thanks!

On 2/29/2016 12:24 PM, Chadwick Boulay wrote:

and modified to suit new structure.

It seems as though git diff thinks much has changed between the files
but obviously this is not true. Maybe eol mismatch? Should I handle it
or just leave it?


    You can view, comment on, or merge this pull request online at:

#4

    Commit Summary


Reply to this email directly or view it on GitHub
#4.

@dmedine
Copy link
Contributor

dmedine commented Feb 29, 2016

I'll check it out an pull it this afternoon.

@dmedine
Copy link
Contributor

dmedine commented Mar 1, 2016

Did not have time this afternoon. Tomorrow.

@chkothe
Copy link
Contributor

chkothe commented Mar 1, 2016

We could also merge the changes in by hand using a merge tool that can
ignore line endings and/or whitespace as a workaround, and then commit that.

On Mon, Feb 29, 2016 at 4:44 PM, David Medine notifications@github.com
wrote:

Did not have time this afternoon. Tomorrow.


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

@cboulay
Copy link
Collaborator Author

cboulay commented Mar 1, 2016

I sorted out the line endings on my end and refreshed the pull request.

With some other repositories that I've worked on, it was considered better to force push a pull request than to delete it, delete the branch, make a new branch, and make a new pull request. I hope you don't mind that's what I did here. If you've already checked out this branch then you'll have to force pull.

@chkothe
Copy link
Contributor

chkothe commented Mar 1, 2016

Ok, great! Yes, I don't have an issue with folks force-pushing to rewrite
their PRs (unless others have actively contributed to it already, which
almost never happens).

On Mon, Feb 29, 2016 at 5:41 PM, Chadwick Boulay notifications@github.com
wrote:

I sorted out the line endings on my end and refreshed the pull request.

With some other repositories that I've worked on, it was considered better
to force push a pull request than to delete it, delete the branch, make a
new branch, and make a new pull request. I hope you don't mind that's what
I did here. If you've already checked out this branch then you'll have to
force pull.


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

@@ -502,7 +503,7 @@
segments(r).t_begin = temp(k).time_stamps(range(1));
segments(r).t_end = temp(k).time_stamps(range(2));
segments(r).duration = segments(r).t_end - segments(r).t_begin;
segments(r).effective_srate = (segments(r).num_samples-1)/ segments(r).duration;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change here was applied to 1.11 in a 3rd party contribution without bumping up the version number, and was unfortunately not reflected in the 1.12 version. It's probably best to carry this line over into 1.12 in the repo.

@cboulay
Copy link
Collaborator Author

cboulay commented Mar 1, 2016

OK. If that's all then please go ahead and merge then attempt to make_release.py
tags and releases are easily deleted so there's no real problem there.

And if you forget to add the mex files to the Matlab/xdf folder before creating the release, they can always be added to the release manually via the web interface.

chkothe added a commit that referenced this pull request Mar 1, 2016
Copied v1.12 files over from eeglab plugin download
@chkothe chkothe merged commit d5f9229 into master Mar 1, 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