Ethan Quach wrote: > > John Fischer wrote: >> >>> 248: Whether there's always a default has been an issue of some >>> contention in the past - do we need to handle it specially this way, >>> or can we just let getManNames() provide it? >> >> Right. So this is one of those things that I changed recently from >> feedback during a phone conversation. It originally did not have the >> default manifest code in it but simply relied on getManNames(). So >> there is still some contention around it. What is your suggestion? >> It sounds like you favor getManNames() and don't worry about listing >> the default manifest. > > [Sorry, I didn't look at the code to see how things were getting > done.] > > IMO, the one named default should still be listed, but getManNames() > should be returning the one named "default" if one by that name exists.
... so I looked at the existing code (I had forgotten that we handle the default manifest really specially right now in the AI database), and I see why getManNames() doesn't return it. I agree, it certainly shouldn't be handled this way in the listing code, but rather be addressed in the AI database (4298 describes this I think) at which point all of the manifests, including one named default, would just show up from getManNames(). -ethan