Skip to content

refactor: extract _atomic_write, MAX_NESTING_DEPTH - #476

Open
FasihUrRahman wants to merge 3 commits into
RonaldHensbergen:mainfrom
FasihUrRahman:fix-duplicate-atomic-write-and-depth-limit
Open

refactor: extract _atomic_write, MAX_NESTING_DEPTH#476
FasihUrRahman wants to merge 3 commits into
RonaldHensbergen:mainfrom
FasihUrRahman:fix-duplicate-atomic-write-and-depth-limit

Conversation

@FasihUrRahman

Copy link
Copy Markdown

Fixes #469 by creating cli/utils.py and cli/constants.py to avoid code duplication across main.py, renderer.py, and planner.py.

Fixes RonaldHensbergen#469 by creating cli/utils.py and cli/constants.py to avoid code duplication across main.py, renderer.py, and planner.py
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.

MAX_NESTING_DEPTH and MaxNestingDepthExceeded duplicated across planner.py and renderer.py

2 participants