Forum > FPC development

'treat private like protected'

<< < (6/6)

PascalDragon:

--- Quote from: Arioch on November 18, 2022, 04:07:08 pm ---
--- Quote from: MarkMLl on November 18, 2022, 02:53:18 pm ---However that's not relevant in the current case, since what OP's asking about is converting the visibility of something which has been separately-compiled

--- End quote ---

There is no BPLs in FPC yet, so from user PoV there is no "separate compilation" but all the .pas file of the project are recompiled as needed.
--- End quote ---

Yes, there is separate compilation, because the RTL and FCL are provided pre-compiled with the compiler installations. And also Lazarus essentially does this, because it separately compiles the Lazarus packages and only then compiles the program while only providing the units paths to the pre-compiled units.


--- Quote from: Arioch on November 18, 2022, 04:07:08 pm ---So, the requested functionality could be added by a compiler-global settings as dumb string replace on the tokenizer level and even before it (preprocessor).
--- End quote ---

We won't add preprocessor support.

Navigation

[0] Message Index

[*] Previous page

Go to full version