Re: GNU Guile 2.9.7 Released [beta]

2019-12-13 Thread tomas
(Sorry for the cross-post, see below) On Fri, Dec 13, 2019 at 09:23:46PM -0500, John Cowan wrote: > I am getting the following build error on both Cygwin and Ubuntu Xenial. > All is well until: > > BOOTSTRAP GUILEC system/vm/linker.go > /bin/bash: line 6: 16683 Segmentation fault (core dum

Re: GNU Guile 2.9.7 Released [beta]

2019-12-13 Thread John Cowan
I am getting the following build error on both Cygwin and Ubuntu Xenial. All is well until: BOOTSTRAP GUILEC system/vm/linker.go /bin/bash: line 6: 16683 Segmentation fault (core dumped) GUILE_AUTO_COMPILE=0 ../meta/build-env guild compile --target="x86_64-pc-linux-gnu" -O1 -Oresolve-primit

Re: GNU Guile 2.9.7 Released [beta]

2019-12-13 Thread Jérémy Korwin-Zmijowski
Yay! Chapeau bas ! So inspiring work! Jeko Le 13 décembre 2019 14:30:43 GMT+01:00, Andy Wingo a écrit : >We are pleased to announce GNU Guile release 2.9.7. This is the >seventh >and hopefully next-to-last pre-release of what will eventually become >the 3.0 release series. > >Compared to the

Re: [ANN] guile-web-driver

2019-12-13 Thread sirgazil
On Fri, 13 Dec 2019 09:12:28 -0500 Michal Herko wrote > I am pleased to announce the first relase of guile-web-driver. > > guile-web-driver is a client implementation of WebDriver aka Selenium2 > protocol. > This protocol allows programatic control of a web browser session.

Re: [ANN] guile-web-driver

2019-12-13 Thread Thompson, David
Hi Michal, On Fri, Dec 13, 2019 at 9:13 AM Michal Herko wrote: > > I am pleased to announce the first relase of guile-web-driver. > > guile-web-driver is a client implementation of WebDriver aka Selenium2 > protocol. > This protocol allows programatic control of a web browser session. > > The imp

[ANN] guile-web-driver

2019-12-13 Thread Michal Herko
I am pleased to announce the first relase of guile-web-driver. guile-web-driver is a client implementation of WebDriver aka Selenium2 protocol. This protocol allows programatic control of a web browser session. The implementation is not complete, but it can alrady be used for automated web ser