Re: Elisp branch ready for merge (??)

2016-03-11 Thread Taylan Ulrich Bayırlı/Kammer
Christopher Allan Webber writes: > Well, I didn't think I'd have time to do this (and in a sense I didn't) > but: > https://gitlab.com/dustyweb/guile/tree/merge-bipt-elisp-wip > > I've rebased the whole branch against git master and added ChangeLog > style entries. "make check" is passing. It

Re: Elisp branch ready for merge (??)

2016-03-11 Thread Mathieu Lirzin
Christopher Allan Webber writes: > Well, I didn't think I'd have time to do this (and in a sense I didn't) > but: > https://gitlab.com/dustyweb/guile/tree/merge-bipt-elisp-wip > > I've rebased the whole branch against git master and added ChangeLog > style entries. "make check" is passing. It

Re: Elisp branch ready for merge (??)

2016-03-11 Thread Christopher Allan Webber
Mathieu Lirzin writes: > Christopher Allan Webber writes: > >> Well, I didn't think I'd have time to do this (and in a sense I didn't) >> but: >> https://gitlab.com/dustyweb/guile/tree/merge-bipt-elisp-wip >> >> I've rebased the whole branch against git master and added ChangeLog >> style entri

Re: Elisp branch ready for merge (??)

2016-03-11 Thread Christopher Allan Webber
Taylan Ulrich Bayırlı/Kammer writes: > Christopher Allan Webber writes: > >> Well, I didn't think I'd have time to do this (and in a sense I didn't) >> but: >> https://gitlab.com/dustyweb/guile/tree/merge-bipt-elisp-wip >> >> I've rebased the whole branch against git master and added ChangeLog

Re: Elisp branch ready for merge (??)

2016-03-11 Thread Mathieu Lirzin
Christopher Allan Webber writes: > Mathieu Lirzin writes: > [...] >> Small nitpick. Could you remove the extra spaces at the start of >> indented lines? :) >> >> I know this practice is/was a common practice in Guile but even if it >> looks prettier with indentation, this is not the proper chan

[PATCH] Skip invalid compiled file found, continue searching path.

2016-03-11 Thread Jan Nieuwenhuizen
Hi, As per chat with Ludovic on #guile (thanks!) find attached another approach to allow switching incrementally from guile-2.0 to guile-2.2: any invalid compiled files are skipped and we continue searching the GUILE_LOAD_COMPILED_PATH instead of throwing early. Greetings, Jan >From f4f53b48c1d5

Re: [PATCH] Skip invalid compiled file found, continue searching path.

2016-03-11 Thread David Kastrup
Jan Nieuwenhuizen writes: > Hi, > > As per chat with Ludovic on #guile (thanks!) find attached another > approach to allow switching incrementally from guile-2.0 to guile-2.2: > any invalid compiled files are skipped and we continue searching the > GUILE_LOAD_COMPILED_PATH instead of throwing ear