Skip to content

APPENG-4146: Fix checklist parsing issue caused by unescaped quotes#232

Open
gnetanel wants to merge 3 commits into
RHEcosystemAppEng:mainfrom
gnetanel:APPENG-4146_bugfix_generating_checklist_parsing_issue_change_regex_approach
Open

APPENG-4146: Fix checklist parsing issue caused by unescaped quotes#232
gnetanel wants to merge 3 commits into
RHEcosystemAppEng:mainfrom
gnetanel:APPENG-4146_bugfix_generating_checklist_parsing_issue_change_regex_approach

Conversation

@gnetanel
Copy link
Copy Markdown
Collaborator

@gnetanel gnetanel commented May 7, 2026

Checklist generation was failing during parsing due to unescaped quote characters. This change updates the regex used to find unescaped quote characters in the LLM checklist response.

Checklist generation was failing during parsing due to unescaped quote characters.
This change updates the regex used to find unescaped quote characters in the LLM checklist response.
Copy link
Copy Markdown
Collaborator

@zvigrinberg zvigrinberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @gnetanel,
Please add few relevant tests ( Unit-test ones).

Thank you.

Add unit tests for checklist_prompt_generator._parse_list
@gnetanel gnetanel force-pushed the APPENG-4146_bugfix_generating_checklist_parsing_issue_change_regex_approach branch from e437bc4 to 886abea Compare May 7, 2026 13:43
Add additional unit tests to verify additional escape sequences
@gnetanel gnetanel force-pushed the APPENG-4146_bugfix_generating_checklist_parsing_issue_change_regex_approach branch from 23994a7 to 1ee5e05 Compare May 10, 2026 08:00
@zvigrinberg
Copy link
Copy Markdown
Collaborator

/test-heavy

1 similar comment
@gnetanel
Copy link
Copy Markdown
Collaborator Author

/test-heavy

@gnetanel gnetanel requested a review from zvigrinberg May 12, 2026 10:17
@gnetanel
Copy link
Copy Markdown
Collaborator Author

/test-heavy

1 similar comment
@gnetanel
Copy link
Copy Markdown
Collaborator Author

/test-heavy

@zvigrinberg
Copy link
Copy Markdown
Collaborator

/test vulnerability-analysis-on-pr

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