Re: [fpc-pascal] [Lazarus] Addition of partial specializations; Request for testers!

2014-06-05 Thread Sven Barth
Am 05.06.2014 22:25 schrieb "silvioprog" : > > 2014-06-05 17:13 GMT-03:00 Sven Barth : > Very nice! > > Is there any documentation showing some examples how to test it? For now I simply want regression tests. So if you have code with generics then please check whether it still compiles and runs co

Re: [fpc-pascal] [Lazarus] Addition of partial specializations; Request for testers!

2014-06-05 Thread silvioprog
2014-06-05 17:13 GMT-03:00 Sven Barth : > Hello together! > > I've finally come around to implement support for partial specializations. > Partial specializations are for specializations of generics inside another > generic. Up to now simply the generic type was used instead of a > specializations