feat(Cabal, cabal-install): Display -O and -g as numeric levels instead of booleans - #11937
Open
zlonast wants to merge 7 commits into
Open
feat(Cabal, cabal-install): Display -O and -g as numeric levels instead of booleans#11937zlonast wants to merge 7 commits into
zlonast wants to merge 7 commits into
Conversation
zlonast
force-pushed
the
zlonast/numeric-render
branch
from
June 7, 2026 17:57
f9af0be to
0eeaea7
Compare
zlonast
force-pushed
the
zlonast/numeric-render
branch
from
June 9, 2026 13:08
0eeaea7 to
c08916a
Compare
zlonast
force-pushed
the
zlonast/numeric-render
branch
3 times, most recently
from
June 10, 2026 11:04
7b61363 to
f7abbb6
Compare
Member
|
@ffaf1 notices this seems to change the behaviour of cabal (namely, it's output). If so, a different PR template should be used, which asks for a different set of tasks. Would it be possible to add a test that prints the |
zlonast
force-pushed
the
zlonast/numeric-render
branch
3 times, most recently
from
June 19, 2026 19:57
011259e to
5d8b49f
Compare
zlonast
force-pushed
the
zlonast/numeric-render
branch
3 times, most recently
from
June 29, 2026 12:09
83a898c to
14c4a11
Compare
Collaborator
|
It seems it needs a rebase now. |
zlonast
force-pushed
the
zlonast/numeric-render
branch
from
July 12, 2026 10:32
14c4a11 to
7552c00
Compare
Collaborator
Author
Mikolaj
approved these changes
Jul 22, 2026
Mikolaj
left a comment
Member
There was a problem hiding this comment.
I don't pretend to have read the whole newest diff, but it seems solid overall. Thank you.
philderbeast
requested changes
Jul 23, 2026
zlonast
force-pushed
the
zlonast/numeric-render
branch
from
July 28, 2026 13:44
7552c00 to
538ea9e
Compare
zlonast
force-pushed
the
zlonast/numeric-render
branch
from
July 28, 2026 14:22
538ea9e to
9ac9012
Compare
zlonast
force-pushed
the
zlonast/numeric-render
branch
2 times, most recently
from
July 28, 2026 14:54
e1f64e1 to
faa6838
Compare
philderbeast
requested changes
Jul 29, 2026
zlonast
force-pushed
the
zlonast/numeric-render
branch
from
July 30, 2026 04:44
7bdbf39 to
b2e9812
Compare
zlonast
force-pushed
the
zlonast/numeric-render
branch
from
August 1, 2026 04:23
a6f755a to
1714ba9
Compare
This was
unlinked from
issues
Aug 2, 2026
This file contains hidden or 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
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.
This PR improves the handling of the
debug-infoandoptimizationfield to ensure consistency between its configuration and CLI representations.Changes
NoDebugInfovalue as0instead ofFalsein~/.config/cabal/config.DebugInfoLevelbetweenpkgHashDebugInfoand theParsecinstance. This resolves potential inconsistencies when processing manually generated configuration files.debug-infofield. The parser now properly handles both boolean and integer inputs.Template Α: This PR modifies behaviour or interface
Include the following checklist in your PR: