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

Decrease warning count by 15 by disabling concurrency checks for gene… #598

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

CyonAlexRDX
Copy link
Contributor

Decrease warning count by 15

Copy link
Contributor

@maciek-rdx maciek-rdx left a comment

Choose a reason for hiding this comment

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

LGTM, just a question.

@@ -601,7 +601,8 @@ package.addModules([
exclude: [
"CodeGen/Input/",
],
tests: .yes()
tests: .yes(),
disableConcurrencyChecks: true
Copy link
Contributor

Choose a reason for hiding this comment

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

Nothing against it, but just curious - why do we want to disable it for this particular client?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It has generated models, outside of our control. Not marked Sendable

@CyonAlexRDX CyonAlexRDX merged commit c4e73eb into main Jun 30, 2023
2 checks passed
@CyonAlexRDX CyonAlexRDX deleted the fix_warnings_in_GW branch June 30, 2023 15:22
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants