[Issue 17910] Can't have UFCS in aggregate types

2017-10-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17910 --- Comment #5 from Steven Schveighoffer --- (In reply to anonymous4 from comment #4) > (In reply to Steven Schveighoffer from comment #3) > > make your extension methods global > > This destroys encapsulation: what has no business at global scope s

[Issue 17919] New: std.container.Array could use pureMalloc

2017-10-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17919 Issue ID: 17919 Summary: std.container.Array could use pureMalloc Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Prior

[Issue 17920] New: Missing postblit for `T lhs = cast(T) `

2017-10-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17920 Issue ID: 17920 Summary: Missing postblit for `T lhs = cast(T) ` Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Priority: P1

[Issue 17921] New: allow to use `alias function this` to be used for implicit conversions

2017-10-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17921 Issue ID: 17921 Summary: allow to use `alias function this` to be used for implicit conversions Product: D Version: D2 Hardware: All OS: All Status: N

[Issue 14894] mangling of mixins and lambdas is not unique and depends on compilation flags

2017-10-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14894 --- Comment #12 from Martin Nowak --- (In reply to uplink.coder from comment #11) > We need AST-Node hashing anyhow. > but that won't fix the .di files problem, as the hash will be different from > the impl or does the source have to be available

[Issue 17919] std.container.Array could use pureMalloc

2017-10-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17919 Nathan S. changed: What|Removed |Added Assignee|nob...@puremagic.com|n8sh.second...@hotmail.com --

[Issue 17907] Can't automatically resolve to function with same name as module

2017-10-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17907 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17907] Can't automatically resolve to function with same name as module

2017-10-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17907 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #3 fr

[Issue 17922] New: SysTime.to

2017-10-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17922 Issue ID: 17922 Summary: SysTime.to Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal Priority: P1 Component: ph

[Issue 17922] SysTime.to

2017-10-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17922 Jonathan M Davis changed: What|Removed |Added CC||issues.dl...@jmdavisprog.co

[Issue 17907] Can't automatically resolve to function with same name as module

2017-10-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17907 Shriramana Sharma changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFIX

[Issue 13911] rename std.stdio to std.io

2017-10-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13911 Shriramana Sharma changed: What|Removed |Added CC||samj...@gmail.com --

[Issue 17922] SysTime.to

2017-10-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17922 Uranuz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 17923] New: code coverage improvements

2017-10-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17923 Issue ID: 17923 Summary: code coverage improvements Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P2

[Issue 17924] New: allow to omit middle operator in ternary condition (a.k.a. add ?: Elvis operator)

2017-10-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17924 Issue ID: 17924 Summary: allow to omit middle operator in ternary condition (a.k.a. add ?: Elvis operator) Product: D Version: D2 Hardware: All OS: All

[Issue 17922] SysTime.to

2017-10-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17922 --- Comment #3 from Jonathan M Davis --- Yeah, unfortunately, there are a number of time zones that don't line up on the hour (usually they then line up on the half hour, but IIRC, not even that is always the case). --

[Issue 17925] New: [Contract Programming]

2017-10-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17925 Issue ID: 17925 Summary: [Contract Programming] Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW Severity: enhance

[Issue 17925] [Contract Programming]

2017-10-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17925 Rob changed: What|Removed |Added Keywords||contracts --

[Issue 17926] New: Provide high level wrapper for creating temporary directories and files

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17926 Issue ID: 17926 Summary: Provide high level wrapper for creating temporary directories and files Product: D Version: D2 Hardware: x86_64 OS: Linux Sta

[Issue 17927] [scope] scope input return value can be escaped

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17927 Martin Nowak changed: What|Removed |Added OS|Linux |All --

[Issue 17927] New: [scope] scope input return value can be escaped

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17927 Issue ID: 17927 Summary: [scope] scope input return value can be escaped Product: D Version: D2 Hardware: All OS: Linux Status: NEW Keywords: safe Sev

[Issue 17927] [scope] scope input return value can be escaped

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17927 --- Comment #1 from Martin Nowak --- My bad, there are two bugs. All of the above opSlice methods should fail to compile, but on the mutable and cost method do, the inout silently compiles, even though it escapes a field. All of the methods should

