bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Weak Vectors Patch


From: Ludovic Courtès
Subject: Re: Weak Vectors Patch
Date: Sat, 17 Apr 2010 22:48:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi!

Clinton Ebadi <address@hidden> writes:

> address@hidden (Ludovic Courtès) writes:

[...]

>> The patch looks good to me, modulo a few things:
>>
>>   - Could you make it 3 (or 4?) different patches, each with a test case
>>     showing what is being fixed?
>>
>>   - If that’s fine with you, you’ll need to assign copyright to the
>>     FSF.  We can arrange this off-list.
>
> I have attached a series of three patches with reformatted GNU style
> commit logs and the gnu coding style violations fixed.

Cool, thanks!

> I talked to wingo, and he suggested that (equal? WEAK-VECTOR VECTOR) =>
> #f;

Hmm what’s the motivation?  It seems more intuitive to me to have, e.g.,

  (equal? (make-vector 3 4) (make-weak-vector 3 4))
  => #t

> How do you want to handle copyright assignment?

The usual way.  ;-)

So, would you be willing to assign the copyright to the Free Software
Foundation, so that we could install it in Guile?

If so, please send the form below to address@hidden  They’ll then send
you the actual copyright assignment form by snail mail, which you’ll
have to sign and send back, after which we can integrate these and
future changes by you in Guile.

Thanks!

Ludo’.


Please email the following information to address@hidden, and we
will send you the assignment form for your past and future changes.

Please use your full legal name (in ASCII characters) as the subject
line of the message.
----------------------------------------------------------------------
REQUEST: SEND FORM FOR PAST AND FUTURE CHANGES

[What is the name of the program or package you're contributing to?]


[Did you copy any files or text written by someone else in these changes?
Even if that material is free software, we need to know about it.]


[Do you have an employer who might have a basis to claim to own
your changes?  Do you attend a school which might make such a claim?]


[For the copyright registration, what country are you a citizen of?]


[What year were you born?]


[Please write your email address here.]


[Please write your postal address here.]





[Which files have you changed so far, and which new files have you written
so far?]






Attachment: pgp9lqxuoZKZz.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]