<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 7 August 2018 at 13:47, Esteban Lorenzano <span dir="ltr"><<a href="mailto:estebanlm@gmail.com" target="_blank">estebanlm@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word">Hi Ben,<div><br></div><div>Sorry for coming here so late, I didn’t see this thread before. </div><div>I already have a working minheadless branch that was adapted to Eliot’s process. </div><div>It was working for Pharo in Linux and Mac (Windows was ongoing but not finished, that’s why is not pushed).</div><div><br></div><div>You can find this branch here: </div><div><br></div><div><a href="https://github.com/estebanlm/opensmalltalk-vm/tree/add-minheadless-vm" target="_blank">https://github.com/estebanlm/<wbr>opensmalltalk-vm/tree/add-<wbr>minheadless-vm</a></div></div></blockquote><div><br></div><div>I'll have a look at it.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div>Interesting part is that I didn’t tackled any of the issues you are working on, so the work is easily mergeable :) </div><div><br></div><div>Cheers, </div><span class="gmail-HOEnZb"><font color="#888888"><div>Esteban</div></font></span><div><br></div><div>Ps: with some changes in image, I’m using exclusively this VM since a couple of months and it works fine.</div></div></blockquote><div><br></div><div>That is good to know.  So just to be clear... </div><div>even though its name indicates "headless", you are running a full graphical Image?</div><div><br></div><div>I got more curious about the original announcement saying... </div><div>"minheadless is a VM variant that unifies a lot of the code for Windows, Linux and OS X."<br></div><div><br></div><div>So here <a href="https://docs.google.com/spreadsheets/d/183GnSKZSMSEgVQZ0Fqa7-vITqKSpAlW_AxnZKl7x048/edit?usp=sharing">https://docs.google.com/spreadsheets/d/183GnSKZSMSEgVQZ0Fqa7-vITqKSpAlW_AxnZKl7x048/edit?usp=sharing</a></div><div>I compare...</div><div>   find "platforms/Win32/vm" -exec wc {} \;<br></div><div>

<span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">   find "platforms/Unix/vm" -exec wc {} \;</span>

<br></div><div>

<span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">   find "platforms/Mac OS/vm" -exec wc {} \;</span></div><div>to...</div><div>

<span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">   find "platforms/minheadless" -exec wc {} \;</span> </div><div><br></div><div>and if nothing important has been missed it seems about 30% of the original size. </div><div>I'd expect Ronie's effort to produce this should have a massive impact on future maintainability.  </div><div><br></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">cheers -ben</span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">P.S. I excluded the following presuming its common before/after.<div style="text-decoration-style:initial;text-decoration-color:initial">   <span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">find "platforms/Cross/vm" -exec wc {} \;</span></div><div style="text-decoration-style:initial;text-decoration-color:initial"><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">btw, its about half the size of platforms/minheadless.</span></div></span></div></div></div></div>