<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel">
    <title>gmane.comp.gnome.mono.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29907"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29906"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29905"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29904"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29903"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29902"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29901"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29900"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29899"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29898"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29896"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29895"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29894"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29893"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29892"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29891"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29890"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29889"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29888"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29887"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29907">
    <title>Re: Incoming changes to Mono.Simd</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29907</link>
    <description>
Silly question, but why?  Since Mono.Simd will only be accelerated under
Mono, and Mono supports C# 3, I don't see much use for the restriction.

Furthermore, even if you did want to use Mono.Simd under .NET, and you
wanted to use VS.NET 2005 (.NET 2.0), that's still no reason to avoid
using extension methods -- you just need to bundle Mono's
System.Core.dll with your app (which will allow .NET to resolve the
ExtensionAttribute type), and invoke the extension method as a static
method (extension methods can still be called as static methods, they
don't need to be called as instance methods).

So I really don't see the point in avoiding extension methods.

 - Jon
</description>
    <dc:creator>Jonathan Pryor</dc:creator>
    <dc:date>2008-12-04T01:37:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29906">
    <title>Re: MIPS port update</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29906</link>
    <description>Hello Mark!


These are great news!   

Will be waiting for the rest of the tests to work ;-)

Miguel.
</description>
    <dc:creator>Miguel de Icaza</dc:creator>
    <dc:date>2008-12-04T00:57:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29905">
    <title>Re: Incoming changes to Mono.Simd</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29905</link>
    <description>_______________________________________________
Mono-devel-list mailing list
Mono-devel-list&lt; at &gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
</description>
    <dc:creator>StApostol</dc:creator>
    <dc:date>2008-12-04T00:26:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29904">
    <title>Re: Incoming changes to Mono.Simd</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29904</link>
    <description>
Then there's documentation-wise, in which the use of extension methods
permits at-a-glance comparison on which operations are supported on the
various Vector* types (instead of needing to compare Vector* type member
documentation between types for comparisons).

 - Jon
</description>
    <dc:creator>Jonathan Pryor</dc:creator>
    <dc:date>2008-12-03T21:16:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29903">
    <title>Re: Incoming changes to Mono.Simd</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29903</link>
    <description>_______________________________________________
Mono-devel-list mailing list
Mono-devel-list&lt; at &gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
</description>
    <dc:creator>Rodrigo Kumpera</dc:creator>
    <dc:date>2008-12-03T17:59:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29902">
    <title>Re: Compile monodevelop-debugger from SVN on Debian</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29902</link>
    <description>
I also had this problem.

I installed libncurses5-dev on Ubuntu and it worked.

j


Alexander M. Batishchev wrote:
</description>
    <dc:creator>jago</dc:creator>
    <dc:date>2008-12-03T17:41:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29901">
    <title>Re: Incoming changes to Mono.Simd</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29901</link>
    <description>
Well, I'd vote for using the method which is *cleaner* and easier to
use/maintain regardless of whether it's an API breaking change or not.
I personally love the extension methds on the array types. I would
also much prefer a.AddWithSaturation (b) rather than the fully
qualified way it is done now.

Out of interest, why do we use static methods currently rather than
instance methods? Would using instance methods instead of extension
methods complicate things jit-wise, as API-wise it'd be essentially
the same.

Alan.
</description>
    <dc:creator>Alan McGovern</dc:creator>
    <dc:date>2008-12-03T17:24:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29900">
    <title>Re: Incoming changes to Mono.Simd</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29900</link>
    <description>
I think more extension methods would be a nice addition to Mono.Simd. I'm pretty sure everyone who is using Mono.Simd at this point is prepared for bugs, quirks, and breaking API changes.

John
</description>
    <dc:creator>Hurliman, John</dc:creator>
    <dc:date>2008-12-03T17:12:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29899">
    <title>Incoming changes to Mono.Simd</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29899</link>
    <description>_______________________________________________
Mono-devel-list mailing list
Mono-devel-list&lt; at &gt;lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
</description>
    <dc:creator>Rodrigo Kumpera</dc:creator>
    <dc:date>2008-12-03T16:18:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29898">
    <title>Re: Proposed change to TestDriver.dll</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29898</link>
    <description>Hi,

  The regression tests can be ran using
