On Tue, Jan 17, 2023 at 7:08 AM Wayne Sherman wrote:
> A REST class should know how to generate a complete and correct JSON
> representation, so there must be a way to distinguish REST properties
> from non-REST. Which properties have been modified is not sufficient.
Rephrasing that last sentence
On Tue, Jan 17, 2023 at 1:23 AM Michael Van Canneyt wrote:
> Yes. The reason is the code generator:
>
> Ideally, every property simply has a unique index specifier.
>
> But when generating classes, the code generator has no way of knowing how
> many properties exist in parent classes, so it must st
> On Jan 9, 2023, at 8:35 PM, Hairy Pixels wrote:
>
> https://gitlab.com/genericptr/free-pascal/-/commits/generic_helpers
Fixed said merge errors, added tests and made a merge request at
https://gitlab.com/freepascal.org/fpc/source/-/merge_requests/367
Regards,
Ryan Joseph
On Mon, 16 Jan 2023, Wayne Sherman via fpc-devel wrote:
On Mon, Jan 16, 2023 at 12:16 PM Wayne Sherman wrote:
I need clarification about the auto generated class index
specifiers. Do they always start at 0 in each descendant
class, or are they unique across all descendant classes?
TBaseObj