Skip to content

Conversation

@pyramation
Copy link
Collaborator

demo: add test fixtures showing type-name quoting bug (DO NOT MERGE)

Summary

This PR demonstrates the type-name quoting bug where user-defined schema-qualified types with keyword names are over-quoted. This PR should NOT be merged - it exists only to show the broken behavior before the fix.

The snapshots capture the buggy output:

  • myschema."json" (should be myschema.json)
  • custom."int" (should be custom.int)
  • myapp."boolean" (should be myapp.boolean)

See PR #248 for the actual fix that corrects this behavior.

Review & Testing Checklist for Human

Notes

This PR was created to demonstrate the bug before the fix, as requested by the reviewer.

Link to Devin run: https://app.devin.ai/sessions/713c834a5761453297e17345e1c1fd47
Requested by: Dan Lynch (@pyramation)

This PR demonstrates the bug where user-defined schema-qualified types with keyword names
are over-quoted. The snapshots show:

- myschema."json" (should be myschema.json)
- custom."int" (should be custom.int)
- myapp."boolean" (should be myapp.boolean)

See PR #248 for the fix.
@devin-ai-integration
Copy link
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@pyramation pyramation closed this Dec 25, 2025
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