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

Ignore anonymous classes when calling sync_all! #5

Merged
merged 1 commit into from
May 2, 2024

Conversation

bdurand
Copy link
Owner

@bdurand bdurand commented May 2, 2024

Anonymous classes created during tests can cause nil pointer exceptions when calling sync_all! since they don't have names. Support table classes must have a name, so we'll just ignore those classes.

@bdurand bdurand merged commit 3a488d4 into master May 2, 2024
4 checks passed
@bdurand bdurand deleted the handle_anonymous_classes branch May 2, 2024 23:35
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.

1 participant