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

C#: Remove compat method that is now generated #82375

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

raulsntos
Copy link
Member

@raulsntos raulsntos commented Sep 26, 2023

With #80527 we're now generating compat methods for C# from the ones registered in ClassDB, so it's not needed to add them manually to the Compat.cs file.

PRs that modify Compat.cs should be rebased, so that CI can fail if there are conflicts with the generated compat methods. But going forward there should be no need to modify Compat.cs manually except for cases unsupported by ClassDB (e.g.: compatibility properties).

@raulsntos raulsntos added this to the 4.2 milestone Sep 26, 2023
@raulsntos raulsntos requested a review from a team as a code owner September 26, 2023 14:14
@AThousandShips
Copy link
Member

(Fails without #82368)

@akien-mga akien-mga merged commit e9e9977 into godotengine:master Sep 26, 2023
14 checks passed
@akien-mga
Copy link
Member

Thanks!

@raulsntos raulsntos deleted the dotnet/fix-compat branch September 26, 2023 14:38
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.

3 participants