Skip to content

Refactor internals: make callsite helpers private, rename sentinel and error classes, add __all__#12

Merged
Code0x58 merged 1 commit into
masterfrom
codex/refactor-alternative.py-member-visibility
May 9, 2026
Merged

Refactor internals: make callsite helpers private, rename sentinel and error classes, add __all__#12
Code0x58 merged 1 commit into
masterfrom
codex/refactor-alternative.py-member-visibility

Conversation

@Code0x58
Copy link
Copy Markdown
Owner

@Code0x58 Code0x58 commented May 9, 2026

Motivation

  • Reduce public surface and clarify intent by making caller-path helpers private and limiting exports via __all__.
  • Improve naming consistency for sentinel and exception types to be more explicit (_UNDEFINED_VALUE, AddTooLateError, MultipleDefaultsError, CrossAlternativesImplementationError).

Codex Task

@codecov
Copy link
Copy Markdown

codecov Bot commented May 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (0acc5be) to head (99e1494).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #12   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          194       195    +1     
=========================================
+ Hits           194       195    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Code0x58 Code0x58 merged commit 45eb44a into master May 9, 2026
5 checks passed
@Code0x58 Code0x58 deleted the codex/refactor-alternative.py-member-visibility branch May 9, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant