[Mono-list] How often is the class status page updated?

Shane Giroux stg278@mail.usask.ca
Thu, 19 Jun 2003 18:19:07 -0600


>                   <method name="get_Level()" error="warning">
>                     <warnings>
>                       <warning text="Should be virtual" />
>                     </warnings>
>                   </method>
> Would be a lot better as:
>
> <method name="get_Level()" warning="Should be virtual" />

Not when there is supposed to be more than one warning which is why the
<warnings> tag is there I believe

----- Original Message ----- 
From: "Ben Maurer" <bmaurer@users.sourceforge.net>
To: "Piers Haken" <piersh@friskit.com>
Cc: "Paolo Molaro" <lupus@ximian.com>; <mono-list@lists.ximian.com>
Sent: Thursday, June 19, 2003 2:43 PM
Subject: RE: [Mono-list] How often is the class status page updated?


> On Thu, 2003-06-19 at 16:38, Piers Haken wrote:
>
> > > Sometimes that is because we use elements rather than
> > > attributes, for example:
> > >
> > > <class>
> > > <name>Console</name>
> > > <members>
> > > ...
> > > </members>
> > > </class>
> > >
> > > Can be made shorter by doing <class name="Console">.
> >
> > There are no (zero) instances where corcompare generates an element
> > where it could use an attribute.
>
>                   <method name="get_Level()" error="warning">
>                     <warnings>
>                       <warning text="Should be virtual" />
>                     </warnings>
>                   </method>
> Would be a lot better as:
>
> <method name="get_Level()" warning="Should be virtual" />
>
> > >
> > > > Can you explain what "doubling back" means in the context
> > > of an XSTL
> > > > tranform?
> > >
> >
> > There are no (zero) instances, in corcompare.xsl where all the children
> > have to be checked before an element can be produced.
> <xsl:template name="toggle">
> <xsl:choose>
> <xsl:when test="not(@presence) and .//*[@missing_total or @todo_total
> or @extra_total or @warning_total or @error or @presence] and
> local-name() != 'assembly'">
> <img src="cm/tp.gif" class="t"/>
> </xsl:when>
> <xsl:when test="not(@presence) and .//*[@missing_total or @todo_total
> or @extra_total or @warning_total or @error or @presence]">
> <img src="cm/tm.gif" class="t"/>
> </xsl:when>
> <xsl:otherwise>
> <img src="cm/tb.gif"/>
> </xsl:otherwise>
> </xsl:choose>
> </xsl:template>
>
> That is called for every + or - box.
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list