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

Standardize Debug Calls #792

Closed
kbknapp opened this issue Dec 29, 2016 · 0 comments
Closed

Standardize Debug Calls #792

kbknapp opened this issue Dec 29, 2016 · 0 comments
Labels
A-meta Area: administrative question or tracking issue C-enhancement Category: Raise on the bar on expectations

Comments

@kbknapp
Copy link
Member

kbknapp commented Dec 29, 2016

I'd like to standardize the debug format calls. Probably inline with the format used by ripgrep since I've seen this same format used in several places.

Example:

DEBUG:<crate>::<fn>: <msg>:<vals>

as in

DEBUG:grep::search: regex ast:
Literal {
    chars: [
        'G',
        'C',
        'C'
    ],
    casei: false
}
@kbknapp kbknapp added A-meta Area: administrative question or tracking issue D: easy C-enhancement Category: Raise on the bar on expectations labels Dec 29, 2016
kbknapp added a commit that referenced this issue Dec 29, 2016
kbknapp added a commit that referenced this issue Dec 30, 2016
homu added a commit that referenced this issue Dec 30, 2016
style: standardizes debug calls and output

Closes #792
@homu homu closed this as completed in #795 Dec 30, 2016
wildwestrom added a commit to wildwestrom/clap that referenced this issue Jul 29, 2022
Because why the hell not?

1.6.0 (2022-07-05)
New features:
    FEATURE clap-rs#832: Clarify that Captures::len includes all groups, not just matching groups.
    FEATURE clap-rs#857: Add an ExactSizeIterator impl for SubCaptureMatches.
    FEATURE clap-rs#861: Improve RegexSet documentation examples.
    FEATURE clap-rs#877: Upgrade to Unicode 14.
Bug fixes:
    BUG clap-rs#792: Fix error message rendering bug.

1.5.6 (2022-05-20)
    BUG clap-rs#680: Fixes a bug where [[:alnum:][:^ascii:]] dropped [:alnum:] from the class.
    BUG clap-rs#859: Fixes a bug where Hir::is_match_empty returned false for \b.
    BUG clap-rs#862: Fixes a bug where 'ab??' matches 'ab' instead of 'a' in 'ab'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-meta Area: administrative question or tracking issue C-enhancement Category: Raise on the bar on expectations
Projects
None yet
Development

No branches or pull requests

1 participant