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

Weird type comparison #28

Open
ChadMcCallum opened this issue Oct 7, 2015 · 0 comments
Open

Weird type comparison #28

ChadMcCallum opened this issue Oct 7, 2015 · 0 comments
Labels

Comments

@ChadMcCallum
Copy link

If you look at line 98 in the current version of Merger.cs, it's using the same value twice when determining types

var value1 = kvp1.Value;
var value2 = kvp2.Value;
var type1 = value1.GetType ();
var type2 = value1.GetType ();

Doesn't seem right to me...

@Dynalon Dynalon added the bug label Feb 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants