Re: [fpc-pascal] FPCUnit - how to register decorator tests?

2015-07-23 Thread Graeme Geldenhuys
On 2015-07-20 23:00, Graeme Geldenhuys wrote: > How do you use test decorators in FPCUnit? Just a follow-up on what was wrong. My usage and registration of a decorator was correct, but I believe I uncovered another bug in FPCUnit, hence my test suite reported 0 tests. The FPCUnit's decorator is a

Re: [fpc-pascal] Error Message recording not yet supported

2015-07-23 Thread Joao Morais
On 14/01/15 19:11, Joao Morais wrote: On 14/01/15 12:40, Pierre Free Pascal wrote: The corresponding code that stores the message list generates an internal error if the number of message is more than 255. So that the two lines if mesgnb>0 then Comment(V_Error,'Message recordind no

Re: [fpc-pascal] Interface syntax: Is possible don't use specialize in mode objfpc?

2015-07-23 Thread silvioprog
On Fri, Jul 17, 2015 at 1:32 PM, Michael Van Canneyt wrote: > > On Fri, 17 Jul 2015, silvioprog wrote: >> >> On Fri, Jul 17, 2015 at 11:24 AM, Graeme Geldenhuys < >> mailingli...@geldenhuys.co.uk> wrote: >> >>> On 2015-07-17 15:08, silvioprog wrote: Using the generics I could do a generi