-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
generated docs improvements: add vector, fntype, anytype type-printing; bool, function value-printing #6678
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
I just found out way too late about EDIT: dropped my appraoch and switched to using |
Thanks for the patch! The changes look good to me, but the CI failures are legit. Have a look there, looks like some pretty straightforward compile errors. |
@andrewrk thanks for the reminder, I hadn't checked them again after rebasing, and before that it was masked by the LLVM version change breaking CI. Passing the pointer instead of the value to |
Strange. I can't build locally right now because LLVM hasn't landed on Arch yet, so maybe this has to wait until I can see what's happening for myself. |
#6736 was merged a few days ago and it added the |
See #3404.
I think that some of these aren't currently used in (tested parts of) the stdlib, so this patch can be used to see them in action: