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

Dont expose MaterialColorsError and UniqueIdError #355

Merged
merged 8 commits into from
Sep 14, 2023

Conversation

Dekkonot
Copy link
Member

@Dekkonot Dekkonot commented Sep 3, 2023

At the moment, the error types for UniqueId and MaterialColors are exposed. This means that every change to their structure is breaking, including adding variants.

We should use the Error type defined by rbx_types instead. This PR changes it to do that. Additionally, it cleans up an implementation in rbx_xml that relied upon this type being exposed but that's not user facing so it is not noted in the changelog.

@Dekkonot Dekkonot merged commit b6618a0 into rojo-rbx:master Sep 14, 2023
2 checks passed
@Dekkonot Dekkonot deleted the dont-expose-inner-errors branch September 14, 2023 20:10
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