Results 28 comments of Michael de Lang

Brainfart moment, the signature of the function is `const DocInfo_SP& doc()...` which returns a reference anyway.

Nope, was right after all: https://godbolt.org/z/sszYbWYrb

I agree wholeheartedly that there's a nice object oriented way of dealing with my issue, rather than simply copying database terms. Let me demonstrate what happens. class Person: ``` class...

Well, there are two problems here: 1) The current way of generating the table structure seems to be off IMO 2) No support for back-reference. As for the back-reference, I...

Thanks for your clarification, the SRP idea could probably work in my case of back-reference. However, I do wish to clarify that my Person Employer example is just an example...

Sorry for the confusion, yes, such an abstraction is what I'd like. I thought, however, that associations were necessary to implement those. Do you have other ideas on how to...

Ah thanks, that library looks promising.

Looks like a bug to me. But the solution isn't clear to me yet. Closing/deleting the archive which has been passed to `fw_installBundle2` sounds like a possible unwanted side-effect. [Line...

Datarace seems to be solved, dead lock is still there.

The second finding is probably because of the many "destroy of a locked mutex" warnings in celix. See this issue for more info: https://github.com/google/sanitizers/issues/950