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

Abbreviate varinfo signature and re-order for consistency #48860

Merged
merged 2 commits into from
May 27, 2023

Commits on Mar 2, 2023

  1. Abbreviate varinfo signature and re-order for consistency

    The signature line is very long, so I dropped the ::Bool annotations which imo don't add value. I also switched from mixed `m=Main` and `imported = false` style to consistent `m=Main` and `imported=false`. Consistent within a single line is  better than inconsistent, and I chose more concise because we're well over the line limit.
    
    Also reorder the function arguments to match the docstring. NFC, but might avoid some confusion for IDEs that show the actual signature.
    
    cc @udohjeremiah
    LilithHafner committed Mar 2, 2023
    1 Configuration menu
    Copy the full SHA
    c95fce8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    1fec9f6 View commit details
    Browse the repository at this point in the history