← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 1118699] Re: Add typeless object storage in per connection data in lua

 

I can't confirm 2 but I can confirm 1 is false. If the the same handler
on the same connection is assigned twice on the script the free_lua_ref
function won't be called to free the old reference.

-- 
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/1118699

Title:
  Add typeless object storage in per connection data in lua

Status in ADCH++:
  New

Bug description:
  Using SWIGLUA_REF is possible to store arbitrary lua object references
  for later usage. The propossed implementation should return nil if the
  object is not set and take care of keeping the references.

To manage notifications about this bug go to:
https://bugs.launchpad.net/adchpp/+bug/1118699/+subscriptions


References