Skip to content

refactor: Minor refactoring in resolver subsystem - #6125

Open
kgutwin wants to merge 2 commits into
PRQL:mainfrom
bioteam:kg/resolver-minor-refactor
Open

refactor: Minor refactoring in resolver subsystem#6125
kgutwin wants to merge 2 commits into
PRQL:mainfrom
bioteam:kg/resolver-minor-refactor

Conversation

@kgutwin

@kgutwin kgutwin commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

I've been reviewing the resolver code in hopes of proposing fixes for a few bugs or other inconsistencies. During my code review, I found a couple small tweaks that have no effect on the test suite or logic flow -- only code layout or other minor changes.

  • Removed some unused code in reporting.rs that had previously been used for debug logging prior to the HTML logging system
  • Removed some seemingly unnecessary Boxes within fold_expr()
  • Decomposed fold_statements() into individual fold_xyz_stmt() functions so that fold_statements() is easier to read

I don't plan on including a changelog entry since none of these changes should have any user-visible effects.

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