<?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 rdf:about="http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel">
    <title>gmane.comp.programming.extreme-programming.extremeforge.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.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.programming.extreme-programming.extremeforge.devel/40"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/39"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/38"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/37"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/36"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/35"/>
      </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.programming.extreme-programming.extremeforge.devel/40">
    <title>Re: Eunit support</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/40</link>
    <description>&lt;pre&gt;Hi,

My first thought ws to use parse_transform to detect eunit tests at compilation and generate the correct wrapper.
The simple cases are quite easy to handle, however if the tests are strange it will become tricky as the parse_transform has to detect the return value of the generator .....
Maybe that this idea wasn't the best one, a wrapper seems to be simpler.

Question: After that ActiveRing has started to execute the tests, can it advice the world that there is more test ? 

Cheers,
Nicolas


On 20 Aug 2011, at 08:06, Nicolas Charpentier wrote:


&lt;/pre&gt;</description>
    <dc:creator>Nicolas Charpentier</dc:creator>
    <dc:date>2011-08-30T06:19:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/39">
    <title>Eunit support</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/39</link>
    <description>&lt;pre&gt;Hi,

I started a spike to see how to support eunit tests in extremeforge, =
oups.... activering.

The code can be found on github =
https://github.com/charpi/active-ring/tree/eunit

For the moment only simple eunit tests are supported

Note: It's still a spike :-)


Cheers,
Charpi&lt;/pre&gt;</description>
    <dc:creator>Nicolas Charpentier</dc:creator>
    <dc:date>2011-08-20T07:06:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/38">
    <title>Re: Move to GitHub, release candidate</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/38</link>
    <description>&lt;pre&gt;

Le 06/12/10 18:02, Dominic Williams a écrit :
Yes, I got this failure once.
I have this error when I use extermeforge interactively, and I modify 
erl file.

&lt;/pre&gt;</description>
    <dc:creator>Fabrice Nourisson</dc:creator>
    <dc:date>2010-12-06T17:33:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/37">
    <title>Re: Move to GitHub, release candidate</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/37</link>
    <description>&lt;pre&gt;Hi,

Le 6 déc. 2010 à 17:51, Fabrice Nourisson a écrit :


Thanks.


OK.


Do you mean that you got this failure once, but not every time?


Yes, in a sense that is normal. These are processes crashing because a test makes them crash on purpose. So you get a crash report, but the tests pass. You don't get this when you run the ./install script because that script redirects the error reporting of the test slave to a file.

I will add an explanation in the README about how to do this when you run your own Extreme Forge instance.


Thanks for the tests and feedback !

Dom
http://dominicwilliams.net


&lt;/pre&gt;</description>
    <dc:creator>Dominic Williams</dc:creator>
    <dc:date>2010-12-06T17:02:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/36">
    <title>Re: Move to GitHub, release candidate</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/36</link>
    <description>&lt;pre&gt;Hi,

I check git clone, Installation and Usage.

For the Installation :
- On Ubuntu 10.04.1 LTS  - Erlang R13B03 (erts-5.7.4) : There is no failure.
- On MacOS x V 10.5.8 - Erlang R14B (erts-5.8.1). I run 3 times 
./install. I have a failure once

    Users/fafa/extermeforge/erlang-TDD/src/integrator_test.erl(21):
    failure in {integrator_test, start_stop, 0}
        Error: {badmatch,timeout}
        Stack: [{integrator_test,start_stop,0},{consul,test,3}]


For the Usage :
I do not have Erlang code, so I use ExtermeForge code to test the Usage.
I have the following trace back, when I change erl files.

    Compiling: .
    16/16 successfully compiled.
    Testing 43: ......(extremeforge&amp;lt; at &amp;gt;edgard)2&amp;gt;
    =ERROR REPORT==== 6-Dec-2010::17:32:41 ===
    Error in process &amp;lt;0.369.0&amp;gt; on node
    'extremeforge_extremeforge_slave&amp;lt; at &amp;gt;edgard' with exit value:
    {{nocatch,stop},[{fixtures_test,'-use_tree_destroys_tree_even_if_killed_by_parent_link/0-fun-2-',1}]}

    ...(extremeforge&amp;lt; at &amp;gt;edgard)2&amp;gt;
    =ERROR REPORT==== 6-Dec-2&lt;/pre&gt;</description>
    <dc:creator>Fabrice Nourisson</dc:creator>
    <dc:date>2010-12-06T16:51:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/35">
    <title>Move to GitHub, release candidate</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.extreme-programming.extremeforge.devel/35</link>
    <description>&lt;pre&gt;Hi,

I've moved the Extreme Forge code GitHub:

http://github.com/extremeforge

Could you check things (especially, that ./install works without any warnings or erros on your machine and your version of Erlang, read the new README, and try out the new version) before I make a new release and announce the move to GitHub?

Could someone with a Windows box try the modified install.bat and generally test things on Windows? It hasn't been done for ages...

Thanks,

Dom
http://dominicwilliams.net
&lt;/pre&gt;</description>
    <dc:creator>Dominic Williams</dc:creator>
    <dc:date>2010-12-02T15:41:04</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.programming.extreme-programming.extremeforge.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.programming.extreme-programming.extremeforge.devel</link>
  </textinput>
</rdf:RDF>

