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

Add quiet and detailed verbosity levels to build.bat #83366

Closed
tonybaloney mannequin opened this issue Jan 2, 2020 · 5 comments
Closed

Add quiet and detailed verbosity levels to build.bat #83366

tonybaloney mannequin opened this issue Jan 2, 2020 · 5 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes OS-windows type-feature A feature request or enhancement

Comments

@tonybaloney
Copy link
Mannequin

tonybaloney mannequin commented Jan 2, 2020

BPO 39185
Nosy @pfmoore, @tjguk, @zware, @zooba, @tonybaloney, @miss-islington
PRs
  • bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild #17791
  • [3.7] bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791) #18354
  • [3.8] bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791) #18355
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2020-02-05.00:31:34.344>
    created_at = <Date 2020-01-02.01:09:37.218>
    labels = ['3.8', 'type-feature', '3.7', '3.9', 'OS-windows']
    title = 'Add quiet and detailed verbosity levels to build.bat'
    updated_at = <Date 2020-02-05.00:48:05.607>
    user = 'https://github.com/tonybaloney'

    bugs.python.org fields:

    activity = <Date 2020-02-05.00:48:05.607>
    actor = 'miss-islington'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-02-05.00:31:34.344>
    closer = 'steve.dower'
    components = ['Windows']
    creation = <Date 2020-01-02.01:09:37.218>
    creator = 'anthonypjshaw'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39185
    keywords = ['patch']
    message_count = 5.0
    messages = ['359178', '361389', '361390', '361395', '361396']
    nosy_count = 6.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'anthonypjshaw', 'miss-islington']
    pr_nums = ['17791', '18354', '18355']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue39185'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @tonybaloney
    Copy link
    Mannequin Author

    tonybaloney mannequin commented Jan 2, 2020

    The build.bat script (windows build) has a flag for verbose, which sets the msbuild verbosity level to normal.
    The default level is minimal.

    The quiet and detailed levels would also be useful for development.

    @tonybaloney tonybaloney mannequin added OS-windows type-feature A feature request or enhancement labels Jan 2, 2020
    @zooba
    Copy link
    Member

    zooba commented Feb 5, 2020

    New changeset 89ae20b by Anthony Shaw in branch 'master':
    bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791)
    89ae20b

    @zooba
    Copy link
    Member

    zooba commented Feb 5, 2020

    Thanks! Nice change

    @zooba zooba added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Feb 5, 2020
    @zooba zooba closed this as completed Feb 5, 2020
    @zooba zooba added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Feb 5, 2020
    @zooba zooba closed this as completed Feb 5, 2020
    @miss-islington
    Copy link
    Contributor

    New changeset 6ba8dc6 by Miss Islington (bot) in branch '3.7':
    bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791)
    6ba8dc6

    @miss-islington
    Copy link
    Contributor

    New changeset 6470a76 by Miss Islington (bot) in branch '3.8':
    bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791)
    6470a76

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes OS-windows type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants