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

Deprecate unnecessary wrapper/backport and unused parts of auxlib #13144

Merged
merged 3 commits into from
Sep 26, 2023

Conversation

kenodegard
Copy link
Contributor

@kenodegard kenodegard commented Sep 25, 2023

Description

Deprecating:

  • thin wrapper/backport conda.cli.main.generate_parser in favor of the actual conda.cli.conda_argparse.generate_parser
  • conda.auxlib.collection.firstitem
  • conda.auxlib.collection.call_each
  • conda.auxlib.compat.NoneType
  • conda.auxlib.compat.primative_types
  • conda.auxlib.compat.utf8_writer
  • conda.auxlib.exceptions.AuthenticationError
  • conda.auxlib.exceptions.NotFoundError
  • conda.auxlib.exceptions.InitializationError
  • conda.auxlib.exceptions.SenderError
  • conda.auxlib.exceptions.AssignmentError
  • conda.auxlib.type_coercion.boolify_truthy_string_ok
  • conda.auxlib.type_coercion.listify

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@kenodegard kenodegard requested a review from a team as a code owner September 25, 2023 23:27
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Sep 25, 2023
@kenodegard kenodegard changed the title Deprecate unnecessary conda.cli.python_api.generate_parser wrapper/backport Deprecate unnecessary conda.cli.main.generate_parser wrapper/backport Sep 25, 2023
@kenodegard kenodegard changed the title Deprecate unnecessary conda.cli.main.generate_parser wrapper/backport Deprecate unnecessary wrapper/backport and unused parts of auxlib Sep 26, 2023
@jezdez jezdez merged commit 2d50beb into conda:main Sep 26, 2023
67 checks passed
kenodegard added a commit that referenced this pull request Sep 26, 2023
@kenodegard kenodegard deleted the deprecate-generate_parser branch September 26, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants