<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-06-05 17:13 GMT-03:00 Sven Barth <span dir="ltr"><<a href="mailto:pascaldragon@googlemail.com" target="_blank">pascaldragon@googlemail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello together!<br>
<br>
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 (e.g. TTest<> instead of TTest<LongInt>) which often resulted in failed type checks. With the addition of partial specializations the amount of these errors should hopefully be decreased and I'll check the corresponding bug reports in the next few days.<br>
<br>
Nevertheless partial specializations quite heavily changed how the parsing of generics works and thus I need your help. I already checked that there are no regressions in our testsuite, but maybe our testsuite does not yet contain a test for something that is now broken. So if you use generics OR you use nested records (yes, I needed to change something there as well) then I'd like you to test whether any regression in your code was introduced between the following Free Pascal revisions:<br>
<br>
27860 (no partial specializations)<br>
27861 (partial specializations)<br>
<br>
So if something fails in revision 27861 that did not fail in 27860 I'd like you to report this with tag "partial specializations" (it should already exist in the tag list) and I'll fix that ASAP.<br>
<br>
Thank you very much. :)<br>
<br>
Regards,<br>
Sven</blockquote></div><div><br></div><div>Very nice!</div><div><br></div><div>Is there any documentation showing some examples how to test it?</div><div><br></div><div>Well done! (y)</div><div><br></div>--<br>Silvio Clécio<br>
My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div></div>