Proposed changes for enhancement: by Wind010 · Pull Request #314 · commandlineparser/commandline

@Wind010

ericnewton76

Choose a reason for hiding this comment

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

I might roll back some of the CSPROJ reference changes made here...

We switched to being a NetCore library now.

@Wind010

@Wind010

Should I just pull latest into my fork and resolve the conflicts?

@ericnewton76

That would be easiest for me... when I'm merging, it's hard to discern your code from somebody else's

When you are merging its much easier to discern your code from somebody else's ;-)

^ ^ ^ ^
Yeah, when you first read it, its weird and then it makes sense... lol

@Wind010

I've merged down to my fork and resolved the conflicts. Basically took everything from upstream and just kept my changes.

@ericnewton76

Looks like there was a csproj merge issue in the appveyor build

@Wind010

Build fixed locally, updating tests.

@Wind010

Please review latest changes.

@twaalewijn

@Wind010 Excuse me for asking and perhaps I am missing something but could it be that your merge commit already accidentally ended up in the main repository?

I did a fresh fork a couple of days ago and building the develop/master branches gives me errors that would have been fixed by your latest commit.

Jeff Tong added 2 commits

February 23, 2019 15:13

@Wind010

@twaalewijn Yeah, it looks like the initial PR changes were merged into the main repository:
bd67c24

I've merged merged upstream master into my fork's master and resolved the breaks. All tests are successful in the latest changes in this PR.

@Wind010

@ericnewton76 Should I close this PR and open one where I merge from my fork master to the upstream master?

@ericnewton76

thats odd, seems like it should still pickup your changes.

Did you check into your Wind010/master branch?

@Wind010

Sorry for the late reply. Yes, master should have the latest changes with the conflicts resolved.

https://github.com/Wind010/commandline/commits/master

The broken commit was made on the 24th, it looks like the merge of my fork to main fork was done on the 27th, but the fix/proper resolve was done on the 29th.

@ebjornset

@Wind010, @ericnewton76 I just forked commandline, and it seems to me that this PR is not merged in yet? At least I get compilation errors for the issues this PR seems to fix.

@moh-hassan

@ebjornset
Yes, You are correct.
There is a compilation error in the commit 030eb8d on Feb 1.
Last merge need to be corrected.

@Wind010, @ericnewton76
It seems that last merge cause a compilation error and need to be fixed.
I had to stop rebasing my PR with the upstream

@Wind010

I'll open up a fresh PR to merge from commandlineparser:develop from wind010:master.