Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Fix ClassName regression for class names starting with a $ #562

Merged
merged 1 commit into from
May 23, 2017

Conversation

PhilGlass
Copy link
Contributor

Fixes a regression introduced in #526 where classes whose names start with a $would incorrectly have . separators removed - for example, a class $Bar in package foo would be named foo$Bar rather than the expected foo.$Bar.

This is only really a problem when generated code references other generated code, but I imagine that's fairly common for consumers of this library.

@swankjesse swankjesse merged commit 08c7148 into square:master May 23, 2017
@swankjesse
Copy link
Collaborator

Thanks!

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.

2 participants