Hi guys. I&#39;ve just commited. I didn&#39;t update yet the class comments because maybe they change again...so I will wait. <br>For me what was more important is to be uniform with the pattern, and that is done now and it is nice. Regarding the prefix VM and the suffix Config, I don&#39;t have a strong thought. For me, the most information the better. First, because we have OCompletion ;)  and second because you almost never type these classes. THe maximum you do is MyConf generateWithSources.<br>
<br>Anyway, I would appreciate if you can take a look and tell me. For the moment I let the suffix Config and I removed the &quot;VM&quot;. For Cog and CogMT they look ok. With Stack they look awkward, but ok, I can live with that.<br>
<br>Thanks<br><br>Mariano<br><br><br>Name: CMakeVMMaker-MarianoMartinezPeck.96<br>Author: MarianoMartinezPeck<br>Time: 23 April 2011, 1:36:10 pm<br>UUID: 86ebc45f-3439-4be2-9ac3-5c975eab2b05<br>Ancestors: CMakeVMMaker-MarianoMartinezPeck.94<br>
<br>IMPORTANT: this commit renames ALL configurations. So, Hudson confs must be updated.<br><br>- All confs classes were renamed with the following pattern: &lt;VM&gt;-&lt;OS&gt;-[Debug-]&lt;SpecialOptions?&gt;  (without the &#39;-&#39;)<br>
<br>- Unix confs were moved to &#39;CMakeVMMaker-Unix&#39; instead of &#39;CMakeVMMaker-Unix-Cog&#39;. <br><br>- FreeBSD was moved to &#39;CMakeVMMaker-FreeBSD&#39; instead of &#39;CMakeVMMaker-FreeBSD-Cog&#39;<br><br>- Integrated with CMakeVMMaker-EstebanLorenzano.96<br>
<br><div class="gmail_quote">On Sat, Apr 23, 2011 at 9:16 AM, stephane ducasse <span dir="ltr">&lt;<a href="mailto:stephane.ducasse@gmail.com">stephane.ducasse@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
keep config this is important in the name.<br>
<div><div></div><div class="h5"><br>
On Apr 22, 2011, at 11:29 PM, Mariano Martinez Peck wrote:<br>
<br>
&gt; There are some confs that look a little ugly without the VM prefix. For example, StackUnixConfig<br>
&gt; it sounds like a conf for a unix stack hehehehe<br>
&gt;<br>
&gt; I am not convinced about removing the VM prefix...but ok, you all agree so.. ;)<br>
&gt;<br>
&gt; On Fri, Apr 22, 2011 at 11:08 PM, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt; Now...you suggested to remove the prefix VM....and what about the suffix Config ?  should we keep them or remove it ?<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Apr 22, 2011 at 10:43 PM, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Apr 22, 2011 at 10:41 PM, Igor Stasenko &lt;<a href="mailto:siguctua@gmail.com">siguctua@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On 22 April 2011 21:38, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On Thu, Apr 28, 2011 at 8:34 PM, Jeremy Kajikawa &lt;<a href="mailto:jeremy.kajikawa@gmail.com">jeremy.kajikawa@gmail.com</a>&gt; wrote:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Do you need to put &quot;VM&quot; into ALL of the config strings?<br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt; Good point. I don&#39;t know. Maybe we don&#39;t need it.<br>
&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; How about ...<br>
&gt; &gt;&gt; &lt;Machine&gt;-&lt;OS&gt;-[Debug-]&lt;SpecialOptions?&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt; I like it :)<br>
&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; With examples like the following...<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Cog-Windows<br>
&gt; &gt;&gt; Cog-Windows-Debug<br>
&gt; &gt;&gt; CogMT-Windows<br>
&gt; &gt;&gt; CogMT-Windows-Debug<br>
&gt; &gt;&gt; CogMT-Unix<br>
&gt; &gt;&gt; CogMT-Unix-NoGL<br>
&gt; &gt;&gt; CogMT-Unix-Debug-NoGL<br>
&gt; &gt;&gt; Stack-Windows<br>
&gt; &gt;&gt; Stack-Windows-Debug<br>
&gt; &gt;&gt; Stack-Windows-Debug-FixedVerSI<br>
&gt; &gt;&gt; Stack-Unix<br>
&gt; &gt;&gt; Stack-Unix-Debug<br>
&gt; &gt;&gt; Stack-Unix-Debug-FixedVerSI<br>
&gt; &gt;&gt;<br>
&gt; You cannot use &#39;-&#39; in class name.<br>
&gt; However we can use underline.<br>
&gt;<br>
&gt;<br>
&gt; Sorry, I didn&#39;t plant to use &#39;-&#39;  it was just to make it clear for the email.<br>
&gt;<br>
&gt;<br>
&gt; CogMT_Unix_Debug_NoGL<br>
&gt;<br>
&gt; but then i think<br>
&gt;<br>
&gt; CogMTUnixDebugNoGL<br>
&gt;<br>
&gt;<br>
&gt; Exaclty, like that.<br>
&gt;<br>
&gt;<br>
&gt; will be better.<br>
&gt;<br>
&gt; &gt;&gt; Are these usable and readable by everyone?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; I like this last change. For the prefix without the &quot;VM&quot; I am not sure. I don&#39;t have a strong position.<br>
&gt; &gt; I would go with this one.<br>
&gt;<br>
&gt; Yeah. VM can be omitted.<br>
&gt;<br>
&gt;<br>
&gt; Excellent.<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; Igor ? Esteban?  (since you are the guys that mostly maintain them)<br>
&gt; &gt;<br>
&gt;<br>
&gt; I am fine with it.<br>
&gt; As to me, as long as things work i don&#39;t care much about naming. This<br>
&gt; stuff is not used too often and by many..<br>
&gt;<br>
&gt; But it will !!!  As long as we start to document and improve the infrastructure new people will arrive to the VM world. At least that&#39;s what I am trying to do since the last months.<br>
&gt;<br>
&gt; But i agree that consistent naming is good to have, so if you have a<br>
&gt; time to spend on polishing this, do it :)<br>
&gt;<br>
&gt;<br>
&gt; Ok, I will...we have long weekend ;)<br>
&gt; Then you update the Hudson confs hehehe<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; Best regards,<br>
&gt; Igor Stasenko AKA sig.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Mariano<br>
&gt; <a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Mariano<br>
&gt; <a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Mariano<br>
&gt; <a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
&gt;<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>