[release candidate][16.1.2]
Anton Vodonosov
avodonosov at yandex.ru
Thu Feb 4 08:55:57 UTC 2016
04.02.2016, 10:25, "Daniel Kochmański" <daniel at turtleware.eu>:
> Great, thanks :-). I'm running tests on my machine as well (had to
> suspend computer for night because of the machine buzzying :).
>
> I have some problems with running cl-test-grid on windows because of
> libssl (I've installed
> http://www.slproweb.com/products/Win32OpenSSL.html), but I'll figure it
> out today.
I had been running tests on Windows in the past, there are good chances
it should work, let me know how it goes.
>
> I'd love to run also tests on the Android, but I guess it would require
> porting cl-test-grid to be run by ECL, not CCL. I'll work on it after
> the release.
One system-dependent thing is starting child process, monitoring
its status (:running, :exited, ...) and killing the process by ID
if it hangs. I use external-program library for that, it intends
to be portable, but there is a risk of incorrect work on lisps
other than ECL. The code which starts and monitors child processes
is here:
https://github.com/cl-test-grid/cl-test-grid/blob/master/agent/lisp-exe.lisp
>
> Best regards,
> Daniel
>
> Anton Vodonosov writes:
>
>> That's good news, congrats.
>>
>> I will run cl-test-grid tests on linux.
>> Our server is currently busy testing alpha version of quicklisp release,
>> so I will run ECL rc tests after that.
>>
>> Best regards,
>> - Anton
>>
>> 03.02.2016, 18:02, "Daniel Kochmański" <daniel at turtleware.eu>:
>>> Dear all,
>>>
>>> we slowly prepare for the next relese and I think it's time to test
>>> things, if some changes didn't break builds etc., or if any serious
>>> regressions has happened.
>>>
>>> I would be grateful for performing tests with your configurations and on
>>> the architectures you run (the more of them better it is), then we'll
>>> have more complete picture what needs work. The most conveniant way to
>>> process these things will be if you use Anton's cl-test-grid, which is
>>> simply great for summarizing stuff:
>>>
>>> https://github.com/cl-test-grid/cl-test-grid/tree/master/agent
>>>
>>> Those interested in realease notes, please consult:
>>> https://gitlab.com/embeddable-common-lisp/ecl/blob/develop/CHANGELOG
>>> (section "Pending changes since 16.0.0").
>>>
>>> If everything goes smoothly, version 16.1.2 should be out on 29th of
>>> February, but if some problems araise (like a regression), we'll
>>> postpone it.
>>>
>>> Thanks for your help and see you around,
>>> Daniel
>>>
>>> --
>>> Daniel Kochmański ;; aka jackdaniel | Poznań, Poland
>>> TurtleWare - Daniel Kochmański | www.turtleware.eu
>>>
>>> "Be the change that you wish to see in the world." - Mahatma Gandhi
>
> --
> Daniel Kochmański ;; aka jackdaniel | Poznań, Poland
> TurtleWare - Daniel Kochmański | www.turtleware.eu
>
> "Be the change that you wish to see in the world." - Mahatma Gandhi
More information about the ecl-devel
mailing list