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

Fix improperly export UUIDs #19

Merged
merged 1 commit into from Mar 30, 2020
Merged

Conversation

aarondcohen
Copy link
Owner

  • was relying on a possible bug where anonymous classes inherited static name
    from parent class. anonymous classes are supposed to have an empty static name.
    fixed by overriding static class name.
  • also minor formatting changes

- was relying on a possible bug where anonymous classes inherited static name
from parent class.  anonymous classes are supposed to have an empty static name.
fixed by overriding static class name.
- also minor formatting changes
@aarondcohen aarondcohen merged commit 4d09cc8 into master Mar 30, 2020
@aarondcohen aarondcohen deleted the bug/improperly-exported-uuids branch March 30, 2020 03:38
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.

None yet

1 participant