<div dir="ltr"><div><div><div><div>Green again, at least on windows/appveyor. I like green :)<br></div>Not yet the case on travis, for several reasons ...<br><br></div>Having red builds for long period is like not having continuous integration.<br></div>I'd say it's more like continuous desintegration with slowly but surely rotting artefacts.<br></div>In more strict organizations, you could not even pull a red build...<br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-05-23 21:46 GMT+02:00 GitHub <span dir="ltr"><<a href="mailto:noreply@github.com" target="_blank">noreply@github.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br>  Branch: refs/heads/Cog<br>
  Home:   <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm" rel="noreferrer" target="_blank">https://github.com/<wbr>OpenSmalltalk/opensmalltalk-vm</a><br>
  Commit: 24bea92739c825b642bf8dc60690ef<wbr>48df23503d<br>
      <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/24bea92739c825b642bf8dc60690ef48df23503d" rel="noreferrer" target="_blank">https://github.com/<wbr>OpenSmalltalk/opensmalltalk-<wbr>vm/commit/<wbr>24bea92739c825b642bf8dc60690ef<wbr>48df23503d</a><br>
  Author: Nicolas Cellier <<a href="mailto:nicolas.cellier.aka.nice@gmail.com">nicolas.cellier.aka.nice@<wbr>gmail.com</a>><br>
  Date:   2017-05-23 (Tue, 23 May 2017)<br>
<br>
  Changed paths:<br>
    M platforms/win32/plugins/<wbr>SoundPlugin/sqWin32Sound.c<br>
<br>
  Log Message:<br>
  -----------<br>
  Fix compilation of SoundPlugin on Windows<br>
<br>
interpreterProxy must be defined before used!<br>
<br>
<br>
  Commit: 235b21415025322f336f2df59addc4<wbr>fb9c804869<br>
      <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/235b21415025322f336f2df59addc4fb9c804869" rel="noreferrer" target="_blank">https://github.com/<wbr>OpenSmalltalk/opensmalltalk-<wbr>vm/commit/<wbr>235b21415025322f336f2df59addc4<wbr>fb9c804869</a><br>
  Author: Nicolas Cellier <<a href="mailto:nicolas.cellier.aka.nice@gmail.com">nicolas.cellier.aka.nice@<wbr>gmail.com</a>><br>
  Date:   2017-05-23 (Tue, 23 May 2017)<br>
<br>
  Changed paths:<br>
    M platforms/win32/plugins/<wbr>SoundPlugin/sqWin32Sound.c<br>
<br>
  Log Message:<br>
  -----------<br>
  Fix compilation warning void function returning a value<br>
<br>
<br>
  Commit: 9c10bf5278167f890d04a06bcfe499<wbr>81ef17d7db<br>
      <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9c10bf5278167f890d04a06bcfe49981ef17d7db" rel="noreferrer" target="_blank">https://github.com/<wbr>OpenSmalltalk/opensmalltalk-<wbr>vm/commit/<wbr>9c10bf5278167f890d04a06bcfe499<wbr>81ef17d7db</a><br>
  Author: Nicolas Cellier <<a href="mailto:nicolas.cellier.aka.nice@gmail.com">nicolas.cellier.aka.nice@<wbr>gmail.com</a>><br>
  Date:   2017-05-23 (Tue, 23 May 2017)<br>
<br>
  Changed paths:<br>
    M platforms/win32/plugins/<wbr>SocketPlugin/sqWin32NewNet.c<br>
<br>
  Log Message:<br>
  -----------<br>
  Fix getsockopt for MSVC<br>
<br>
the len parameter must be a socket_len because it is a size_t on linux/cygwin (thus 64 bits) and int on MSVC (thus 32 bits)<br>
<br>
<br>
Compare: <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/fb29a2325113...9c10bf527816" rel="noreferrer" target="_blank">https://github.com/<wbr>OpenSmalltalk/opensmalltalk-<wbr>vm/compare/fb29a2325113...<wbr>9c10bf527816</a><br></blockquote></div><br></div>