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

VCS: Fix wrong number of args passed into _refresh_commit_list #62862

Merged

Conversation

twaritwaikar
Copy link
Contributor

Fixes #62859

This makes the commit list work when the user clicks the "Detect New Changes" button, otherwise, it is just throwing a Method expected 1 arguments, but called with 0. error in the console

@Calinou
Copy link
Member

Calinou commented Jul 9, 2022

Is this change also needed in master?

@Calinou Calinou added this to the 3.5 milestone Jul 9, 2022
@twaritwaikar
Copy link
Contributor Author

twaritwaikar commented Jul 9, 2022

@Calinou Master needs some extra changes to bring over the plugin to GDExtension. The ideal for the master branch will be to port the plugin to GDExtension and also implement this proposal. I have a draft PR for the port here

This change however is only relevant for 3.x because the VCS plugins don't work in master right now, and the VCS plugins will work differently in master anyway when they are finally ported to GDExtension.

@akien-mga akien-mga merged commit e4ab5fd into godotengine:3.x Jul 18, 2022
@akien-mga
Copy link
Member

Thanks!

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