mono --regression &lt;filenames&gt;, which avoids calling any code in
TestDriver.dll. This is
the recommended way of running the JIT tests.

                  Zoltan

On Tue, Dec 2, 2008 at 11:01 AM, Mark Mason &lt;mmason&lt; at &gt;upwardaccess.com&gt; wrote:
</description>
    <dc:creator>Zoltan Varga</dc:creator>
    <dc:date>2008-12-02T17:56:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29896">
    <title>Re: String.GetHashCode on Mac</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29896</link>
    <description>David,

We may have hit this before.  See
http://www.nabble.com/String.GetHashCode-Discussion.-to18496625ef1367.html#a18496625

I lost tack of this issue after that thread but maybe it will help
someone else remember.

-bill

On Mon, Dec 1, 2008 at 9:25 AM, David Suarez
&lt;listasdavid&lt; at &gt;codicesoftware.com&gt; wrote:
</description>
    <dc:creator>Bill Holmes</dc:creator>
    <dc:date>2008-12-02T16:07:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29895">
    <title>Proposed change to TestDriver.dll</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29895</link>
    <description>Hello all,

I'd like to propose the following change to TestDriver.dll. The purpose
of this patch is to avoid using the DateTime class unless timings are
explicitly called for. DateTime pulls in a lot of additional
infrastructure code which may cause the test harness itself to fail.
With this change, it's a lot easier to run the regression tests such as
basic.cs &amp; others with a JIT port in progress.

[Which is where the MIPS port is right now. There's something failing
waaaay down in the guts of DateTime, daylight savings time computations,
and such. It'd be a lot better to be able to uncover these problems with
the simple test cases in basic*.cs]

Thanks in advance,
Mark

Index: TestDriver.cs
===================================================================
--- TestDriver.cs       (revision 120080)
+++ TestDriver.cs       (working copy)
&lt; at &gt;&lt; at &gt; -13,7 +13,6 &lt; at &gt;&lt; at &gt;
                bool do_timings = false;
                bool verbose = false;
                int tms = 0;
-               DateTime start, end = DateTim</description>
    <dc:creator>Mark Mason</dc:creator>
    <dc:date>2008-12-02T10:01:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29894">
    <title>MIPS port update</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29894</link>
    <description>Hello all,

The MIPS port is coming along nicely. Hello, World! now works, the tests
in basic.exe all pass if run manually and not by using the reflection
technique that the test harness normally uses. There's still a lot to do
- a lot of the logic that was in the old style brg files for MIPS still
needs to be ported to the new JIT, and there's a number of additional
tweaks that are needed, but it should at least be fairly straightforward
from here on out.

All of this is checked into svn.

I'll be out of town for a few days w/o access to this email account (but
still reachable at mason&lt; at &gt;broadcom.com).

Cheers,
Mark
</description>
    <dc:creator>Mark Mason</dc:creator>
    <dc:date>2008-12-02T01:39:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29893">
    <title>Re: Tuning of assemblies in the mcs module</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29893</link>
    <description>
Fine with me :)


Oh well, I guess my french sophisticated palate has some other course
to deal with in our menu :)

I'll just go for the first option then, decoupling the tuner and the
tuning of the net_2_1 assemblies.

Thanks,

</description>
    <dc:creator>Jb Evain</dc:creator>
    <dc:date>2008-12-01T23:25:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29892">
    <title>Re: Tuning of assemblies in the mcs module</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29892</link>
    <description>

Not worth the effort, and it does not matter that much.

Just because we have class libraries in mcs/class does not mean that
this is the only place that they could be generated from.    I do not
have a problem with mcs/tools generating the assemblies.

Now, if mcs/tools is too unpleasant to the sophisticated palate of some
people we could add an extra stage in mcs/secondstagelibraries or
something like that and build the libraries there.

Miguel.
</description>
    <dc:creator>Miguel de Icaza</dc:creator>
    <dc:date>2008-12-01T22:59:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29891">
    <title>Re: SPAM-LOW: Re: NUnit migration and test failure status</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29891</link>
    <description>Hi Atsushi,