[Issue 17796] ldc's -oq (write full module path for objects) breaks linking

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17796 Rainer Schuetze changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 17811] No stack for Win32 exceptions

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17811 --- Comment #9 from Rainer Schuetze --- *** Issue 11014 has been marked as a duplicate of this issue. *** --

[Issue 11014] call stack not displayed when exception is thrown

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11014 Rainer Schuetze changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 17928] New: [scope] `in` is not treated as `const scope`

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17928 Issue ID: 17928 Summary: [scope] `in` is not treated as `const scope` Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Priorit

[Issue 17717] C++ files not always recompiled when changed

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17717 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 from Rai

[Issue 17717] C++ files not always recompiled when changed

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17717 --- Comment #2 from bitwise --- @Rainer Schuetze I would have to check again. I was using DMD/DMC at the time, but switched to ldc/clang shortly after to get C++11 support. I'll try to reproduce the bug and get back to you. --

[Issue 17912] Add function to std.file for creating a temporary file with a name

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17912 --- Comment #1 from Jonathan M Davis --- https://github.com/dlang/phobos/pull/5788 --

[Issue 17929] New: [Contract Programming] 23.3 In, Out and Inheritance

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17929 Issue ID: 17929 Summary: [Contract Programming] 23.3 In, Out and Inheritance Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NE

[Issue 17930] New: [Contract Programming] 23.3 In, Out and Inheritance

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17930 Issue ID: 17930 Summary: [Contract Programming] 23.3 In, Out and Inheritance Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NE

[Issue 17930] [Contract Programming] 23.3 In, Out and Inheritance

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17930 Rob changed: What|Removed |Added Keywords||contracts Severity|enhancement

[Issue 17927] [scope] scope input return value can be escaped

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17927 --- Comment #2 from Walter Bright --- Changing the @trusted to @safe makes the first example fail to compile with: test.d(6): Error: pointer slicing not allowed in safe functions Changing String to: struct String { inout(char)[] opSlice()

[Issue 14599] Re-add scratchFile after executable size regression has been fixed

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14599 Shriramana Sharma changed: What|Removed |Added CC||samj...@gmail.com --

[Issue 17912] Add function to std.file for creating a temporary file with a name

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17912 Shriramana Sharma changed: What|Removed |Added CC||samj...@gmail.com --

[Issue 17927] [scope] scope input return value can be escaped

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17927 --- Comment #4 from Walter Bright --- It turns out that: struct String { inout(char)* mem2() inout scope @safe { return ptr; } char* ptr; } not issuing an error is actually correct, because a parameter that is `ref inout` is inferred to

[Issue 17927] [scope] scope input return value can be escaped

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17927 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 17928] [scope] `in` is not treated as `const scope`

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17928 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 17927] [scope] `scope inout` parameter value can be escaped via return

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17927 Walter Bright changed: What|Removed |Added Summary|[scope] scope input return |[scope] `scope inout` |val

[Issue 17927] [scope] `scope inout` parameter value can be escaped via return

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17927 --- Comment #6 from Walter Bright --- https://github.com/dlang/dmd/pull/7235 --

[Issue 17930] [Contract Programming] 23.3 In, Out and Inheritance

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17930 --- Comment #1 from Rob --- *** Issue 17929 has been marked as a duplicate of this issue. *** --

[Issue 17929] [Contract Programming] 23.3 In, Out and Inheritance

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17929 Rob changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 17930] [Contract Programming] 23.3 In, Out and Inheritance

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17930 --- Comment #2 from Rob --- In addition to class Base { myFunc() { } } class Derived : Base { myFunc(int a) in { assert(a >= 0); } body { } } getting a compile error. In the following situation: class Bas

[Issue 17930] [Contract Programming] 23.3 In, Out and Inheritance

2017-10-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17930 --- Comment #3 from Rob --- Forgot return types on functions. Also, the function in Derived2 should have "override". --

[Issue 17927] [scope] `scope inout` parameter value can be escaped via return

2017-10-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17927 --- Comment #7 from Walter Bright --- Spec pull: https://github.com/dlang/dlang.org/pull/1914 --

