bug#66279: Unexporting

2023-10-05 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > Ludovic Courtès writes: > >> Hi Maxim, >> >> Commit 03795e2ba27424fc98957da00f6c71325e7ae425 exports the >> record type descriptor (RTD). >> >> Common practice is to keep RTDs private because by publishing them, we >> make it harder to change the ABI (because

bug#66279: Unexporting

2023-10-01 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hi Maxim, > > Commit 03795e2ba27424fc98957da00f6c71325e7ae425 exports the > record type descriptor (RTD). > > Common practice is to keep RTDs private because by publishing them, we > make it harder to change the ABI (because users might be matching fields

bug#66279: Unexporting

2023-09-30 Thread Ludovic Courtès
Hi Maxim, Commit 03795e2ba27424fc98957da00f6c71325e7ae425 exports the record type descriptor (RTD). Common practice is to keep RTDs private because by publishing them, we make it harder to change the ABI (because users might be matching fields positionally) and we make it trivial for users to