Skip to content

Conversation

@stephencelis
Copy link
Member

The regular expression that strips excessive info from type names was refactored in #73 to fix some bugs that were discovered, but this change caused a regression in some nested types.

The regular expression that strips excessive info from type names was
refactored in #73 to fix some bugs that were discovered, but this change
caused a regression in some nested types.
@stephencelis stephencelis requested a review from mbrandonw March 8, 2023 00:40
Copy link
Member

@mbrandonw mbrandonw left a comment

Choose a reason for hiding this comment

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

Good find!

XCTAssertNoDifference(
dump,
"""
DumpTests.Feature.State.self
Copy link
Member Author

Choose a reason for hiding this comment

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

Without the change, this dumps DumpTests.State.self.

@stephencelis stephencelis merged commit de8ba65 into main Mar 8, 2023
@stephencelis stephencelis deleted the fix-type-name-regression branch March 8, 2023 01:37
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