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

Introduce more checks for Declarative DSL: reassignment and block order #29028

Merged
merged 3 commits into from
May 16, 2024

Conversation

h0tk3y
Copy link
Member

@h0tk3y h0tk3y commented May 3, 2024

@h0tk3y h0tk3y requested a review from a team as a code owner May 3, 2024 17:18
@h0tk3y h0tk3y self-assigned this May 3, 2024
@h0tk3y
Copy link
Member Author

h0tk3y commented May 3, 2024

@bot-gradle test this

@bot-gradle
Copy link
Collaborator

I've triggered the following builds for you. Click here to see all build failures.

@h0tk3y h0tk3y marked this pull request as draft May 14, 2024 11:39
@h0tk3y h0tk3y marked this pull request as ready for review May 14, 2024 11:39
Comment on lines 119 to 120
'plugins' | 'pluginManagement { }\nplugins { }\nrootProject.name = "foo"\nplugins { }' | ""
'pluginManagement' | 'pluginManagement { }\nplugins { }\nrootProject.name = "foo"\npluginManagement { }' | ""
Copy link
Member

Choose a reason for hiding this comment

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

❓ Is the empty error message intended?

Copy link
Member Author

Choose a reason for hiding this comment

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

Nope, it was an oversight. Fixed in 73940b1 (#29028).

@eskatos
Copy link
Member

eskatos commented May 16, 2024

@bot-gradle test this

@gradle gradle deleted a comment from h0tk3y May 16, 2024
@bot-gradle
Copy link
Collaborator

I've triggered the following builds for you. Click here to see all build failures.

@h0tk3y h0tk3y force-pushed the sigushkin/declarative-dsl/checks branch from 73940b1 to 8bc9fcc Compare May 16, 2024 09:55
@h0tk3y h0tk3y force-pushed the sigushkin/declarative-dsl/checks branch from 8bc9fcc to 74d589c Compare May 16, 2024 11:05
@h0tk3y h0tk3y force-pushed the sigushkin/declarative-dsl/checks branch from 74d589c to bd56f01 Compare May 16, 2024 11:21
@h0tk3y h0tk3y force-pushed the sigushkin/declarative-dsl/checks branch from ed1c3ca to d4a0a88 Compare May 16, 2024 12:21
@h0tk3y h0tk3y added this pull request to the merge queue May 16, 2024
@bot-gradle bot-gradle added this to the 8.9 RC1 milestone May 16, 2024
Merged via the queue into master with commit 35c8bf9 May 16, 2024
26 checks passed
@h0tk3y h0tk3y deleted the sigushkin/declarative-dsl/checks branch May 16, 2024 15:15
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.

None yet

3 participants