-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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#: Run source generators tests in CI #88295
Merged
akien-mga
merged 1 commit into
godotengine:master
from
raulsntos:ci/dotnet-generators-tests
Feb 20, 2024
Merged
C#: Run source generators tests in CI #88295
akien-mga
merged 1 commit into
godotengine:master
from
raulsntos:ci/dotnet-generators-tests
Feb 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tests were broken by #87890, because we now generate |
raulsntos
force-pushed
the
ci/dotnet-generators-tests
branch
from
February 14, 2024 05:08
aefb62f
to
34face5
Compare
akien-mga
approved these changes
Feb 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There are a few warnings popping up in the Files view, do you want to address them here or in a follow up?
paulloz
reviewed
Feb 14, 2024
modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptPathAttributeGenerator.cs
Outdated
Show resolved
Hide resolved
raulsntos
force-pushed
the
ci/dotnet-generators-tests
branch
from
February 14, 2024 13:28
34face5
to
eb8960d
Compare
|
paulloz
approved these changes
Feb 15, 2024
This was referenced Feb 17, 2024
Also fixes ScriptPathAttributeGenerator for generic types and its test.
raulsntos
force-pushed
the
ci/dotnet-generators-tests
branch
from
February 19, 2024 18:42
eb8960d
to
99b4f30
Compare
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Runs the test project in CI so that changes to the C# source generators are tested. Not sure which job this should be added to but since it requires building the .NET assemblies, I chose the
w/ Mono
job.