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

Debugger: Fix fetching source to link C++ error on GitHub #66977

Merged

Conversation

akien-mga
Copy link
Member

@akien-mga akien-mga commented Oct 6, 2022

Fixes #66974.

As a bonus, here's our first using of an *ED error macro which will make this warning visible in the toaster (even in non DEV_ENABLED builds) as it's relevant information for users.

image

An alternative to this warning would be to hide the "Open C++ Source on GitHub" option on entries which don't have a "C++ Source". That can be done later if anyone is interested (but I'm not sure the information is readily available in the relevant code that builds the menu).

@akien-mga akien-mga added bug topic:editor cherrypick:3.x Considered for cherry-picking into a future 3.x release cherrypick:3.5 Considered for cherry-picking into a future 3.5.x release labels Oct 6, 2022
@akien-mga akien-mga added this to the 4.0 milestone Oct 6, 2022
@akien-mga akien-mga requested a review from a team as a code owner October 6, 2022 09:48
@Zireael07
Copy link
Contributor

"hire" probably was meant to be "hide"?

@akien-mga akien-mga merged commit 0c23a2c into godotengine:master Oct 6, 2022
@akien-mga akien-mga deleted the editor-fix-opening-source-code branch October 6, 2022 15:36
@akien-mga
Copy link
Member Author

Cherry-picked for 3.6.

@akien-mga akien-mga removed the cherrypick:3.x Considered for cherry-picking into a future 3.x release label Nov 30, 2022
@timothyqiu
Copy link
Member

Cherry-picked for 3.5.2

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.

Opening the source code of reported error does not take me to valid github page
3 participants