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

Typo in Extension class name #922

Merged
merged 2 commits into from
Jul 31, 2020
Merged

Typo in Extension class name #922

merged 2 commits into from
Jul 31, 2020

Conversation

JeremyMahieu
Copy link
Contributor

Proposed Changes

Rename IModelExsentions to IModelExtensions like the filename and the correct spelling.

Types of Changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply

  • Bug fix (non-breaking change which fixes issue #NNNN)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause an observable behavior change in existing systems)
  • Documentation improvements (corrections, new content, etc)
  • Cosmetic change (whitespace, formatting, etc)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating
the PR. If you're unsure about any of them, don't hesitate to ask on the
mailing list. We're here to help! This is simply a reminder of what we are
going to look for before merging your code.

  • I have read the CONTRIBUTING.md document
  • I have signed the CA (see https://cla.pivotal.io/sign/rabbitmq)
  • All tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in related repositories

Copy link
Member

@michaelklishin michaelklishin left a comment

Choose a reason for hiding this comment

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

Curiously this does not affect the APIApprovals test 👍

@lukebakken lukebakken self-assigned this Jul 31, 2020
@lukebakken lukebakken added this to the 6.2.0 milestone Jul 31, 2020
@JeremyMahieu
Copy link
Contributor Author

JeremyMahieu commented Jul 31, 2020

Curiously this does not affect the APIApprovals test 👍

Because I updated the APIApproval.Approve.verified.txt file, no?

@michaelklishin
Copy link
Member

@astove ah, I see what the name of the second file is now, thanks 😅 This can only go into 7.0 as it technically it is a breaking public API change.

@michaelklishin michaelklishin modified the milestones: 6.2.0, 7.0.0 Jul 31, 2020
@michaelklishin michaelklishin merged commit 46ce43b into rabbitmq:master Jul 31, 2020
@lukebakken
Copy link
Contributor

My vote is that this should be in 6.2 as it is a bug, even though it's a breaking change. @bording ?

@bording
Copy link
Collaborator

bording commented Jul 31, 2020

So this is interesting because this class is for holding extension methods. That means people are unlikely to be directly referencing the class in their code, so fixing it is not likely to be a compile-time break.

However it would be a binary breaking change, so existing assemblies would break at runtime with this fix in place.

I vote for keeping this in 7.0.0 only since it does have the potential to break people, and they likely can't see the typo in their code in the first place.

@lukebakken
Copy link
Contributor

OK!

@lukebakken lukebakken modified the milestones: 8.0.0, 7.0.0 Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants