Re: [fpc-devel] debug info for nested procedures / Solved

2016-02-10 Thread Martin
Please ignore the below. "i" was a bad choice for testing. There may be a global var somewhere. works fine, when the variable name is not used elsewhere. On 10/02/2016 17:31, Martin wrote: procedure TForm1.FormCreate(Sender: TObject); var i: Integer; procedure foo; begin i := i

Re: [fpc-devel] delays sending to this list

2016-02-10 Thread Denis Kozlov
Couple of my emails sent in past 1-2 weeks never reached the list. I thought it was just me, but now not so sure... On 10/02/2016 17:45, Martin wrote: Is there any known issue? I recently noted a few times that mails I sent to this list take rather long (some more than an hour) before they re

[fpc-devel] debug info for nested procedures

2016-02-10 Thread Martin
procedure TForm1.FormCreate(Sender: TObject); var i: Integer; procedure foo; begin i := i + 1; end; begin i := 11; foo; Caption := IntToStr(i); end; it appears that fpc now adds explicit debug info for "i" in the nested procedure (dwarf and stabs)? And when using dwarf

Re: [fpc-devel] delays sending to this list

2016-02-10 Thread Martin
On 10/02/2016 17:45, Martin wrote: Is there any known issue? I recently noted a few times that mails I sent to this list take rather long (some more than an hour) before they reach this list. The problem is not with the list delivery to me, the delayed message is also missing from http://lis

[fpc-devel] debug info for nested procedures

2016-02-10 Thread Martin
procedure TForm1.FormCreate(Sender: TObject); var i: Integer; procedure foo; begin i := i + 1; end; begin i := 11; foo; Caption := IntToStr(i); end; it appears that fpc now adds explicit debug info for "i" in the nested procedure (dwarf and stabs)? And when using dwarf

[fpc-devel] delays sending to this list

2016-02-10 Thread Martin
Is there any known issue? I recently noted a few times that mails I sent to this list take rather long (some more than an hour) before they reach this list. The problem is not with the list delivery to me, the delayed message is also missing from http://lists.freepascal.org/pipermail/fpc-deve

Re: [fpc-devel] IfThen removal

2016-02-10 Thread Sven Barth
Am 10.02.2016 13:15 schrieb "Ondrej Pokorny" : > > @Sven: is the IfThen removal permanent? In this case I'll remove it from CodeTools as well. Even if we readd it, it won't be as IfThen(), but for now there's no plan to do so anyway. Regards, Sven ___ f

[fpc-devel] IfThen removal

2016-02-10 Thread Ondrej Pokorny
@Sven: is the IfThen removal permanent? In this case I'll remove it from CodeTools as well. Ondrej ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel