On Sat, Dec 17, 2016 at 2:55 AM, Jérémy Zurcher wrote:
>
> I wrote a quick and dirty POC ...
> comments welcome
I was myself thinking of doing some macro magic. I would introduce a
EFL_START_TEST and EFL_END_TEST macro that will have two
implementation. One will initialize/shutdown for that test
Everything is resolved, here are the infos from OSUOSL
> We had a major network outage today caused by a UPS fault in the data
> center which houses our upstream connection with NERO. All of our
> systems remained online during the outage, however our upstream
> connection to the Internet was d
I had a some fun with this moronic bash driven test suite
http://cgit.asynk.ch/bin/tree/mtests.sh
--- Hell'O from Yverdoom
Jérémy (jeyzu)
--
Check out the vibrant tech community on one of the world's most
engaging tech
Hi all,
OSUOSL is currently experiencing network issue leading to a complete
outage of e.org. Stand by.
Cheers
--
Bertrand
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slash
ajwillia-ms pushed a commit to branch master.
http://git.enlightenment.org/tools/edi.git/commit/?id=d24ded8b5a9aae50d5daf8cf04e5fddb4f2d2b3c
commit d24ded8b5a9aae50d5daf8cf04e5fddb4f2d2b3c
Author: Andy Williams
Date: Sat Dec 17 13:16:18 2016 +
editor: grab keys that should not feed do
ajwillia-ms pushed a commit to branch master.
http://git.enlightenment.org/tools/edi.git/commit/?id=a112dcad9e26a980f016e563a5ebfb37863779f3
commit a112dcad9e26a980f016e563a5ebfb37863779f3
Author: Andy Williams
Date: Sat Dec 17 12:31:36 2016 +
autosuggest: properly guard the clang var
ajwillia-ms pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=34c28918d52b80239f10cd7821aee8ea59f84d47
commit 34c28918d52b80239f10cd7821aee8ea59f84d47
Author: Andy Williams
Date: Sat Dec 17 13:03:31 2016 +
elm_code: Don't assume control characters
Hi,
I wrote a quick and dirty POC ...
comments welcome
<<<
#! /bin/sh
SRC_D=src
BUILD_D=src
CONFIG_SH=config.sh
INIT_C=init.c
SHUTDOWN_C=shutdown.c
C_FILE=/tmp/__efl_test.c
O_FILE=/tmp/__efl_test.o
DEBUG=0
SCRIPT_DIR=${0%/*}
SCRIPT_FI