[Issue 16800] Minimum double inconsistency/problems + double.min + (number '4.9E-324' is not representable) / Mac / Windows

2017-10-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16800 Octav Pelin changed: What|Removed |Added CC||octavpe...@outlook.com --

[Issue 17842] [scope] array append allows for escaping references

2017-10-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17842 --- Comment #1 from Walter Bright --- https://github.com/dlang/dmd/pull/7236 --

[Issue 17060] betterC std.allocator

2017-10-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17060 radu.raca...@gmail.com changed: What|Removed |Added CC||radu.raca...@gmail.com --- Comment #

[Issue 827] Trying to break out of a labelled BlockStatement breaks out of a for loop at its beginning

2017-10-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=827 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #4 from Nick Trele

[Issue 17931] New: [scope] `return` == `return scope` breaks for struct methods

2017-10-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17931 Issue ID: 17931 Summary: [scope] `return` == `return scope` breaks for struct methods Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 16744] We should have a TypeOf template so that typeof can be used with templates like staticMap

2017-10-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16744 monkeywork...@hotmail.com changed: What|Removed |Added CC||monkeywork...@hotmail.com

[Issue 17730] [scope][dip1000] std.algorithm.move escapes scope variable in @safe code

2017-10-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17730 Martin Nowak changed: What|Removed |Added Priority|P1 |P3 CC|

[Issue 17932] New: [scope] __traits(compiles, stmt) cannot test scope violations

2017-10-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17932 Issue ID: 17932 Summary: [scope] __traits(compiles, stmt) cannot test scope violations Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 17730] [scope][dip1000] std.algorithm.move escapes scope variable in @safe code

2017-10-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17730 Martin Nowak changed: What|Removed |Added Keywords||pull --- Comment #3 from Martin Nowak --- ht

[Issue 16997] Integral promotion rules not being followed for unary + - ~ expressions

2017-10-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16997 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 16997] Integral promotion rules not being followed for unary + - ~ expressions

2017-10-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16997 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/71403b6cd3781cd4d97104be1f4194e168a75d02 fix Issue 16997 - Integral promotion rules not being followed

[Issue 17246] [REG2.053] Extra destructor call.

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17246 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #2 from

[Issue 17918] Segmentation fault dmd failed with exit code 139.

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17918 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #2 from

[Issue 17918] Segmentation fault dmd failed with exit code 139.

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17918 --- Comment #3 from Walter Bright --- Also, why is this marked as a regression? What dmd did it work with before? --

[Issue 17924] allow to omit middle operator in ternary condition (a.k.a. add ?: Elvis operator)

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17924 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com Assignee|nob..

[Issue 17878] Add __traits(isFuture, ...)

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17878 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/03b13c79cb98088c60faa2457db0d8f85a0bc6dc Fix Issue 17878 - Add __traits(isFuture, ...) https://github.

[Issue 17918] Segmentation fault dmd failed with exit code 139.

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17918 --- Comment #4 from Roman --- I meant building. It's just for dub running and building are done with one command. I marked it as a regression because it's quite old code and I did not have problems with it before. I made this test in travis to check

[Issue 6895] std.traits.isCovariantWith doesn't work for function, function pointer and delegate

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6895 Alexandru Razvan Caciulescu changed: What|Removed |Added CC||alexandru.razva...@gmail.co

[Issue 6895] std.traits.isCovariantWith doesn't work for function, function pointer and delegate

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6895 --- Comment #1 from Alexandru Razvan Caciulescu --- https://github.com/dlang/phobos/pull/5800 --

[Issue 9362] Add a method to remove one item to std.container.SList

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9362 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Issue 9362] Add a method to remove one item to std.container.SList

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9362 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/aee56671f8226cb910017d0f5c49186771d06d1d Fix issue 9362 - Add linearRemoveElement from Slist http

[Issue 6895] std.traits.isCovariantWith doesn't work for function, function pointer and delegate

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6895 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/1d26b5fef7ff33b51f0d26898f555727278b351b Fix issue 6895 std.traits.isCovariantWith doesn't work fo

