* 1.6.8 release candidate 1 available for testing.
@ 2006-04-14 5:59 Rob Browning
2006-04-14 9:39 ` Ludovic Courtès
2006-04-16 22:28 ` Kevin Ryde
0 siblings, 2 replies; 6+ messages in thread
From: Rob Browning @ 2006-04-14 5:59 UTC (permalink / raw)
Even though 1.8 is now available, we would like to release 1.6.8 for
those who are still using 1.6 and who may benefit from the accumulated
fixes.
For now the release candidate is available here:
http://people.debian.org/~rlb/tmp/guile-1.6.8-rc1.tar.gz
Please test.
In particular, we are interested in any significant regressions with
respect to 1.6.7. If none are found, we should be ready to release
1.6.8.
Note that rc1 includes the new SLIB related code; see NEWS. (SLIB
fixes for 1.8 are still pending.)
Thanks
--
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 1.6.8 release candidate 1 available for testing.
2006-04-14 5:59 1.6.8 release candidate 1 available for testing Rob Browning
@ 2006-04-14 9:39 ` Ludovic Courtès
2006-04-16 22:28 ` Kevin Ryde
1 sibling, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2006-04-14 9:39 UTC (permalink / raw)
Cc: guile-devel
Hi,
Rob Browning <rlb@defaultvalue.org> writes:
> Please test.
I only ran `make check' and it succeeds on `powerpc-unknown-linux-gnu'.
Thanks,
Ludovic.
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 1.6.8 release candidate 1 available for testing.
2006-04-14 5:59 1.6.8 release candidate 1 available for testing Rob Browning
2006-04-14 9:39 ` Ludovic Courtès
@ 2006-04-16 22:28 ` Kevin Ryde
2006-04-16 22:53 ` Rob Browning
2006-04-17 2:50 ` Rob Browning
1 sibling, 2 replies; 6+ messages in thread
From: Kevin Ryde @ 2006-04-16 22:28 UTC (permalink / raw)
Cc: guile-devel
Rob Browning <rlb@defaultvalue.org> writes:
>
> SLIB fixes for 1.8 are still pending.
You could stick those in whenever you're ready. I dropped the
slib.test because ice-9 slib at the moment bombs with the current
slib.
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 1.6.8 release candidate 1 available for testing.
2006-04-16 22:28 ` Kevin Ryde
@ 2006-04-16 22:53 ` Rob Browning
2006-04-17 2:50 ` Rob Browning
1 sibling, 0 replies; 6+ messages in thread
From: Rob Browning @ 2006-04-16 22:53 UTC (permalink / raw)
Kevin Ryde <user42@zip.com.au> writes:
> You could stick those in whenever you're ready. I dropped the
> slib.test because ice-9 slib at the moment bombs with the current
> slib.
OK, sounds good. I'm still in discussions with Aubrey Jaffer. It
looks like the changes in SLIB behavior for 1.8 may be substantial,
but I'll know more later. We may end up just requiring a new enough
(perhaps even pending) version of SLIB.
--
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 1.6.8 release candidate 1 available for testing.
2006-04-16 22:28 ` Kevin Ryde
2006-04-16 22:53 ` Rob Browning
@ 2006-04-17 2:50 ` Rob Browning
2006-04-17 23:44 ` Kevin Ryde
1 sibling, 1 reply; 6+ messages in thread
From: Rob Browning @ 2006-04-17 2:50 UTC (permalink / raw)
Kevin Ryde <user42@zip.com.au> writes:
> You could stick those in whenever you're ready. I dropped the
> slib.test because ice-9 slib at the moment bombs with the current
> slib.
How did you drop the test? A run of "make check" still fails here.
I'm assuming that you might have just removed slib.test from SCM_TESTS
in Makefile.am, but I'm not sure that guile-test (currently) pays any
attention to its arguments, though arguably, perhaps it should. It
looks like guile-test may just scan for *.test.
Also, whatever we do, we might still want slib.test in SCM_TESTS (or
at least EXTRA_DIST) so it'll show up in the distribution.
--
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 1.6.8 release candidate 1 available for testing.
2006-04-17 2:50 ` Rob Browning
@ 2006-04-17 23:44 ` Kevin Ryde
0 siblings, 0 replies; 6+ messages in thread
From: Kevin Ryde @ 2006-04-17 23:44 UTC (permalink / raw)
Cc: guile-devel
Rob Browning <rlb@defaultvalue.org> writes:
>
> I'm assuming that you might have just removed slib.test from SCM_TESTS
> in Makefile.am,
Yep, which keeps it out of the dist, though it still hurts from the
cvs (I dithered about that then did nothing). I guess I could have
commented out everything in the file or something instead.
> but I'm not sure that guile-test (currently) pays any
> attention to its arguments, though arguably, perhaps it should.
It'd be a good thing if it did.
> It looks like guile-test may just scan for *.test.
Yep, annoying if you're putting together something preliminary in that
dir.
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-04-17 23:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-14 5:59 1.6.8 release candidate 1 available for testing Rob Browning
2006-04-14 9:39 ` Ludovic Courtès
2006-04-16 22:28 ` Kevin Ryde
2006-04-16 22:53 ` Rob Browning
2006-04-17 2:50 ` Rob Browning
2006-04-17 23:44 ` Kevin Ryde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).