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

Test cleanup and typo fixes #405

Merged
merged 5 commits into from
Mar 14, 2021
Merged

Test cleanup and typo fixes #405

merged 5 commits into from
Mar 14, 2021

Conversation

ZevEisenberg
Copy link
Collaborator

The only interesting thing (and calling it interesting is probably a stretch) is the commit that fixes a typo in public API by deprecating and renaming it. Please let me know if you think I've done it in a good way, and whether it constitutes a breaking change. (If the latter, we might as well just rename it and skip the deprecation.) It's a tricky case because the renamed parameter has a defaulted value, so consumers may not even be aware that there was a typo.

@raizlabs-oss-bot
Copy link
Collaborator

2 Messages
📖 Test Results
📖 Code Coverage

Current coverage for BonMot.framework is 76.73%

Files changed - -
AdaptableTextContainer.swift 41.67% 🚫
AdaptiveStyle.swift 75.00% ⚠️
StyleableUIElement.swift 76.09% ⚠️
NSAttributedString+Adaptive.swift 90.38%
XMLBuilder.swift 96.59%
FontFeatures.swift 97.83%
Composable.swift 98.59%
Tab.swift 98.89%

Powered by xcov

Generated by 🚫 Danger

Copy link
Contributor

@chrisballinger chrisballinger left a comment

Choose a reason for hiding this comment

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

Thank you! I think the breaking change is minor enough to not need a major version bump, but we should at least bump the minor version.

@chrisballinger chrisballinger merged commit 7dc00f9 into master Mar 14, 2021
@chrisballinger chrisballinger deleted the test-cleanup branch March 14, 2021 17:31
@ZevEisenberg ZevEisenberg restored the test-cleanup branch March 16, 2021 15:45
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.

3 participants