<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.eiffelroom.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>eiffelroom - type system - Comments</title>
 <link>http://www.eiffelroom.org/tag/type_system</link>
 <description>Comments for &quot;type system&quot;</description>
 <language>en</language>
<item>
 <title>Longing to hear</title>
 <link>http://www.eiffelroom.org/blog/schoelle/petition_for_examples_of_covariance#comment-414</link>
 <description>&lt;p&gt;Did you ever look at my classes?&lt;/p&gt;

&lt;p&gt;I&#039;m still longing for a solution that will mean I don&#039;t have to keep duplicating code by the thousand-line-full.&lt;/p&gt;

&lt;p&gt;Colin Adams&lt;/p&gt;

</description>
 <pubDate>Sun, 23 Dec 2007 07:10:39 -0800</pubDate>
 <dc:creator>colin-adams</dc:creator>
 <guid isPermaLink="false">comment 414 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>Re: Export status</title>
 <link>http://www.eiffelroom.org/blog/schoelle/petition_for_examples_of_covariance#comment-144</link>
 <description>&lt;p&gt;If I read ECMA correctly (but it is not 100% clear to me), the removal of the export restriction is already part of the standard, so my critizism here is not correct anymore. The paper was written on the basis of pre-ECMA-Eiffel.&lt;/p&gt;

&lt;p&gt;I do not know if ECMA is exactly the same as my solution. If that is correct, then we should not talk about CAT calls anymore (&amp;quot;Change of availability or type&amp;quot;), but only about COT calls (&amp;quot;Change of type&amp;quot;).&lt;/p&gt;

</description>
 <pubDate>Sun, 18 Mar 2007 04:01:22 -0700</pubDate>
 <dc:creator>schoelle</dc:creator>
 <guid isPermaLink="false">comment 144 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>Export status</title>
 <link>http://www.eiffelroom.org/blog/schoelle/petition_for_examples_of_covariance#comment-143</link>
 <description>&lt;p&gt;Well, I am very much against a single solution, since I strongly advocate forbidding the reduction of export status on conforming inheritance paths.&lt;/p&gt;

&lt;p&gt;Prior to non-conforming inheritance, we had no choice. Soon we will have the choice, and it should be closed down to the only correct one.&lt;/p&gt;

&lt;p&gt;Colin Adams&lt;/p&gt;

</description>
 <pubDate>Sun, 18 Mar 2007 03:25:22 -0700</pubDate>
 <dc:creator>colin-adams</dc:creator>
 <guid isPermaLink="false">comment 143 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>Re: ECMA view?</title>
 <link>http://www.eiffelroom.org/blog/schoelle/petition_for_examples_of_covariance#comment-142</link>
 <description>&lt;p&gt;Hi cannot talk for ECMA in general, but the comments I have received were somehow: a) we want to have a single solution, b) covariance with renaming is &amp;quot;fake covariance&amp;quot;, c) we want to have a more expressive type system, and similar.&lt;/p&gt;

&lt;p&gt;The point of my blog entry is not that I want to advertise for my solution. My own &amp;quot;type safe Eiffel&amp;quot; article was written for me to clear up my thoughts and summarize my point of view. It is more that I really want to understand the covariance issue and why it is useful. I will definitely have a look at the classes that you suggested.&lt;/p&gt;

</description>
 <pubDate>Sun, 18 Mar 2007 03:20:31 -0700</pubDate>
 <dc:creator>schoelle</dc:creator>
 <guid isPermaLink="false">comment 142 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>Tag removed</title>
 <link>http://www.eiffelroom.org/blog/schoelle/petition_for_examples_of_covariance#comment-141</link>
 <description>&lt;p&gt;Thanks for the hint, I have removed the tag.&lt;/p&gt;

</description>
 <pubDate>Sun, 18 Mar 2007 03:14:31 -0700</pubDate>
 <dc:creator>schoelle</dc:creator>
 <guid isPermaLink="false">comment 141 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>ECMA view?</title>
 <link>http://www.eiffelroom.org/blog/schoelle/petition_for_examples_of_covariance#comment-140</link>
 <description>&lt;p&gt;What is the view of other members of the ECMA committee of your three-pronged proposal?&lt;/p&gt;

&lt;p&gt;At first reading it sounds good to me.&lt;/p&gt;

&lt;p&gt;Colin Adams&lt;/p&gt;

</description>
 <pubDate>Sun, 18 Mar 2007 03:14:14 -0700</pubDate>
 <dc:creator>colin-adams</dc:creator>
 <guid isPermaLink="false">comment 140 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>XPath data model and sequences</title>
 <link>http://www.eiffelroom.org/blog/schoelle/petition_for_examples_of_covariance#comment-139</link>
 <description>&lt;p&gt;I faced some issues with catcalls when implementing the XPath library. My problem resolution technique was class (and code) duplication. So it&#039;s a mess.&lt;/p&gt;

&lt;p&gt;I would like to use covariance if I could to avoid this maintenance nightmare.&lt;/p&gt;

&lt;p&gt;Take a look at XM_XPATH_SEQUENCE_ITERATOR and its descendancy (a neologism?) tree.&lt;/p&gt;

&lt;p&gt;Colin Adams&lt;/p&gt;

</description>
 <pubDate>Sun, 18 Mar 2007 03:11:57 -0700</pubDate>
 <dc:creator>colin-adams</dc:creator>
 <guid isPermaLink="false">comment 139 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>A Plea for Overloading (Sarcastic)</title>
 <link>http://www.eiffelroom.org/blog/schoelle/petition_for_examples_of_covariance#comment-138</link>
 <description>&lt;p&gt;When working in languages that don&#039;t have covariance, on occasion I&#039;ve resorted to overloading. Very, very few occasions. I felt filthy, but the lack of covariance had backed me into a corner: it was either overload, else do an utterly disgusting typecast.&lt;/p&gt;

&lt;p&gt;The dangers of covariance are far outweighed by the dangers of not having covariance.&lt;/p&gt;

&lt;p&gt;(But if I encounter an example of where we&#039;ve used covariance in the next few days, I&#039;ll be sure to post it here.)&lt;/p&gt;

</description>
 <pubDate>Sun, 18 Mar 2007 02:56:12 -0700</pubDate>
 <dc:creator>peter_gummer</dc:creator>
 <guid isPermaLink="false">comment 138 at http://www.eiffelroom.org</guid>
</item>
<item>
 <title>Unfinished</title>
 <link>http://www.eiffelroom.org/blog/schoelle/petition_for_examples_of_covariance#comment-137</link>
 <description>&lt;p&gt;Your renaming article is still marked as under construction.&lt;/p&gt;

&lt;p&gt;Colin Adams&lt;/p&gt;

</description>
 <pubDate>Sun, 18 Mar 2007 01:54:17 -0700</pubDate>
 <dc:creator>colin-adams</dc:creator>
 <guid isPermaLink="false">comment 137 at http://www.eiffelroom.org</guid>
</item>
</channel>
</rss>
