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

fixes #318 partially #483

Merged
merged 1 commit into from
Jun 28, 2021
Merged

fixes #318 partially #483

merged 1 commit into from
Jun 28, 2021

Conversation

hutterm
Copy link
Contributor

@hutterm hutterm commented Jun 7, 2021

for #318 fixes the RightJoin.

previous tests passed, but I modified them a bit and added some new tests.

Beware that this might be a breaking change for consumers because of the change from TLeftKey to TRightKey

innerCache.AddOrUpdate(new DeviceMetaData("Device1"));
innerCache.AddOrUpdate(new DeviceMetaData("Device2"));
innerCache.AddOrUpdate(new DeviceMetaData("Device3"));
innerCache.AddOrUpdate(new DeviceMetaData(1,"Device1"));
Copy link
Member

Choose a reason for hiding this comment

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

You will get syntax issues with these, you need a space after the 1, etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

as far as I see not in the test project...there's no StyleCop there
or am I missing something?

Copy link
Member

Choose a reason for hiding this comment

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

There should be stylecop throughout the entire application. The test project is just a cut down version, eg doesn't require comments etc.

Copy link
Member

Choose a reason for hiding this comment

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

I will do a PR with the editorconfig tomorrow to make it more consistent, so if your stuff gets merged in I'll handle the style fixes.

@RolandPheasant usually likes to review these ones personally.

@RolandPheasant
Copy link
Collaborator

Hi, just popped in to say I have not forgotten about this PR. I should be able to take a detailed look soon.

@RolandPheasant
Copy link
Collaborator

This looks good to me and I see no reason not to merge it. It is possible that it may break some code out there but I will not lose sleep over it as the joins are obscure and not used by many people + this is a logical fix.

@RolandPheasant RolandPheasant merged commit ce33eef into reactivemarbles:main Jun 28, 2021
@hutterm hutterm mentioned this pull request Jun 28, 2021
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants