[Issue 11118] undefined identifier in template structs functions

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/ba6fddd46d0ba3bac410905feba62c4b6933c751 Fix issue #8 - Correct lookup for template parameters.

[Issue 11118] undefined identifier in template structs functions

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12647] Lazy parameter evaluation should be marked as nothrow

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12647 greenify changed: What|Removed |Added CC||greeen...@gmail.com ---

[Issue 16746] Please output Makefile-style depfiles for ninja and make

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16746 greenify changed: What|Removed |Added CC||greeen...@gmail.com ---

[Issue 16255] std.algorithm.iteration.each on opApply doesn't support ref

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16255 greenify changed: What|Removed |Added CC||greeen...@gmail.com ---

[Issue 17020] New: std.parallelism.taskpool amap should accept lambdas

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17020 Issue ID: 17020 Summary: std.parallelism.taskpool amap should accept lambdas Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity:

[Issue 17019] New: std.algorithm.iteration.each should be usable with parallel

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17019 Issue ID: 17019 Summary: std.algorithm.iteration.each should be usable with parallel Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 17004] std.containers should be usable with @nogc

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17004 greenify changed: What|Removed |Added Summary|std.containers should be|std.containers should be

[Issue 13676] [ddoc] DDoc should wrap each part of function declaration in dedicated macro to allow more readable formatting

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13676 greenify changed: What|Removed |Added CC||greeen...@gmail.com ---

[Issue 15295] Another wrong code bug with -inline and foreach/map/all

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15295 greenify changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15357] std.algorithm.iteration.each should mirror the behavior of foreach.

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15357 greenify changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15358] std.range.each does not support opApply methods with arbitrary arity

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15358 greenify changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15357] std.algorithm.iteration.each should mirror the behavior of foreach.

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15357 --- Comment #7 from greenify --- > I think each should mirror the behavior of foreach. I agree - renamed the issue accordingly. > If we can return a tuple through a range interface that allows modifying > elements by ref,

[Issue 16746] Please output Makefile-style depfiles for ninja and make

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16746 --- Comment #6 from Matthias Klumpp --- (In reply to Vladimir Panteleev from comment #4) > Matthias, have you seen rdmd's --makedepend flag? I think it may do what you > need. This is indeed what I am looking for - does dmd

[Issue 15357] std.algorithm.iteration.each should mirror the behavior of foreach.

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15357 greenify changed: What|Removed |Added CC||greeen...@gmail.com

[Issue 16746] Please output Makefile-style depfiles for ninja and make

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16746 --- Comment #5 from Matthias Klumpp --- (In reply to Johannes Pfau from comment #3) > @Matthias a GDC test case would be really appreciated. This should be easily > reducible with Dustmite

[Issue 16423] ModuleInfo missing when linking to static lib with classes

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16423 --- Comment #15 from Ketmar Dark --- (just a speculation) maybe ld merges identical symbols from different libraries by default or something, and optlink doesn't. --

[Issue 16423] ModuleInfo missing when linking to static lib with classes

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16423 --- Comment #14 from Ketmar Dark --- i suspect optlink. sadly, i can't check with ms linker. (ketmar dreaming of getting rid of optlink and moving the defaults to mingw's binutils) --

[Issue 16423] ModuleInfo missing when linking to static lib with classes

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16423 --- Comment #13 from Jacob Carlborg --- (In reply to Ketmar Dark from comment #12) > funny, it doesn't cause any problems on GNU/Linux, only windows builds are > affected. It seems to work on all platforms except Windows. Might be

[Issue 16352] dead-lock in std.allocator.free_list unittest

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16352 --- Comment #10 from safety0ff.bugz --- (In reply to safety0ff.bugz from comment #9) > > I'm just going to slap core.internal.spinlock on it for now. https://github.com/dlang/phobos/pull/4988 --

[Issue 16352] dead-lock in std.allocator.free_list unittest

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16352 --- Comment #9 from safety0ff.bugz --- (In reply to Rainer Schuetze from comment #8) > > I agree. The actual pattern to use depends on the hardware, but x86 usually > uses a modification counter modified in lock step. I'm

[Issue 17008] use ldc/gdc intrinsics in std.math

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17008 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from

[Issue 17018] New: Push std.experimental.xml

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17018 Issue ID: 17018 Summary: Push std.experimental.xml Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 16352] dead-lock in std.allocator.free_list unittest

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16352 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 3725] Add units type to standard library

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3725 greenify changed: What|Removed |Added CC||greeen...@gmail.com ---

[Issue 17017] New: new std.events module

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17017 Issue ID: 17017 Summary: new std.events module Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 17016] New: new std.decimal module

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17016 Issue ID: 17016 Summary: new std.decimal module Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 17015] New: support final switch in std.variant

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17015 Issue ID: 17015 Summary: support final switch in std.variant Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 17014] New: enhance std.uri

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17014 Issue ID: 17014 Summary: enhance std.uri Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 17013] New: a std.streams module and API

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17013 Issue ID: 17013 Summary: a std.streams module and API Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority:

[Issue 17012] New: std.io: an io interface with support for streams and ranges

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17012 Issue ID: 17012 Summary: std.io: an io interface with support for streams and ranges Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 17011] New: cleanup std.signals documentation

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17011 Issue ID: 17011 Summary: cleanup std.signals documentation Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 17010] New: remove std.net.isemail

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17010 Issue ID: 17010 Summary: remove std.net.isemail Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 17009] New: remove etc.c.curl (and std.net.curl)

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17009 Issue ID: 17009 Summary: remove etc.c.curl (and std.net.curl) Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 7016] local import does not create -deps dependency

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #24 from Alexey G --- same result on nightly DMD32 D Compiler v2.073.0-master-cb7f8fe --

[Issue 7016] local import does not create -deps dependency

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #23 from Alexey G --- Sorry, loaded latest >dmd --version DMD32 D Compiler v2.072.1 Copyright (c) 1999-2016 by Digital Mars written by Walter Bright Windows 7 32 bit exact example from first post produce

[Issue 7016] local import does not create -deps dependency

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7016 --- Comment #22 from Alexey G --- >dmd --version DMD32 D Compiler v2.072.0-master-386ef6d Copyright (c) 1999-2016 by Digital Mars written by Walter Bright Windows 7 32 bit exact example from first post produce a.deps: a

[Issue 17008] New: use ldc/gdc intrinsics in std.math

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17008 Issue ID: 17008 Summary: use ldc/gdc intrinsics in std.math Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 17007] New: let std.math work in CTFE

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17007 Issue ID: 17007 Summary: let std.math work in CTFE Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 17006] New: std.data.json (replacement for std.json)

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17006 Issue ID: 17006 Summary: std.data.json (replacement for std.json) Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 17005] New: redesign std.encoding

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17005 Issue ID: 17005 Summary: redesign std.encoding Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 17004] New: std.containers should be usable with @nogc or const

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17004 Issue ID: 17004 Summary: std.containers should be usable with @nogc or const Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity:

[Issue 17003] New: std.bigint: CTFE not available for win32

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17003 Issue ID: 17003 Summary: std.bigint: CTFE not available for win32 Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement

[Issue 17002] New: Lazy std.base64

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17002 Issue ID: 17002 Summary: Lazy std.base64 Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 17001] New: remove etc.c.zlib / std.zip

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17001 Issue ID: 17001 Summary: remove etc.c.zlib / std.zip Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 17000] New: remove etc.c.sqlite

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17000 Issue ID: 17000 Summary: remove etc.c.sqlite Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 6583] cast() operation not fully specified

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6583 Andrei Alexandrescu changed: What|Removed |Added Keywords||trivial

[Issue 6055] multiple problems with static dtor and ctors in spec

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6055 Andrei Alexandrescu changed: What|Removed |Added Keywords||trivial

[Issue 2482] Spec does not reference about special x functions in TypeInfo_Struct

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2482 Andrei Alexandrescu changed: What|Removed |Added Keywords||trivial

[Issue 1164] Wrong order of memory deallocation

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1164 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com

[Issue 4347] foreach over range should save range.

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4347 --- Comment #5 from Andrei Alexandrescu --- (In reply to Mathias Lang from comment #4) > @Andrei: Actually, there is already a difference in behavior. When iterating > over a range which is a reference (e.g. class), the range will

[Issue 1441] [module] Allow 'private' to restrict class visibility outside module or outer class

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1441 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3108] [meta] Protection

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3108 Issue 3108 depends on issue 1441, which changed state. Issue 1441 Summary: [module] Allow 'private' to restrict class visibility outside module or outer class https://issues.dlang.org/show_bug.cgi?id=1441 What|Removed

[Issue 1444] Implicit conversions of types

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1444 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1890] DDOC removes leading space in D_CODE macro

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1890 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp

[Issue 2060] some ddoc design typos

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2060 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2170] Replace struct "literals" with actual struct literals

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2170 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1253] array initializers as expressions are not allowed in const arrays

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1253 Issue 1253 depends on issue 2170, which changed state. Issue 2170 Summary: Replace struct "literals" with actual struct literals https://issues.dlang.org/show_bug.cgi?id=2170 What|Removed |Added

[Issue 2171] errors involving anonymous class literals expose compiler internals

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2171 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp --

[Issue 4347] foreach over range should save range.

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4347 Mathias Lang changed: What|Removed |Added CC|

[Issue 2194] Variadic parameters of non-array types

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2194 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp

