Skip to content

Initial refactoring of Variable provider and the way variables are gener... #135

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

Merged
merged 18 commits into from
Mar 30, 2014

Conversation

JakeGinnivan
Copy link
Contributor

...ated. Also using SemVer 2.0

Fixes #113 currently

I plan on doing more to this

Stability = releaseInformation.Stability;
var thisType = typeof(GetVersion);
var variables = versionAndBranch.ToKeyValue();
foreach (var variable in variables)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There is a test enforcing the msbuild task outputs match the variable provider

@JakeGinnivan
Copy link
Contributor Author

@SimonCropp @andreasohlund

Sorry for the size, went on a bit of a cleaning spree. I think the end result is a bit simpler, also I recon the version finder classes will be able to be simplified as a next step

I need to write some more tests around all the new formatting stuff in the SemVer classes, and I would also like to replace a bunch of the tests with higher scenario level tests

@SimonCropp if you do the split today, can you base it on this branch if you are happy with the PR in general (and leave comments for anything specific to fix)

@JakeGinnivan
Copy link
Contributor Author

I also think #122 should be really easy to fix from this point

andreasohlund added a commit that referenced this pull request Mar 30, 2014
Initial refactoring of Variable provider and the way variables are gener...
@andreasohlund andreasohlund merged commit d451fa0 into GitTools:master Mar 30, 2014
@JakeGinnivan JakeGinnivan mentioned this pull request Mar 30, 2014
@JakeGinnivan JakeGinnivan deleted the CleaningUpVariables branch April 6, 2014 11:27
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.

Review Variables
4 participants