[04:32] kelvinliu: hpidcock: did you guys have time to talk now? or when would be convenient? [04:32] free now [04:33] ok, let's join standup [04:36] yep, just finished lunch [07:23] wallyworld: https://github.com/juju/cmd/pull/63 the PR I was mentioning in our meeting, so whenever you feel like looking at a PR [09:13] jam: I discovered a small bug in my bundle-split implementation. Can you please take a look at https://github.com/juju/charm/pull/286? [09:15] achilleasa: in your example, 'wordpress' is nested under mysql, what does that actually mean? [09:15] achilleasa: is it just a typo in the example? [09:15] jam: ah crap. sorry, bad copy paste; should be a sibling of mysql [09:18] achilleasa: right so the issue is that a sibling that didn't otherwise need anything would cause us to retain the key but it shows up as a 'delete' [09:19] jam: exactly [09:19] Looks like omitempty does not properly translate to individual map values [09:20] achilleasa: why use '== true' isn't that implied by just '&& value' ? [09:21] jam: oops, you are right! Let me fix that [09:25] jam: btw, since you are checking this PR would you mind also taking a quick look at one more charm-related? https://github.com/juju/charm/pull/287 [10:51] CR any body : https://github.com/juju/python-libjuju/pull/326 [10:52] This pylibjuju change doesn't require the writing of the definitions, but I suspect consuming does :| [11:28] jam: I have addressed your question for 286; can you take a look? [11:33] achilleasa: so what I don't understand is why "dropping" the object is accomplished by setting it [11:33] achilleasa: I would have thought we would call Delete or *not* called Set to copy the value [11:34] jam: ah. The reflect package does not provide the means to delete keys from a map. The way to delete things off a map (I have added a comment to the overlay code about this peculiarity) is to set the key to an 'empty' reflect.Value [11:36] s/empty/zero/ [11:37] lgtm === narindergupta is now known as narinderguptamac [22:37] babbageclunk: did you have time to talk about app relation data? [22:37] sure sure [22:38] wallyworld: in standup? [23:37] I need some review on this https://github.com/juju/juju/pull/10463