-
Notifications
You must be signed in to change notification settings - Fork 57
Reflection and comptime goal #311
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
base: main
Are you sure you want to change the base?
Conversation
Wanted to point out
|
I've added a fix in #312 for the CI failure -- as well as fixed a bug in the template that would still prevent validation without the suggested changes below. |
| Teams | <!-- TEAMS WITH ASKS --> | | ||
| Task owners | <!-- TASK OWNERS --> | | ||
| Status | Proposed | | ||
| Tracking issue | https://github.com/rust-lang/rust/issues/142577 | |
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.
IIUC "Tracking issue" is supposed to be the GH project goal issue where updates will be posted.
A r-l/r tracking issue instead could be:
- others have used the following
| Tracking issue | https://github.com/rust-lang/rust/issues/142577 | | |
| Other tracking issues | [rust-lang/rust#142577] | |
- the "See also" metadata field is also documented and supposedly used to track progress with checkboxes and so on -- but I don't know if anyone has used it / tested to see if it works 😓
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.
I'm currently working on making the errors meaningful to me 😆 then I can think about what else to do here
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.
To be clear, the errors aren't meaningful to me either, I haven't worked in a lot of parts in this project.
With the renewed general interest in reflection via the
facet
crate coinciding with my own experiments with reflection, and some discussions with bevy folk at the all hands, I think that this may be a good time to pursue more language reflection capabilities thansize_of
andalign_of
.Rendered