Hello,
Le 08/01/2025 à 11:34, Andre Vehreschild a écrit :
The flag is used now to indicate, that a type can (indirectly) reference
itself. Not having the marker lead to endless recursion during construction of
copy or deallocate operations on an object of the type.
Can it be removed from the module file maybe?
Looks like redundant information that can be reconstructed after module
loading.
If we want to support older module files, the value of the flag would
have to be reconstructed anyway, so let's just remove it from the module?