Skip to content

0.22.1: parser: avoid hitting prettyplease unimplemented path - #51

Merged
MathisWellmann merged 1 commit into
mainfrom
panic-fix
Jul 27, 2026
Merged

0.22.1: parser: avoid hitting prettyplease unimplemented path#51
MathisWellmann merged 1 commit into
mainfrom
panic-fix

Conversation

@MathisWellmann

Copy link
Copy Markdown
Owner

by rejecting Item::Verbatim

For example, this code previously hit the unimplemented path in prettyplease, tearing down the entire run:

pub fn action(state: &mut usize) {
    *state += 1;
}
const SELL_ID: User200;

This is now rejected and backpressure is applied to the LLM.

@MathisWellmann MathisWellmann self-assigned this Jul 27, 2026
@MathisWellmann
MathisWellmann merged commit ddc9bee into main Jul 27, 2026
5 checks passed
@MathisWellmann
MathisWellmann deleted the panic-fix branch July 27, 2026 10:29
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.

1 participant