I'm confused about what change you could be refering to.
NUnit-console still outputs error summaries to the console
in 2.4.8 (and 2.5 for that matter). But some things have
changed in the 18 releases since 2.2. :-)

I'm guessing, but I suspect you have redirected output
using -out on the command line. In 2.4.8, this *only*
redirects the actual test output, not the summary
report, which still goes to stdout. If you want 
everything in one file, stop using -out and use
shell redirection instead. If you want to separate
the summary from the test output, then you can use
both methods, like...

nunit-console ... -out:TestDetails.log &gt; TestSummary.log

If this doesn't help, send me some more info and 
we'll either figure out how to do it or change
for 2.4.9.

Charlie

</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2008-12-01T18:49:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29890">
    <title>String.GetHashCode on Mac</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29890</link>
    <description>Hi,

I've run into a problem with the String.GetHashCode method in macosx 
(10.5.3, intel). The point is I get the same hashcode for very different 
strings, apparently only taking into account the last 7 chars of the 
string. This happens with mono 2.0 installer.

Consider this test case:

using System;

namespace hashtest
{
    class Class2
    {
         private static string[] testStrings2 = new string[]
        {
            "something to worry about",
            "ing to worry about",
            "to worry about",
            "orry about",
            "y about",
            " about"
        };

        [STAThread]
        static void Main(string[] args)
        {
            foreach (string s in testStrings2) PrintHash(s, 
s.GetHashCode());
        }

        private static void PrintHash(string str, int hash)
        {
            Console.WriteLine("  hash [{1}] line: [{0}]", str,
              hash.ToString("X8"));
        }
    }
}

Running on mac, I get this result:

  hash [9DA57994] line: [someth</description>
    <dc:creator>David Suarez</dc:creator>
    <dc:date>2008-12-01T14:25:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29889">
    <title>Re: NUnit migration and test failure status</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29889</link>
    <description>Another limitation brought by this migration is that to see meaningful
TestResult-*.log you will have to install xsltproc (in general in
libxslt) as nunit-console itself does not output test failure summaries
to console output anymore and we sort of needed xslt output.

It is not required unless you run tests. And if you run tests it will
be anyways needed to see meaningful logs.

Atsushi Eno

Atsushi Eno wrote:
</description>
    <dc:creator>Atsushi Eno</dc:creator>
    <dc:date>2008-12-01T11:57:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29888">
    <title>Re: SPAM-LOW: Re: NUnit migration and test failure status</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29888</link>
    <description>As you may remember from Madrid, I'm planning a GTK 
version of NUnit as part of the new NUnit 3.0 Platform. 
I thought I'd call it nunit-gtk and depending on 
licensing I might be able to use pieces of gnunit,
so the work won't be lost in any case.

Charlie

</description>
    <dc:creator>Charlie Poole</dc:creator>
    <dc:date>2008-12-01T07:26:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29887">
    <title>Re: NUnit migration and test failure status</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29887</link>
    <description>NUnit migration was actually more painful than I have expected :( and
now I have to drop gnunit from mono-tools since it is based on existing
nunit20 and does not build with nunit24 anymore.

I have removed it from the build process of mono-tools, and possibly
it will be removed from mono-tools at some stage unless its build get
fixed.

Winforms version of NUnit GUI should work if you build it or copy
executables.

Atsushi Eno


</description>
    <dc:creator>Atsushi Eno</dc:creator>
    <dc:date>2008-12-01T04:14:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29886">
    <title>Re: Typed dataset serialization still failing in mono 2.0.1</title>
    <link>http://permalink.gmane.org/gmane.comp.gnome.mono.devel/29886</link>
    <description>
I didn't. In fact, I attached it twice :). Look at the end of the message and
you'll see a link



&amp;quot;Andrés G. Aragoneses&amp;quot;-2 wrote:

</description>
    <dc:creator>marcos b</dc:creator>
    <dc:date>2008-12-01T01:56:00</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.gnome.mono.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnome.mono.devel</link>
  </textinput>
</rdf:RDF>