[Issue 6895] std.traits.isCovariantWith doesn't work for function, function pointer and delegate

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6895 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Issue 17933] New: Warn in case of implicit truncating float conversion

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17933 Issue ID: 17933 Summary: Warn in case of implicit truncating float conversion Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 17901] FreeBSD 10.3: AssertError@std/experimental/allocator/building_blocks/region.d(652)

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17901 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/71ed13678d682c0cc446067703cb0e464e7ff2ac Fix issue 17901 - FreeBSD SbrkRegion alignment https://

[Issue 17901] FreeBSD 10.3: AssertError@std/experimental/allocator/building_blocks/region.d(652)

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17901 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 17881] Provide mechanism to preallocate memory from the GC

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17881 --- Comment #10 from Andrei Alexandrescu --- (In reply to Steven Schveighoffer from comment #8) > What I am looking for, > though, is the high-level API of "I have 20 million T's I want to allocate, > give me them properly allocated and typed one at

[Issue 11869] Optlink doesn't detects strings duplicate

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11869 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 16129] Linker error when using zero length array

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16129 Walter Bright changed: What|Removed |Added Keywords||Optlink CC|

[Issue 16334] dmd producing invalid OMF file

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16334 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #2 from

[Issue 16660] Deprecate/Remove Optlink as Default Linker on Windows

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16660 Walter Bright changed: What|Removed |Added Severity|major |enhancement --

[Issue 16687] Win COFF: Duplicate COMDAT on overloaded templated function

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16687 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 17914] Accidental per-process limit of fiber uses

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17914 --- Comment #1 from briancsch...@gmail.com --- Minimal test case: void main() { import std.concurrency : Generator, yield; import std.stdio : File, writeln; auto f = File("/proc/sys/vm/max_map_count", "r"); ulong n;

[Issue 16687] Win COFF: Duplicate COMDAT on overloaded templated function

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16687 Walter Bright changed: What|Removed |Added CC||phreon...@gmail.com --- Comment #2 from Walt

[Issue 17332] optilink or dmd bug

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17332 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15324] symbol is already defined / size of symbol changed

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15324 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17332] optilink or dmd bug

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17332 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17934] New: [scope] scopeness entrypoint for unique/ref-counted missing

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17934 Issue ID: 17934 Summary: [scope] scopeness entrypoint for unique/ref-counted missing Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 17934] [scope] scopeness entrypoint for unique/ref-counted missing

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17934 --- Comment #1 from Martin Nowak --- Even if `l` is not inferred as scope, it should be a local with limited lifetime. The return value `l.front` should have that same lifetime b/c of `return scope`. Both of them should be shorter as `elem`, hence as

[Issue 17935] New: [scope] auto-generated destructor not scope aware

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17935 Issue ID: 17935 Summary: [scope] auto-generated destructor not scope aware Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: safe Sev

[Issue 1327] Long environment variable value causes link failure.

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1327 Walter Bright changed: What|Removed |Added Keywords||Optlink CC|

[Issue 1404] Link failure with template mixin and function literal

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1404 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2249] DMD can't handle include paths with spaces in them

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2249 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 3094] incorrect previous definition error

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3094 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4010] dmd should support linkers other than OPTLINK

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4010 Walter Bright changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 4176] Link error in switch with 4 or more cases and no default

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4176 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 4315] Invalid object file created when appending const char[0] to char[]

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4315 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4541] Intrinsic functions do not have pointers

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4541 Walter Bright changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 4823] CodeView: Thread local variables are stored as shared globals

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4823 Walter Bright changed: What|Removed |Added Keywords||Optlink CC|

[Issue 5215] Crash with empty program

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5215 Walter Bright changed: What|Removed |Added Keywords||Optlink --

[Issue 5950] [AA] Linker problem with AA.get()

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5950 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6397] D1: Empty const string causes bad obj

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6397 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6678] optlink crash with large array of structs

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6678 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 7997] Optlink issues 'Index Range' error with static zero length array

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7997 Walter Bright changed: What|Removed |Added Summary|Optlink crash with static |Optlink issues 'Index |zero

[Issue 13172] optimize and rawread cause symbol undefined errors

2017-10-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13172 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

<    2   3   4   5   6   7   8   9   10   11   >