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

Don't bail on attempt to reflect unknown serialized data types #472

Conversation

kennethloeffler
Copy link
Member

Currently, rbx_reflector generate bails immediately upon encountering a unknown serialized data type. This lets us know when we might need to implement a new data type, but it's kind of annoying to know only that there's a least one property that has the data type, and for the command to fail completely instead of generating a database.

This PR makes rbx_reflector generate print a warning and continue when encountering unknown serialized data types, rather than bailing. This allows the operator to see all of the properties, instead of just one, and will also actually generate the database.

@kennethloeffler kennethloeffler merged commit 8ecd2fa into rojo-rbx:master Nov 1, 2024
3 checks passed
@kennethloeffler kennethloeffler deleted the rbx-reflector-dont-bail-on-unknown-serialized-types branch November 1, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants