Thread overview
[Issue 15281] std\experimental\allocator\package.d not included in build script
Nov 10, 2015
Richard Cattermole
Nov 11, 2015
Martin Nowak
Nov 11, 2015
Martin Nowak
Nov 18, 2015
Jack Stouffer
Nov 20, 2015
Martin Nowak
November 10, 2015
https://issues.dlang.org/show_bug.cgi?id=15281

Richard Cattermole <alphaglosined@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alphaglosined@gmail.com

--- Comment #1 from Richard Cattermole <alphaglosined@gmail.com> ---
Verified, it is only missing from Windows make files. Not Posix.

--
November 11, 2015
https://issues.dlang.org/show_bug.cgi?id=15281

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #2 from Martin Nowak <code@dawg.eu> ---
I want to note that this is a systematic error b/c the Windows makefiles
require too much manual editing, and people always forget to update things in
more than 1 place.
We're still looking for someone to make our posix.mak makefile compatible with
gmake.exe on Windows.

--
November 11, 2015
https://issues.dlang.org/show_bug.cgi?id=15281

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |normal

--
November 18, 2015
https://issues.dlang.org/show_bug.cgi?id=15281

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack@jackstouffer.com
           Severity|normal                      |critical

--
November 20, 2015
https://issues.dlang.org/show_bug.cgi?id=15281

--- Comment #3 from Martin Nowak <code@dawg.eu> ---
Did anyone bother to fix this? The next point release is due soon.

--
November 29, 2015
https://issues.dlang.org/show_bug.cgi?id=15281

monkeyworks12@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monkeyworks12@hotmail.com

--- Comment #4 from monkeyworks12@hotmail.com ---
https://github.com/D-Programming-Language/phobos/pull/3841

--
November 29, 2015
https://issues.dlang.org/show_bug.cgi?id=15281

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/d407ec73e42e45b8422e7862b7fb886dd9bfcead Merge pull request #3843 from MetaLang/stable

Fix Issue 15281 - Add std.experimental.allocator to the build script

--
January 03, 2016
https://issues.dlang.org/show_bug.cgi?id=15281

--- Comment #6 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/d407ec73e42e45b8422e7862b7fb886dd9bfcead Merge pull request #3843 from MetaLang/stable

--