unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* When is 1.8 going to be released
@ 2003-07-21 20:24 Han-Wen Nienhuys
  2003-07-22 12:51 ` Marius Vollmer
  0 siblings, 1 reply; 7+ messages in thread
From: Han-Wen Nienhuys @ 2003-07-21 20:24 UTC (permalink / raw)



Hi guys,

Just wondering what time-frame you had in mind for releasing 1.8, what
is still left to do, and who is working on what-needs-to-be-done.

Greetings,

Han-Wen

-- 

Han-Wen Nienhuys   |   hanwen@cs.uu.nl   |   http://www.xs4all.nl/~hanwen 


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: When is 1.8 going to be released
  2003-07-21 20:24 When is 1.8 going to be released Han-Wen Nienhuys
@ 2003-07-22 12:51 ` Marius Vollmer
  2003-07-24 13:09   ` Han-Wen Nienhuys
  2003-07-30 23:07   ` Kevin Ryde
  0 siblings, 2 replies; 7+ messages in thread
From: Marius Vollmer @ 2003-07-22 12:51 UTC (permalink / raw)
  Cc: guile-devel

Han-Wen Nienhuys <hanwen@cs.uu.nl> writes:

> Just wondering what time-frame you had in mind for releasing 1.8,

I myself don't have any time-frame yet and I don't feel like we need
to hurry.  But that's just me.  I'm certainly looking forward to 1.8,
it's going to have some very good things in it.

> what is still left to do, and who is working on
> what-needs-to-be-done.

There is a list in workbook/tasks/TODO.  The biggest items are

  - Implement scm replacements for all of GH

This includes designing the replacement first and writing
documentation, both tutorial style and reference style.

  - Cleanup threading code and document it.  Especially the roles of
    the different APIs (C low level, Scheme, Plugin)

That should not be much work, but I have to admit that I'm a bit
confused right now and need to make room in me head before attempting
this.

  - Make 1.8 backwards compatible again with 1.6.

This should be nearly done, but needs more testing.

I want to work on these items when I have finished my thesis, which
hopefully happens in the next three to four weeks.  Knock on wood...

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: When is 1.8 going to be released
  2003-07-22 12:51 ` Marius Vollmer
@ 2003-07-24 13:09   ` Han-Wen Nienhuys
  2003-08-23 17:32     ` Rob Browning
  2003-09-12 16:06     ` Marius Vollmer
  2003-07-30 23:07   ` Kevin Ryde
  1 sibling, 2 replies; 7+ messages in thread
From: Han-Wen Nienhuys @ 2003-07-24 13:09 UTC (permalink / raw)
  Cc: guile-devel

mvo@zagadka.de writes:
> > Just wondering what time-frame you had in mind for releasing 1.8,
> 
> I myself don't have any time-frame yet and I don't feel like we need
> to hurry.  But that's just me.  I'm certainly looking forward to 1.8,
> it's going to have some very good things in it.

On 2nd thought, I also do not have a particular hurry. However, Jan is
getting annoyed at having to patch GUILE to get it compiling on
cygwin. Who is working on the 1.6 branch maintenance? 

>   - Implement scm replacements for all of GH
> 
> This includes designing the replacement first and writing
> documentation, both tutorial style and reference style.

I don't quite get this.  Where is the exact problem here?

What's wrong with replacing gh_ with scm_ (or scm_c_ ) in the .c and
.h files?

>   - Make 1.8 backwards compatible again with 1.6.
> 
> This should be nearly done, but needs more testing.
> 
> I want to work on these items when I have finished my thesis, which
> hopefully happens in the next three to four weeks.  Knock on wood...

OK, hang in there, you'll survive.

-- 

Han-Wen Nienhuys   |   hanwen@cs.uu.nl   |   http://www.xs4all.nl/~hanwen 


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: When is 1.8 going to be released
  2003-07-22 12:51 ` Marius Vollmer
  2003-07-24 13:09   ` Han-Wen Nienhuys
@ 2003-07-30 23:07   ` Kevin Ryde
  1 sibling, 0 replies; 7+ messages in thread
From: Kevin Ryde @ 2003-07-30 23:07 UTC (permalink / raw)


Marius Vollmer <mvo@zagadka.de> writes:
>
>   - Implement scm replacements for all of GH
>
> This includes designing the replacement first and writing
> documentation, both tutorial style and reference style.

