[Lazarus] In the event anyone want to read social reactions to FPC 3.0

2015-11-26 Thread Anthony Walter
If anyone is curious about what programming world social network reactions are to the Free Pascal 3.0.0, this thread on reddit /r/ programming was #1 for a few hours Today: http://www.reddit.com/r/programming/comments/3ua93i/free_pascal_compiler_300_is_now_released/ It would probably be a good

Re: [Lazarus] In the event anyone want to read social reactions to FPC 3.0

2015-11-26 Thread Kostas Michalopoulos
I read all comments and didn't notice any mention of performance for Free Pascal. All mentions i saw were for Python. FWIW i visit Reddit all the time and this is probably by far the most "positivity filled" release - and there was almost no mention of "ah Pascal, this reminds me of my youth days

Re: [Lazarus] Upon rebuilding Trunk version there is an error

2015-11-26 Thread Jamal Gabra
> > Build Lazarus trunk with FPC 3.0.*. You won't have this problem. How to do that? Tried changing the fpc dir and make Laz1.5 points to fpc3 but that did not work. How to build laz1.5 with fpc3.0? On Thu, Nov 26, 2015 at 5:26 PM, Ondrej Pokorny wrote: > On 26.11.2015

Re: [Lazarus] In the event anyone want to read social reactions to FPC 3.0

2015-11-26 Thread Anthony Walter
Some people have edited their comments which is why the slow remark is no longer there. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] In the event anyone want to read social reactions to FPC 3.0

2015-11-26 Thread leledumbo
> Some people have edited their comments which is why the slow remark is no longer there Does that mean now the admit that FPC is FAST? -- View this message in context:

Re: [Lazarus] In the event anyone want to read social reactions to FPC 3.0

2015-11-26 Thread Ondrej Pokorny
On 27.11.2015 06:38, leledumbo wrote: Some people have edited their comments which is why the slow remark is no longer there Does that mean now the admit that FPC is FAST? How could anyone know anybody else's intentions? Ondrej -- ___ Lazarus

Re: [Lazarus] FPC Pestering Peacock (3.0.0) release

2015-11-26 Thread Bart
On 11/25/15, Joost van der Sluis wrote: > We are happy to announce the release of the Free Pascal Compiler version > 3.0.0 "Pestering Peacock". Nice! ("Pestering Peacock"??) So far, I can't find the announcement on the forum? Bart --

Re: [Lazarus] FPC Pestering Peacock (3.0.0) release

2015-11-26 Thread Bart
On 11/25/15, Joost van der Sluis wrote: > We are happy to announce the release of the Free Pascal Compiler version > 3.0.0 "Pestering Peacock". Sources on FPC website still link to the 2.6.4 version (http://www.freepascal.org/down/source/sources.var) Bart --

Re: [Lazarus] Upon rebuilding Trunk version there is an error

2015-11-26 Thread Jamal Gabra
> > Tools / Configure Build Lazarus / Clean up / Clean all. > > Then build. Tried that already, but Lazarus unable to complete rebuilding. It errors out as per the attached screen shot: On Sun, Nov 22, 2015 at 9:47 PM, Mattias Gaertner wrote: > On Fri, 20 Nov 2015

[Lazarus] code format selection only

2015-11-26 Thread Graeme Geldenhuys
Hi, As far as I understand the code formatter included with Lazarus is the Jedi Code Formatter. Does anybody know if it supports formatting only a selection (eg: the body of a method) - or does it always require whole unit formatting? Regards, - Graeme - -- fpGUI Toolkit - a cross-platform

Re: [Lazarus] Upon rebuilding Trunk version there is an error

2015-11-26 Thread Ondrej Pokorny
On 26.11.2015 15:07, Jamal Gabra wrote: Tried that already, but Lazarus unable to complete rebuilding. It errors out as per the attached screen shot: Then don't use trunk versions, use stable versions instead (FPC 3.0 and Lazarus 1.4). Ondrej --

Re: [Lazarus] Upon rebuilding Trunk version there is an error

2015-11-26 Thread Jamal Gabra
I use Last stable release side by side with Laz1.4.4+FPC3.0.1 (last fixes). Only wanted to have trunk available as well. Anyways, Thank you Ondrej and Mattias. Regards. On Thu, Nov 26, 2015 at 5:13 PM, Ondrej Pokorny wrote: > On 26.11.2015 15:07, Jamal Gabra wrote: > >>

Re: [Lazarus] Upon rebuilding Trunk version there is an error

2015-11-26 Thread Ondrej Pokorny
On 26.11.2015 15:21, Jamal Gabra wrote: I use Last stable release side by side with Laz1.4.4+FPC3.0.1 (last fixes). Only wanted to have trunk available as well. Build Lazarus trunk with FPC 3.0.*. You won't have this problem. Ondrej -- ___ Lazarus

Re: [Lazarus] FPC Pestering Peacock (3.0.0) release

2015-11-26 Thread Joost van der Sluis
Op 26-11-15 om 12:57 schreef Bart: On 11/25/15, Joost van der Sluis wrote: We are happy to announce the release of the Free Pascal Compiler version 3.0.0 "Pestering Peacock". Sources on FPC website still link to the 2.6.4 version

Re: [Lazarus] FPC Pestering Peacock (3.0.0) release

2015-11-26 Thread Kostas Michalopoulos
Wow, that is a great release. Two major things for me: 1. I had a bug in my 3D world editor for some time now that i couldn't spot. Turns out, i was accessing the fields of a direct getter property (property Foo: TSomeStruct read FFoo...) that in 2.6.4 most of the time it worked but now and then

Re: [Lazarus] FPC Pestering Peacock (3.0.0) release

2015-11-26 Thread Sven Barth
Am 26.11.2015 20:02 schrieb "Kostas Michalopoulos" : > > Wow, that is a great release. Two major things for me: > > 1. I had a bug in my 3D world editor for some time now that i couldn't spot. Turns out, i was accessing the fields of a direct getter property (property

Re: [Lazarus] Q: Compiler features as a service to Lazarus

2015-11-26 Thread Marco van de Voort
On Tue, Nov 24, 2015 at 02:55:05PM +0100, Mattias Gaertner wrote: > > > Plus there are no services of the compiler you could ask. The compiler is > > > highly integrated and not even the textmode IDE - which has the compiler > > > statically compiled - in can do this. > > > > And of course the

Re: [Lazarus] FPC Pestering Peacock (3.0.0) release

2015-11-26 Thread Marco van de Voort
On Thu, Nov 26, 2015 at 11:25:32AM +0100, Bart wrote: > > We are happy to announce the release of the Free Pascal Compiler version > > 3.0.0 "Pestering Peacock". > > Nice! > ("Pestering Peacock"??) > > So far, I can't find the announcement on the forum? Fixed. --