[Issue 4151] Add weak references to Phobos/druntime

2018-05-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4151

Dmitry Olshansky  changed:

   What|Removed |Added

 CC||dmitry.o...@gmail.com

--- Comment #4 from Dmitry Olshansky  ---
Even in Java Weak references solve about as much problems as they introduce.
But a library based solution could indeed come in handy.

--


[Issue 4151] Add weak references to Phobos/druntime

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4151

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|future  |D2

--


[Issue 4151] Add weak references to Phobos/druntime

2011-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4151


nfx...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4151] Add weak references to Phobos/druntime

2011-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4151


Brad Roberts  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||bra...@puremagic.com
 Resolution|INVALID |


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4151] Add weak references to Phobos/druntime

2013-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4151


Denis Shelomovskij  changed:

   What|Removed |Added

 CC||verylonglogin@gmail.com


--- Comment #1 from Denis Shelomovskij  2013-03-16 
15:06:59 MSK ---
Even worse GC lock/unlock aren't parts of a druntime user API so one have to
use ugly things like calling addRange/removeRange to ensure the memory will not
be collected.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4151] Add weak references to Phobos/druntime

2013-10-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4151



--- Comment #2 from Denis Shelomovskij  2013-10-08 
13:58:32 MSD ---
One can use this implementation for now:
http://denis-sh.bitbucket.org/unstandard/unstd.memory.weakref.html

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4151] Add weak references to Phobos/druntime

2013-10-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4151



--- Comment #3 from Denis Shelomovskij  2013-10-16 
13:58:28 MSD ---
A proposal to add library implementation without runtime changes:
http://forum.dlang.org/thread/l3dj7b$2tvc$1...@digitalmars.com

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4151] Add weak references to Phobos/druntime

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4151

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P4

--