Re: [fpc-pascal] [fpc-announce] FPC 3.0.0-rc1 release

2015-08-25 Thread Kazantsev Alexey
On Tue, 25 Aug 2015 19:50:50 +0400, Joost van der Sluis wrote: We have placed the first release candidate of the Free Pascal Compiler version 3.0.0 on our ftp servers. This bugs is unworthy to be released in 3.0 http://bugs.freepascal.org/view.php?id=27349 http://bugs.freepascal.org/view.php?i

Re: [fpc-pascal] FPC's generics implementation

2015-08-25 Thread Jani Mátyás
Hi, Thank you for the answers! > > The FPC wiki states that the ppu file stores all the tokens for the > generic classes. Browsing the source of compiler/symdef.pas (r31298) also > gave me this impression. Does it mean that a recompilation occurs for every > specialization? > > Not for every spec

[fpc-pascal] Misleading Statement at Comparison Operator Description

2015-08-25 Thread Daniel Gaspary
Hi, I believe the statement[1] bellow is not accurate: "The result type of a comparison operator is always a boolean." Because this code compiles and works: program Project1; type TMyType1 = class(TObject); TMyType2 = class(TObject); TMyType3 = class(TObject); operato

[fpc-pascal] FPC 3.0.0-rc1 release

2015-08-25 Thread Joost van der Sluis
Hello We have placed the first release candidate of the Free Pascal Compiler version 3.0.0 on our ftp servers. You can help improve the upcoming 3.0.0 release by downloading and testing this release. If you want you can report what you have done here: http://wiki.freepascal.org/Testers_3.0.0 Ne

Re: [fpc-pascal] FPC's generics implementation

2015-08-25 Thread Sven Barth
Am 25.08.2015 08:34 schrieb "Jani Mátyás" : > The FPC wiki states that the ppu file stores all the tokens for the generic classes. Browsing the source of compiler/symdef.pas (r31298) also gave me this impression. Does it mean that a recompilation occurs for every specialization? Not for every spec