-
Notifications
You must be signed in to change notification settings - Fork 613
Fix functions that take a field path #488
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Interesting, do you have something specific in mind made possible by those improvements ? |
Yes, I will need it for my proposed fix for nginx-proxy/nginx-proxy#1504. |
Doh, I didn't realizing that a simple rebase was enough to dismiss a review. And resetting it back doesn't restore the review. 🙁 |
This will make it easier to fix bugs and add new features.
This makes it possible to use the empty string as a map key.
This matches the behavior of Go, and makes it possible to use `groupBy` and friends on a slice of `*RuntimeContainers`.
552a9dc
to
298e650
Compare
Yeah, since a rebase changes the commits hashes, GitHub view them as different commits and marks the previous review(s) as stale. Out of curiosity, did it automatically re-request a review from me or did you have to do it manually ? |
I was hoping it was smart enough to realize the commits were a rebase (that each commit's tree hash was the same as if I had chosen "rebase and merge"}, or, if not, that I could undo the rebase. Sadly no on both counts.
I re-requested the review manually. |
deepGet
to automatically dereference pointers when walking the field path.