Skip to content

V3: Huge refactoring#115

Open
LostInDarkMath wants to merge 22 commits into
masterfrom
v3
Open

V3: Huge refactoring#115
LostInDarkMath wants to merge 22 commits into
masterfrom
v3

Conversation

@LostInDarkMath
Copy link
Copy Markdown
Owner

@LostInDarkMath LostInDarkMath commented Feb 9, 2026

TODO

  • taskfile
    • remove docu before re-create
  • ruff
  • assert changelog changes
  • assert version change in CI
  • remove type_var
  • fix typing of type_vars
  • Test with from collections.abc import Generator, Iterable, Iterator, Callable
  • remove Composite validator
  • Task for CRLF:
  list-crlf:
    desc: "List all Python files with CRLF line endings"
    cmds:
      - |
        find . -type d -name ".*" ! -name "." -prune -o -name "*.py" -type f -exec grep -Iq . {} \; -and -exec grep -l $'\r' {} \;
  • Check lock file is up to date
  • builer pattern python (fluent API)
  • check fluent API
  • add deptry
  • remove unused decorator
  • refactor decorators
  • rework file structure
  • Update Readme

@LostInDarkMath LostInDarkMath self-assigned this Feb 9, 2026
@LostInDarkMath LostInDarkMath force-pushed the v3 branch 4 times, most recently from b545f48 to 34e9bcb Compare February 14, 2026 15:18
@coveralls
Copy link
Copy Markdown

coveralls commented Feb 14, 2026

Coverage Report for CI Build 25823254803

Coverage increased (+0.5%) to 99.639%

Details

  • Coverage increased (+0.5%) from the base build.
  • Patch coverage: 4 uncovered changes across 1 file (481 of 485 lines covered, 99.18%).
  • 1 coverage regression across 1 file.

Uncovered Changes

File Changed Covered %
pedantic/type_checking_logic/check_types.py 84 80 95.24%

Coverage Regressions

1 previously-covered line in 1 file lost coverage.

File Lines Losing Coverage Coverage
pedantic/type_checking_logic/check_types.py 1 98.03%

Coverage Stats

Coverage Status
Relevant Lines: 1663
Covered Lines: 1656
Line Coverage: 99.58%
Relevant Branches: 274
Covered Branches: 274
Branch Coverage: 100.0%
Branches in Coverage %: Yes
Coverage Strength: 3.98 hits per line

💛 - Coveralls

@LostInDarkMath LostInDarkMath changed the title V3: remove unused decorators V3: Huge refactoring Feb 14, 2026
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.

2 participants