-
Notifications
You must be signed in to change notification settings - Fork 78
Fix the reserved word issue in Modular for API layer #3191
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
Conversation
packages/typespec-test/test/help/generated/typespec-ts/src/index.ts
Outdated
Show resolved
Hide resolved
); | ||
expect(normalizeName("break", NameType.Method, true)).to.equal( | ||
"$break" | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- pls help add more UTs in rlc-common.
- Also include UTs in classical client and api operations.
- Also add one test case in smoke.
- Help verify the list among our reserved words and spector operations and help add missing cases in spector
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add missing cases in spector : microsoft/typespec#7413
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could @v-jiaodi try to enableOperationGroup as false to see if it works for special words case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fixes #3192