[cl-store-devel] Serializing structure instances with Allegro CL

Sean Ross rosssd at gmail.com
Tue Mar 23 10:11:22 UTC 2010


Hi Jason,

 Thanks for the patch, I've applied it to darcs repository and, provided I am able to find the time, will
 look to doing a new release sometime in the next week.

Regards, 
 Sean.

On 23 Mar 2010, at 10:07, Jason S. Cornez wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi Sean,
> 
> OK, I've attached the allegro.patch I produced via
> $ darcs record
> $ darcs send -o allegro.patch
> 
> Hope it works.
> - -Jason
> 
> On 03/23/2010 11:01 AM, Sean Ross wrote:
>> Hi Jason, 
>> 
>> If you run commit your patch to your local darcs repository you can `darcs send -o allegro.patch` and then email the file to me and I will
>> apply it to the repository.
>> 
>> 
>> Thanks,
>> Sean.
>> 
>> On 23 Mar 2010, at 09:54, Jason S. Cornez wrote:
>> 
>> Hi Sean,
>> 
>> Apologies: I'm not familiar with darcs.  If you can give me the commands
>> I'll be happy to try it out.  Or of course, as you can see, the patch
>> itself is really minor - to the point of trivial.  It should take just a
>> few minutes to apply the changes by hand.
>> 
>> I've tried darcs diff - maybe that's all you need?
>> 
>> If not, let me know.
>> -Jason
>> 
>> $ darcs diff
>> diff -rN old-cl-store-darcs/acl/custom.lisp
>> new-cl-store-darcs/acl/custom.lisp
>> 28a29,35
>>>>> (defstore-cl-store (obj structure-object stream)
>>>>> (output-type-code +structure-object-code+ stream)
>>>>> (store-type-object obj stream))
>>>>> 
>>>>> (defrestore-cl-store (structure-object stream)
>>>>> (restore-type-object stream))
>>>>> 
>> diff -rN old-cl-store-darcs/allegrocl/custom.lisp
>> new-cl-store-darcs/allegrocl/custom.lisp
>> 28a29,35
>>>>> (defstore-cl-store (obj structure-object stream)
>>>>> (output-type-code +structure-object-code+ stream)
>>>>> (store-type-object obj stream))
>>>>> 
>>>>> (defrestore-cl-store (structure-object stream)
>>>>> (restore-type-object stream))
>>>>> 
>> diff -rN old-cl-store-darcs/utils.lisp new-cl-store-darcs/utils.lisp
>> 23c23
>> < #+(or sbcl cmu openmcl)
>> ---
>>>>> #+(or sbcl cmu openmcl allegro)
>> 38c38
>> < #+(or sbcl cmu openmcl)
>> ---
>>>>> #+(or sbcl cmu openmcl allegro)
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> 
> iEYEARECAAYFAkuokusACgkQQlm6HDTMLyOddwCdGfFLUd4sqgd6qoaRLm5i/VAN
> 7oUAoKREbaAh4MnsrXWpFp5JJMG4w3Vw
> =DOCR
> -----END PGP SIGNATURE-----
> <allegro.patch>





More information about the cl-store-devel mailing list