Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conjure parser fails to parse maps with rid keys #6559

Open
drake-nominal opened this issue Mar 26, 2025 · 0 comments
Open

Conjure parser fails to parse maps with rid keys #6559

drake-nominal opened this issue Mar 26, 2025 · 0 comments

Comments

@drake-nominal
Copy link

drake-nominal commented Mar 26, 2025

Which Fern component?

Fern CLI

How urgent is this?

P1 - High (Strongly needed)

What's the issue?

If a conjure spec mentions a type such as map<rid, string>, it errors out when generating docs.

The fix is trivial-- in this block of code, we just need to add an additional clause .replaceAll("<rid", "<string")

Fern CLI & Generator Versions

0.57.0

Workaround

No response

Are you interested in contributing a fix?

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant