emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42032: closed (27.0.91; Allow Lisp_User_Ptr to declare which LispObj


From: GNU bug Tracking System
Subject: bug#42032: closed (27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has reference to)
Date: Thu, 13 Aug 2020 00:41:04 +0000

Your message dated Wed, 12 Aug 2020 17:40:12 -0700
with message-id 
<CADwFkmmOnoh3M23o4OSsLwjSnONsUYFAo6s8L_KRRi-H95=tEw@mail.gmail.com>
and subject line Re: bug#42032: Acknowledgement (27.0.91; Allow Lisp_User_Ptr 
to declare which LispObject it has reference to)
has caused the debbugs.gnu.org bug report #42032,
regarding 27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has 
reference to
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42032: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42032
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has reference to Date: Wed, 24 Jun 2020 19:59:01 +0300
This will using Lisp_User_Ptr for lazy computation. Here it is sample
flow:

(let ((lazy (my-module-function)))
  (my-module-get lazy "foo") ;; returns "bar"
  (my-module-get lazy "foo") ;; returns "bar"
  ...
  )

ATM it is not possible to cache "bar" in lazy because it will be garbage
collected.

Thanks,
Ivan



--- End Message ---
--- Begin Message --- Subject: Re: bug#42032: Acknowledgement (27.0.91; Allow Lisp_User_Ptr to declare which LispObject it has reference to) Date: Wed, 12 Aug 2020 17:40:12 -0700 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)
yyoncho <yyoncho@gmail.com> writes:

> I found a solution to the problem so it is fine to be closed.
> I am not sure how to do that in debbugs.

OK, I'm closing this bug report now.

Best regards,
Stefan Kangas


--- End Message ---

reply via email to

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