-
Notifications
You must be signed in to change notification settings - Fork 480
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
Proposed changes for enhancement: #314
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 might roll back some of the CSPROJ reference changes made here...
We switched to being a NetCore library now.
Sounds good to me. |
Should I just pull latest into my fork and resolve the conflicts? |
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 ;-) ^ ^ ^ ^ |
I've merged down to my fork and resolved the conflicts. Basically took everything from upstream and just kept my changes. |
Looks like there was a csproj merge issue in the appveyor build |
Build fixed locally, updating tests. |
Please review latest changes. |
@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. |
@twaalewijn Yeah, it looks like the initial PR changes were merged into the main repository: 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. |
@ericnewton76 Should I close this PR and open one where I merge from my fork master to the upstream master? |
thats odd, seems like it should still pickup your changes. Did you check into your Wind010/master branch? |
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. |
@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. |
@ebjornset @Wind010, @ericnewton76 |
I'll open up a fresh PR to merge from commandlineparser:develop from wind010:master. |
#189