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]

problem with combination of future and location


Hi,

I've encountered a problem in KAWA's scheme extensions.
The following code is the smallest example.

(let ((foo ""))
  (future
   (location foo)))

or

(let* ((foo "")
       (foo-ref (location foo)))
  (future
   foo))

These code produce java.lang.NullPointerException.

Is there any workaround?

Thanks in advance,

;; yamamoto


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