Speaking of this, it occurred to me while nosing through the
transitioning section that it might be better for the replacements to
be given with each gh function as it's described.  For instance
gh_list might say something like

	Superseded by `scm_list_n' (*note List Constructors::).

The whole chapter could probably move to be an appendix if it's not
recommended for new programs.  Maybe the "Deprecated" chapter could
similarly be an appendix.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: When is 1.8 going to be released
  2003-07-24 13:09   ` Han-Wen Nienhuys
@ 2003-08-23 17:32     ` Rob Browning
  2003-08-27 23:53       ` Kevin Ryde
  2003-09-12 16:06     ` Marius Vollmer
  1 sibling, 1 reply; 7+ messages in thread
From: Rob Browning @ 2003-08-23 17:32 UTC (permalink / raw)
  Cc: guile-devel, Marius Vollmer

Han-Wen Nienhuys <hanwen@cs.uu.nl> writes:

> On 2nd thought, I also do not have a particular hurry. However, Jan is
> getting annoyed at having to patch GUILE to get it compiling on
> cygwin. Who is working on the 1.6 branch maintenance? 

Everyone, right? :>

Actually, at least in my case, I was a bit out of commission
guile-wise for a bit, but that should be fixed now.  I'm working on
the source this weekend, and we'll see how things go.

I'd like to consider making a 1.6.5 release in the not too distant
future, so everyone should start thinking about what (bugfix-wise)
might not already be in CVS.

-- 
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://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: When is 1.8 going to be released
  2003-08-23 17:32     ` Rob Browning
@ 2003-08-27 23:53       ` Kevin Ryde
  0 siblings, 0 replies; 7+ messages in thread
From: Kevin Ryde @ 2003-08-27 23:53 UTC (permalink / raw)


Rob Browning <rlb@defaultvalue.org> writes:
>
> I'd like to consider making a 1.6.5 release in the not too distant
> future, so everyone should start thinking about what (bugfix-wise)
> might not already be in CVS.

In other messages,
   - scm_done_malloc on negative operands
   - srfi-1 list-copy on improper lists.

I was going to go ahead with a list-copy fix, but then 1.6 doesn't
have an srfi-1.c module as such so I wasn't sure if I was keen enough
to either introduce one or do it in scheme.  Maybe (tested a bit),

(define (list-copy lst)
  (let ((ret (cons #f lst)))
    (do ((lst lst (cdr lst))
         (end ret (cdr end)))
        ((not (pair? lst))
         (cdr ret))
      (set-cdr! end (cons (car lst) (cdr lst))))))


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: When is 1.8 going to be released
  2003-07-24 13:09   ` Han-Wen Nienhuys
  2003-08-23 17:32     ` Rob Browning
@ 2003-09-12 16:06     ` Marius Vollmer
  1 sibling, 0 replies; 7+ messages in thread
From: Marius Vollmer @ 2003-09-12 16:06 UTC (permalink / raw)
  Cc: guile-devel

Han-Wen Nienhuys <hanwen@cs.uu.nl> writes:

> mvo@zagadka.de writes:
>> > Just wondering what time-frame you had in mind for releasing 1.8,
>> 
>> I myself don't have any time-frame yet and I don't feel like we need
>> to hurry.  But that's just me.  I'm certainly looking forward to 1.8,
>> it's going to have some very good things in it.
>
> On 2nd thought, I also do not have a particular hurry. However, Jan is
> getting annoyed at having to patch GUILE to get it compiling on
> cygwin. Who is working on the 1.6 branch maintenance? 

Mostly Rob and myself.  I'm not aware of Cygwin patches (which is
enterily my fault).  Please mail them to me and I'll have a look.

>>   - Implement scm replacements for all of GH
>> 
>> This includes designing the replacement first and writing
>> documentation, both tutorial style and reference style.
>
> I don't quite get this.  Where is the exact problem here?
>
> What's wrong with replacing gh_ with scm_ (or scm_c_ ) in the .c and
> .h files?

I can't answer this yet; maybe it is that simple.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-09-12 16:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-21 20:24 When is 1.8 going to be released Han-Wen Nienhuys
2003-07-22 12:51 ` Marius Vollmer
2003-07-24 13:09   ` Han-Wen Nienhuys
2003-08-23 17:32     ` Rob Browning
2003-08-27 23:53       ` Kevin Ryde
2003-09-12 16:06     ` Marius Vollmer
2003-07-30 23:07   ` 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).