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] | |
Is there a way to get rid of this warning when compile the code below? The real issue is that we end up looking up the method at run time, instead of at compile time.
(define-namespace timestamp "class:java.sql.Timestamp")
(define (foo a b) (timestamp:compareTo (as <java.sql.Timestamp> a) (as <java.sql.Timestamp> b)))
Seems to be fixed in the CVS version. -- --Per Bothner per@bothner.com http://per.bothner.com/
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |