Skip to content

Adjust Gradle configuration to gradually introduce warnings as errors… #3466

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

Merged
merged 4 commits into from
Sep 28, 2022

Conversation

qwwdfsad
Copy link
Collaborator

… in a safe manner

  • Also, add tests that verify our disabled assertions
  • Fix nullability in AgentPremain that used to work by accident (because we disabled those assertions)

… in a safe manner

* Also, add tests that verify our disabled assertions
* Fix nullability in AgentPremain that used to work by accident (because we disabled those assertions)
@qwwdfsad qwwdfsad marked this pull request as ready for review September 27, 2022 17:03
@qwwdfsad
Copy link
Collaborator Author

I'll leave kotlinx-coroutines-test to you and will fix core eventually (I'm a bit uncertain around channels for now)

@@ -2,6 +2,8 @@
* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/

@file:Suppress("UNCHECKED_CAST", "UNUSED_PARAMETER")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm typically strongly against that, but this whole file is removed in fast-channels branch, so there are no issues with it here

@qwwdfsad
Copy link
Collaborator Author

Works for me, good to go?

@dkhalanskyjb
Copy link
Collaborator

Sure.

@qwwdfsad qwwdfsad merged commit 4f1d41f into develop Sep 28, 2022
@qwwdfsad qwwdfsad deleted the warnings-as-errors branch September 28, 2022 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants