Re: Allow omitting some fields in ProjectData

2020-10-11 Thread Christian Grothoff
Hi Alessio, Patch looks good, applied: 03199f7f2..77339944c -Christian On 10/10/20 6:11 PM, Alessio Vanni wrote: > Hello, > > as the subject line says, the attached patch allows applications to omit > (set to NULL) some fields in the ProjectData structure. This change is > mostly meant for cli

Allow omitting some fields in ProjectData

2020-10-10 Thread Alessio Vanni
Hello, as the subject line says, the attached patch allows applications to omit (set to NULL) some fields in the ProjectData structure. This change is mostly meant for clients, as services don't really gain anything from omitting fields. Consider the following simple example use case: I'm writi