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
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
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
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
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
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
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
@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