Re: [fpc-pascal] generic, specialize keywords in mode delphi in FPC trunk

2011-04-14 Thread Sven Barth
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.

Re: [fpc-pascal] generic, specialize keywords in mode delphi in FPC trunk

2011-04-14 Thread 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. There were some unsolved problems on whic

Re: [fpc-pascal] generic, specialize keywords in mode delphi in FPC trunk

2011-04-14 Thread Sven Barth
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 __

Re: [fpc-pascal] generic, specialize keywords in mode delphi in FPC trunk

2011-04-13 Thread Paul Ishenin
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

Re: [fpc-pascal] generic, specialize keywords in mode delphi in FPC trunk

2011-04-13 Thread Sven Barth
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

Re: [fpc-pascal] generic, specialize keywords in mode delphi in FPC trunk

2011-04-11 Thread cobines
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

Re: [fpc-pascal] generic, specialize keywords in mode delphi in FPC trunk

2011-04-11 Thread 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, "=" expected but "identifier TGEN" found a.pas(