-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 #30006, getindex accessing fields that might not exist #30405
Conversation
I don't think this build fail is because of my code. |
Yes, failure is not relevant. Should be good to merge with some tests. |
This should serve as a test from #30006:
|
This could also use a better commit message, e.g. |
Adding |
I have added required tests, please review this PR. |
This looks good. Can be merged once CI is complete. Whoever merges it can improve the commit message. |
Does this message looks good enough? |
The comment was about the message in the commit itself (which you have to fix with |
Ok, I misunderstood the comment, Thanks for helping out @ViralBShah |
@ViralBShah Is this PR now ready to be merged? |
@raghav9-97 Thanks for the PR. It seems you are relatively new to Julia (at least as a committer). So welcome! |
@ViralBShah Thanks for helping me out and guiding me throughout the process. |
Already backported to 1.1.0. |
Fixes #30006