This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

broken (field x 'length) testcase


Hi,

Chris Dean is right, I retract my bug-report.

>> (define (cmp-bytes b1      ;expected value
>>                    b2	;value from DB
>>                    field
                      ^^^^^ already defined in Kawa 
>> 		   )
>>   (let ((l1 (field b1 'length)))
I slipped on a Lisp-1/2 issue and did not realize that field was not a good variable name, given that I wanted to use Kawa's predefined operator.

>> (cmp-bytes (Base64:decode "ABCD") (Base64:decode "ABCD") "CRI")
>What's Base64 ?

(define-namespace Base64 "class:org.apache.xerces.impl.dv.util.Base64")
>From the Xerces-J distribution.

Regards,
	Jorg Hohle.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]