Am 14.04.2011 09:43, schrieb Paul Ishenin:
14.04.2011 15:13, Sven Barth wrote:
Ok, thanks. I created a branch here:
http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/svenbarth/generics/
Yes, but please wait with the start :) First you need to read generics
related threads on the core list.
14.04.2011 15:13, Sven Barth wrote:
Ok, thanks. I created a branch here:
http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/svenbarth/generics/
Yes, but please wait with the start :) First you need to read generics
related threads on the core list. There were some unsolved problems on
whic
Am 14.04.2011 00:07, schrieb Paul Ishenin:
13.04.2011 21:51, Sven Barth wrote:
Would you mind if I'd try to continue/finish that work?
Please do.
Ok, thanks. I created a branch here:
http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/svenbarth/generics/
Regards,
Sven
__
13.04.2011 21:51, Sven Barth wrote:
Would you mind if I'd try to continue/finish that work?
Please do.
Best regards,
Paul Ishenin
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Am 12.04.2011 00:05, schrieb Paul Ishenin:
12.04.2011 4:22, cobines wrote:
Hello.
Following program:
program a;
{$mode delphi}
type
generic TGen = class end;
TSpc = specialize TGen;
begin
end.
compiles with FPC 2.4.2, but not with 2.5.1 rev. 17306:
a.pas(4,11) Fatal: Syntax error, "=" expect
2011/4/12 Paul Ishenin :
> 12.04.2011 4:22, cobines wrote:
>>
>> Hello.
>>
>> Following program:
>>
>> program a;
>> {$mode delphi}
>> type
>> generic TGen = class end;
>> TSpc = specialize TGen;
>> begin
>> end.
>>
>> compiles with FPC 2.4.2, but not with 2.5.1 rev. 17306:
>>
>> a.pas(4,11) F
12.04.2011 4:22, cobines wrote:
Hello.
Following program:
program a;
{$mode delphi}
type
generic TGen = class end;
TSpc = specialize TGen;
begin
end.
compiles with FPC 2.4.2, but not with 2.5.1 rev. 17306:
a.pas(4,11) Fatal: Syntax error, "=" expected but "identifier TGEN" found
a.pas(
Hello.
Following program:
program a;
{$mode delphi}
type
generic TGen = class end;
TSpc = specialize TGen;
begin
end.
compiles with FPC 2.4.2, but not with 2.5.1 rev. 17306:
a.pas(4,11) Fatal: Syntax error, "=" expected but "identifier TGEN" found
a.pas(5,21) Error: Identifier not found "sp