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

Enhancement: Flag enabling warnings to be treated as errors #1608

Draft
wants to merge 43 commits into
base: main
Choose a base branch
from

Conversation

bunniseng
Copy link
Contributor

Added a pedantic flag which enables warnings to be treated as errors.

Changes

  • xx

Resolves #757

Target Release

1.8.0

Signed-off-by: David Sims <simsdj82@gmail.com>
Copy link

github-actions bot commented May 5, 2024

Reminder for the PR assignee: If this is a user-visible change, please update the changelog as part of the PR.

Signed-off-by: David Sims <simsdj82@gmail.com>
@bunniseng bunniseng force-pushed the feature/757_warnings_to_errors branch 5 times, most recently from f40ac0e to 3ddbff0 Compare May 23, 2024 09:55
Signed-off-by: David Sims <simsdj82@gmail.com>
@bunniseng bunniseng force-pushed the feature/757_warnings_to_errors branch 4 times, most recently from e7820d9 to f79d24e Compare May 24, 2024 10:11
marcinwyszynski and others added 17 commits May 28, 2024 19:37
Signed-off-by: Alejandro Lazaro <alazaro@werpo.com.ar>
Signed-off-by: siddharthasonker95 <158144589+siddharthasonker95@users.noreply.github.com>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Signed-off-by: Luis Giraldo <giraldo.luisdavid@gmail.com>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
…1634)

Signed-off-by: Alexis Saettler <alexis@saettler.org>
Co-authored-by: Alexis Saettler <alexis@saettler.org>
Signed-off-by: Jakub Martin <kubam@spacelift.io>
…u#1595)

Signed-off-by: ollevche <ollevche@gmail.com>
Signed-off-by: Oleksandr Levchenkov  <ollevche@gmail.com>
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
Signed-off-by: ollevche <ollevche@gmail.com>
Co-authored-by: James Humphries <james@james-humphries.co.uk>
Co-authored-by: Oleksandr Levchenkov <ollevche@gmail.com>
Signed-off-by: ollevche <ollevche@gmail.com>
…#1485)

Signed-off-by: Zejun Chen <tibazq@gmail.com>
Signed-off-by: chenzj <tibazq@gmail.com>
Signed-off-by: Luis Giraldo <giraldo.luisdavid@gmail.com>
janosdebugs and others added 13 commits May 28, 2024 19:38
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Signed-off-by: Wei Hong <zxc37984@gmail.com>
)

Signed-off-by: CalebTVanDyke <ctvandyke24@gmail.com>
Signed-off-by: ollevche <ollevche@gmail.com>
Signed-off-by: Alex Ott <alexott@gmail.com>
Co-authored-by: Oleksandr Levchenkov <ollevche@gmail.com>
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
…pentofu#1670)

Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
Signed-off-by: Wei Hong <zxc37984@gmail.com>
Signed-off-by: David Sims <simsdj82@gmail.com>
Signed-off-by: David Sims <simsdj82@gmail.com>
@bunniseng bunniseng force-pushed the feature/757_warnings_to_errors branch from 5ac8e81 to 6b1a65f Compare May 28, 2024 09:39
@bunniseng bunniseng force-pushed the feature/757_warnings_to_errors branch 2 times, most recently from 95a8500 to e8b9bbd Compare June 7, 2024 09:46
Signed-off-by: David Sims <simsdj82@gmail.com>
Signed-off-by: David Sims <simsdj82@gmail.com>
Signed-off-by: David Sims <simsdj82@gmail.com>
Signed-off-by: David Sims <simsdj82@gmail.com>
Signed-off-by: David Sims <simsdj82@gmail.com>
Signed-off-by: David Sims <simsdj82@gmail.com>
…to_errors

Signed-off-by: David Sims <simsdj82@gmail.com>
Signed-off-by: David Sims <simsdj82@gmail.com>
Signed-off-by: David Sims <simsdj82@gmail.com>
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.

Add a flag to treat warnings as errors