[Issue 15509] IAllocator must be exposed via a reference counted struct

2023-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15509
Issue 15509 depends on issue 13983, which changed state.

Issue 13983 Summary: RefCounted needs to be @safe
https://issues.dlang.org/show_bug.cgi?id=13983

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 15509] IAllocator must be exposed via a reference counted struct

2022-12-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15509
Issue 15509 depends on issue 13972, which changed state.

Issue 13972 Summary: Make scoped, Unique, and RefCounted @nogc
https://issues.dlang.org/show_bug.cgi?id=13972

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--


[Issue 15509] IAllocator must be exposed via a reference counted struct

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

Seb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||greensunn...@gmail.com
 Resolution|--- |FIXED

--- Comment #5 from Seb  ---
This has been fixed by https://github.com/dlang/phobos/pull/5921

See also 

https://dlang.org/changelog/pending.html#std-experimental-allocator-rciallocator

--


[Issue 15509] IAllocator must be exposed via a reference counted struct

2016-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15509

Dicebot  changed:

   What|Removed |Added

 CC||pub...@dicebot.lv

--- Comment #1 from Dicebot  ---
Is http://dlang.org/library/std/typecons/ref_counted.html considered up to the
quality for this?

--


[Issue 15509] IAllocator must be exposed via a reference counted struct

2016-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15509

--- Comment #3 from Dicebot  ---
I have expected as much. This makes the issue much more generic (and
challenging) :)

--


[Issue 15509] IAllocator must be exposed via a reference counted struct

2016-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15509

weaselcat  changed:

   What|Removed |Added

 CC||r9shacklef...@gmail.com
 Depends on||14168, 13983, 13972

--- Comment #4 from weaselcat  ---
(In reply to Andrei Alexandrescu from comment #2)
> (In reply to Dicebot from comment #1)
> > Is http://dlang.org/library/std/typecons/ref_counted.html considered up to
> > the quality for this?
> 
> I think not, for the time being. Ideally user code would have no possibility
> to get to the actual IAllocator. -- Andrei

Adding a few dependencies, feel free to remove them if this is not the path
being taken.

--


[Issue 15509] IAllocator must be exposed via a reference counted struct

2016-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15509

--- Comment #2 from Andrei Alexandrescu  ---
(In reply to Dicebot from comment #1)
> Is http://dlang.org/library/std/typecons/ref_counted.html considered up to
> the quality for this?

I think not, for the time being. Ideally user code would have no possibility to
get to the actual IAllocator. -- Andrei

--