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

fix : Too long return type fails to generate SDK #282 #284

Merged
merged 1 commit into from
Mar 27, 2023

Conversation

kakasoo
Copy link
Contributor

@kakasoo kakasoo commented Mar 19, 2023

  • ts.TypeFormatFlags.NoTruncation apply
  • I don't know how to test it work correctly, so I need your help.

I have previously said in issue #282 that "the problem is that too long types are not properly deduced". This was very important to me, so I analyzed the TypeScript compiler and solved the problem. This problem was too simple. The problem was solved by simply passing the flag to the TypeScript compiler. In my code this worked perfectly. Unfortunately, however, I don't know if this works only with my code or how I can test the nestia library.
So I have no choice but to ask for your help for the next time. I would appreciate it if you could check the PR and reflect it if there is no problem.

Thank you always for making such a wonderful library.

- ts.TypeFormatFlags.NoTruncation apply
- I don't know how to test it work correctly, so I need your help.
@samchon samchon self-requested a review March 27, 2023 17:03
@samchon samchon self-assigned this Mar 27, 2023
@samchon samchon added the bug Something isn't working label Mar 27, 2023
Copy link
Owner

@samchon samchon left a comment

Choose a reason for hiding this comment

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

Good point.

@samchon samchon merged commit 5211a06 into samchon:master Mar 27, 2023
@samchon
Copy link
Owner

samchon commented Mar 27, 2023

@kakasoo Upgrade to @nestia/sdk@1.0.17, then your problem would be resolved.

samchon added a commit that referenced this pull request Mar 27, 2023
@kakasoo
Copy link
Contributor Author

kakasoo commented Mar 27, 2023

@kakasoo Upgrade to @nestia/sdk@1.0.17, then your problem would be resolved.

Thx. This was absolutely necessary for me. Good night!

samchon added a commit that referenced this pull request Mar 27, 2023
Fix #282 and Complement #284 - full name typing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants