[fpc-devel] fpdoc path + system.uitypes problems.
Michael Van Canneyt
michael at freepascal.org
Tue Dec 26 18:20:49 CET 2023
On Tue, 26 Dec 2023, Marco van de Voort via fpc-devel wrote:
>
> Op 26/12/2023 om 10:29 schreef Michael Van Canneyt via fpc-devel:
>>
>>>
>>> To fix this either we have to e.g. keep a list of packages and a list
>>> of units and then try to disambiguate to only pick the longest match.
>>> That maybe have risks that other corner cases be found or that the
>>> list of units is not yet complete at any point when this system is
>>> inside fpdoc. This requires no changes to the .xmls
>>
>> This is the road to take. It's similar to what the compiler does,
>> after all.
> Not the easiest, not the safest, if at any time during the fpdoc run,
> the complete list of units is available.
The complete list is always available.
Michael.
More information about the fpc-devel
mailing list