<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Slow and Steady - mcs</title>
    <link>http://blog.hurrynot.org/serendipity/</link>
    <description>Occasional ramblings of an idiot with a PhD</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2-beta4 - http://www.s9y.org/</generator>
    <pubDate>Thu, 16 Feb 2006 15:53:00 GMT</pubDate>

    <image>
        <url>http://blog.hurrynot.org/serendipity/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Slow and Steady - mcs - Occasional ramblings of an idiot with a PhD</title>
        <link>http://blog.hurrynot.org/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>More thoughts about MCS and GMCS</title>
    <link>http://blog.hurrynot.org/serendipity/archives/4-More-thoughts-about-MCS-and-GMCS.html</link>
            <category>mcs</category>
            <category>mono</category>
    
    <comments>http://blog.hurrynot.org/serendipity/archives/4-More-thoughts-about-MCS-and-GMCS.html#comments</comments>
    <wfw:comment>http://blog.hurrynot.org/serendipity/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.hurrynot.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Raja R Harinath)</author>
    <content:encoded>
    &lt;p&gt;Martin got GMCS to &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/primates.ximian.com/%7Emartin/blog/entry_155.html&#039;);&quot; href=&quot;http://primates.ximian.com/%7Emartin/blog/entry_155.html&quot;&gt;work on Windows&lt;/a&gt;, with a small caveat -- there&#039;s no API to change the &lt;em&gt;MethodAttributes&lt;/em&gt; of a &lt;em&gt;MethodBuilder&lt;/em&gt;.  I have a couple of observations:&lt;/p&gt;&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;the caveat isn&#039;t really a big deal.  You only need to set &lt;em&gt;NewSlot&lt;/em&gt; when there is a &lt;tt&gt;new&lt;/tt&gt; keyword used in the declaration.  Otherwise, it&#039;s useful but not necessary (See &lt;a onclick=&quot;javascript:urchinTracker(&#039;/extlink/bugzilla.ximian.com/show_bug.cgi?id=74852&#039;);&quot; href=&quot;http://bugzilla.ximian.com/show_bug.cgi?id=74852&quot;&gt;bug 74852&lt;/a&gt; for the gory details)&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;these changes, coupled with my older changes should allow us to have more code similarity between MCS and GMCS.  Specifically, I think we can put in a couple of stubs: &lt;em&gt;DropGenericTypeArguments&lt;/em&gt; and &lt;em&gt;DropGenericMethodArguments&lt;/em&gt; into MCS and eliminate a big part of the textual differences between MCS and GMCS in non-generics related code.  We already started on this in &lt;em&gt;doc.cs&lt;/em&gt;&lt;/li&gt;&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 16 Feb 2006 15:53:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.hurrynot.org/serendipity/archives/4-guid.html</guid>
    
</item>
<item>
    <title>MCS: Implemented ::-lookup (qualified alias member) feature</title>
    <link>http://blog.hurrynot.org/serendipity/archives/2-MCS-Implemented-lookup-qualified-alias-member-feature.html</link>
            <category>mcs</category>
            <category>mono</category>
    
    <comments>http://blog.hurrynot.org/serendipity/archives/2-MCS-Implemented-lookup-qualified-alias-member-feature.html#comments</comments>
    <wfw:comment>http://blog.hurrynot.org/serendipity/wfwcomment.php?cid=2</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.hurrynot.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    

    <author>nospam@example.com (Raja R Harinath)</author>
    <content:encoded>
    &lt;div&gt;Today, I added my first &quot;tick-mark&quot; feature to Mono&#039;s C# compiler: qualified-alias-member or &#039;::&#039; lookup. It&#039;s a relatively small feature, and doesn&#039;t impact much, code-wise.&lt;br /&gt;
&lt;br /&gt;
In all, it took about a day&#039;s worth of effort from start to check-in. But, that one-day effort needed quite some preparatory work. I&#039;d pretty much decided on the approach a couple of months ago, and had a reasonable plan-of-attack, and was looking for an opportune time to work on it. More importantly, the past few months I spent incessantly refactoring the name- and type-lookup facilities in the compiler has paid off, making the task of implementing &#039;::&#039; trivial.&lt;/div&gt; 
    </content:encoded>

    <pubDate>Wed, 03 Aug 2005 08:26:00 +0000</pubDate>
    <guid isPermaLink="false">http://blog.hurrynot.org/serendipity/archives/2-guid.html</guid>
    
</item>

</channel>
</rss>