[Issue 2447] There's no disconnectall for std.signals

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2447 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp, trivial

[Issue 2765] module name in .obj file

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2765 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2867] stringof is broken

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2867 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3462] Add a clean way to exit a process.

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3462 Andrei Alexandrescu changed: What|Removed |Added Assignee|s...@invisibleduck.org

[Issue 2864] intra-module use of deprecated should be allowed

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2864 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3164] make: double quoted strings are not recognized

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3164 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4264] Support opApply in std.algorithm, std.range where possible

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4264 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4347] foreach over range should save range.

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4347 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 4555] Double newlines with std.file.readText

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4555 Andrei Alexandrescu changed: What|Removed |Added Keywords||trivial --

[Issue 4587] Assert exception should not allocate

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4587 --- Comment #5 from Andrei Alexandrescu --- An embarrassment of riches. https://github.com/dlang/druntime/pull/1714 https://github.com/dlang/druntime/pull/1710 --

[Issue 4646] src/phobos/linux.mak STD_MODULES definition

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4646 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4960] dmd 2.049 rejects code containing templates with a uint as template parameter

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4960 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16606] [dlang.org] Search field value not propagated to Google

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16606 Andrei Alexandrescu changed: What|Removed |Added Keywords||trivial

[Issue 16639] Review std.json wrt this article on JSON edge cases and ambiguities

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16639 Andrei Alexandrescu changed: What|Removed |Added Keywords||trivial

[Issue 16657] alias this interacts with generated opCmp and opEquals

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16657 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com

[Issue 16950] [Downloads]

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16950 Andrei Alexandrescu changed: What|Removed |Added Keywords||trivial

[Issue 16684] std.getopt, problem with the automatic handling of "h"

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16684 Andrei Alexandrescu changed: What|Removed |Added Keywords||trivial --

[Issue 16966] rdmd: AssertError@rdmd.d(489): should have been created by compileRootAndGetDeps

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16966 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/tools https://github.com/dlang/tools/commit/2026a509e6896cae4e27100ca7adea08b06843d2 fix issue 16966 - rdmd: AssertError@rdmd.d(489): should

[Issue 16991] Make writeln documentation palatable

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16991 Andrei Alexandrescu changed: What|Removed |Added Keywords||trivial --

[Issue 16992] fromISOString, fromISOExtString, and fromSimpleString do not have examples

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 Andrei Alexandrescu changed: What|Removed |Added Keywords||trivial

[Issue 16993] Documentation for toSimpleString and toString does not explain how they differ

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16993 Andrei Alexandrescu changed: What|Removed |Added Keywords||trivial

[Issue 7157] Optimiser is O(n^2) w.r.t. function length

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7157 Walter Bright changed: What|Removed |Added CC|

[Issue 16824] std.experimental.allocator.dispose leaks memory for arrays of more than 1 dimension

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16824 --- Comment #4 from Andrei Alexandrescu --- (In reply to Andrei Alexandrescu from comment #3) > The owns() method allows allocators to figure that out, but returns true for > internal pointers as well, which means the following

[Issue 16824] std.experimental.allocator.dispose leaks memory for arrays of more than 1 dimension

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16824 --- Comment #3 from Andrei Alexandrescu --- The owns() method allows allocators to figure that out, but returns true for internal pointers as well, which means the following would not end well: auto ints2d =

[Issue 2396] -O causes very long execution time on foreach loop of large array of structs

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2396 Jack Stouffer changed: What|Removed |Added Keywords||performance

[Issue 7157] Optimiser is O(n^2) w.r.t. function length

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7157 Jack Stouffer changed: What|Removed |Added Keywords||performance

[Issue 16824] std.experimental.allocator.dispose leaks memory for arrays of more than 1 dimension

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16824 --- Comment #2 from RazvanN --- (In reply to Andrei Alexandrescu from comment #1) > OK, so what we have here at the core is this: > > auto ints2d = allocator.makeArray!(int[])(2); > foreach(ref ints1d; ints2d) >

[Issue 7157] Optimiser is O(n^2) w.r.t. function length

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7157 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com

[Issue 16352] dead-lock in std.allocator.free_list unittest

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16352 --- Comment #7 from safety0ff.bugz --- (In reply to safety0ff.bugz from comment #6) > > But the value of `next` could have changed between the load and the cas. I meant `oldRoot.next`. i.e. next != oldRoot.next after the

[Issue 16352] dead-lock in std.allocator.free_list unittest

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16352 safety0ff.bugz changed: What|Removed |Added CC|

[Issue 14939] dmd slow build of botan library with -inline and -O

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14939 Daniel Kozak changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7157] Optimiser is O(n^2) w.r.t. function length

2016-12-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7157 Daniel Kozak changed: What|Removed |Added CC||chalu...@gmail.com ---