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

PR development - 3.3.28 #223

Merged
merged 8 commits into from
Oct 26, 2023
Merged

PR development - 3.3.28 #223

merged 8 commits into from
Oct 26, 2023

Conversation

GentleGhostCoder
Copy link
Owner

No description provided.

dependabot bot and others added 8 commits October 16, 2023 22:15
Bumps [ninja](https://github.com/ninja-build/ninja) from 1.11.1 to 1.11.1.1.
- [Release notes](https://github.com/ninja-build/ninja/releases)
- [Commits](https://github.com/ninja-build/ninja/commits)

---
updated-dependencies:
- dependency-name: ninja
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.8 to 2.31.0.10.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [cython](https://github.com/cython/cython) from 3.0.2 to 3.0.4.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@3.0.2...3.0.4)

---
updated-dependencies:
- dependency-name: cython
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…cython-3.0.4

[DEPENDABOT]: Bump cython from 3.0.2 to 3.0.4
…types-requests-2.31.0.10

[DEPENDABOT]: Bump types-requests from 2.31.0.8 to 2.31.0.10
…ninja-1.11.1.1

[DEPENDABOT]: Bump ninja from 1.11.1 to 1.11.1.1
@what-the-diff
Copy link

what-the-diff bot commented Oct 26, 2023

PR Summary

  • Version Update
    The version information for the project has been upgraded from 3.3.27 to 3.3.28 across multiple files, indicating a new release of the software.

  • Addition of a New Option
    A new --verbose-all option is included to provide more detailed logs, for better debugging and understanding of the program flow.

  • Function Signature and Condition Changes
    Some adjustments have been made in the command_status function to tweak how the program behaves. The manner of grouping, error logging, and some internal program conditions have been changed to improve the functioning of the software.

  • Variable Type Updates
    There have been changes to what kind of data several variables can hold (files, error_list, warning_list, and others). This typically enhances the efficiency and performance of the software.

  • Error Message Improvement
    The message you see when encountering an error with passing_keys has been updated, enhancing the troubleshooting process by providing a clearer context of the problem.

  • Verbose Functions Addition
    The introduction of verbose_option_all and verbose_option functions gives users better control over the logging detail levels. Along with this, examples and default configurations have been added to make it easier to set up the logging process.

  • Enhancements to Program Annotations
    Annotations for console, parent, and config have been added to the _rich_command module. Annotations clearly define what type each variable should be, making the code easier to understand.

  • Updation of Key Handling Logic
    The logic to handle multiple passing_keys has been introduced. This enhancement broadens the software's capabilities by providing the ability to handle more complex scenarios.

@GentleGhostCoder GentleGhostCoder merged commit bcda97b into main Oct 26, 2023
62 of 64 checks passed
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.

None yet

1 participant