Skip to content

Remove reservedWords from ShaderGraph constructor#2600

Merged
ld-kerley merged 1 commit intoAcademySoftwareFoundation:mainfrom
ld-kerley:clean-up-ShaderGraph-constructor
Oct 2, 2025
Merged

Remove reservedWords from ShaderGraph constructor#2600
ld-kerley merged 1 commit intoAcademySoftwareFoundation:mainfrom
ld-kerley:clean-up-ShaderGraph-constructor

Conversation

@ld-kerley
Copy link
Copy Markdown
Contributor

This PR removes the reservedWords argument from the ShaderGraph constructor as its no longer needed after #2598 was merged.

This is a separate PR, to be easy to revert if it causes any downstream API issues.

I think there may be more reservedWord related clean up possible - but that might need a little more investigation - so I'll post that as a separate PR.

Copy link
Copy Markdown
Contributor

@niklasharrysson niklasharrysson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me.

It's highly unlikely that this constructor is used outside this library. But also, if someone are using it, it's probably a good thing that it breaks their build, since the behavior has changed as the input is no longer used.

@ld-kerley ld-kerley merged commit 1ef82c8 into AcademySoftwareFoundation:main Oct 2, 2025
32 checks passed
@ld-kerley ld-kerley deleted the clean-up-ShaderGraph-constructor branch November 21, 2025 17:00
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.

2 participants