-
Notifications
You must be signed in to change notification settings - Fork 210
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
Improvements for generator authors #3824
Comments
Yeah. For example; and one of the most important: how do i turn this (type) into code? I imagine most of that can be answered with proper documentation, and improved api can be made later, possibly through wrappers or improving the api directly |
Note that the APIs discussed in the linked comment are analyzer APIs and not directly related to this package. So, something should probably be filed on the analyzer if we want those APIs to be more well documented. |
It's related. Writing generated can be though in part because Analyzer needs to be learned. But in terms of code-gen, I think APIs are that crutially missing are:
As it is, we can inspect code, but we don't have any help for writing code |
Actually not really necessary since parts can have imports now, so we can just sort of ignore that.
Yes!
Yup! |
Code to support writing generators sounds good to me. It would probably make sense to pull Performance first :) |
Overall tracking issue for quality of life improvements for generator authors.
For example this comment "... lack of documentation ... certain things we're likely to want or need are not evident".
The text was updated successfully, but these errors were encountered: