jasmine-gjs:wip/loghandler

Last commit made on 2015-03-02
Get this branch:
git clone -b wip/loghandler https://git.launchpad.net/jasmine-gjs

Branch merges

Branch information

Name:
wip/loghandler
Repository:
lp:jasmine-gjs

Recent commits

46e4b15... by Philip Chimento

WIP for handling GJS log messages

GJS exceptions can't be caught across the boundary of a signal handler.
So if a signal handler or idle function throws an exception, then your
test won't fail. Possibly Jasmine can even hang if no specs ever execute.

However, this code won't work because g_set_log_handler() is not
introspectable.

[#4]

fafdddf... by Philip Chimento

Move AC_MSG_ERROR to a safer place

The AC_MSG_ERROR macro shouldn't be in the value-if-not-found argument of
AC_PATH_PROG; because it is not a valid value for that variable. If we
get to that point, then we want our error message, not a syntax error.

4164f92... by Philip Chimento

Also fix version in the dpkg command

5f1703b... by Philip Chimento

Upgrade libc6 on Travis

From version 2.19-0ubuntu6.5 to 2.19-0ubuntu6.6; the older version was
not present on the server anymore.

04b7357... by Philip Chimento

Add manpage for jasmine command

It's certainly nice to be able to pull up documentation at the command
line.

c1d70d7... by Philip Chimento

RPM spec file

This should build a RPM package. Currently there are two rpmlint errors;
one is that the jasmine binary doesn't have a manpage, and the other is
that the source package isn't actually online yet.

fa613e9... by Philip Chimento

Add README.md to tarball

It's nice to give people the documentation instead of letting it sit on
Github.

bace515... by Philip Chimento

Resolve relative paths in config file

Paths are resolved relative to the location of the config file, rather
than the current working directory as they previously were. This makes it
possible to run your config file from a different directory.

e942654... by Philip Chimento

Document the configuration file

f5e424f... by Philip Chimento

Clarify README