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

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2447 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/f0d2655d7535ae16fd681679d75b4c42014348c9 Fix issue 2447 - add disconnectAll for std.signals

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

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

[Issue 5332] Undefined reference to zero length array

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5332 --- Comment #12 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/239c35233e62f289e6e868b7d4eafdcd63c72ea4 fix Issue 5332 - Undefined reference to zero length array

[Issue 17942] Enums are evaluated differently in global scope

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17942 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #1 from

[Issue 17914] [Reg 2.075] Fibers guard page uses a lot more memory mappings

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17914 --- Comment #6 from Steven Schveighoffer --- (In reply to briancschott from comment #5) > That's not entirely accurate. I found this because the range implementation > for a complex multi-dimensional tree structure was

[Issue 17541] Function attribute deduction depends on compile invocation

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 johanenge...@weka.io changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 17914] [Reg 2.075] Fibers guard page uses a lot more memory mappings

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17914 --- Comment #5 from briancsch...@gmail.com --- > The problem is, this either break toy code that just > creates lots of useless Fibers or heavy production code > that actually needs 30K Fibers. That's not entirely accurate. I found this because the

[Issue 11847] sub-pkg not available as qualified name

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

[Issue 5332] Undefined reference to zero length array

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5332 --- Comment #11 from Walter Bright --- https://github.com/dlang/dmd/pull/7249 --

[Issue 17914] [Reg 2.075] Fibers guard page uses a lot more memory mappings

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17914 --- Comment #4 from Martin Nowak --- (In reply to Steven Schveighoffer from comment #3) > > I'd err on the side of memory safety. Stack overflows are an actual problem > > with Fibers and hard to debug. > > Except this breaks existing

[Issue 17914] [Reg 2.075] Fibers guard page uses a lot more memory mappings

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17914 Steven Schveighoffer changed: What|Removed |Added CC|

[Issue 17914] [Reg 2.075] Fibers guard page uses a lot more memory mappings

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17914 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu

[Issue 17942] New: Enums are evaluated differently in global scope

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17942 Issue ID: 17942 Summary: Enums are evaluated differently in global scope Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: blocker

[Issue 17941] New: arity (and probably others) only consider the first lexically present function

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17941 Issue ID: 17941 Summary: arity (and probably others) only consider the first lexically present function Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 17940] bool function parameters loaded from struct sometimes miscompiled with -O

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17940 --- Comment #2 from FeepingCreature --- Hah! It tries to reload the cse into ESI, but since that's a 1-byte operation (since bool), it actually becomes a move to DH. ESI is not even reachable with 1-byte ops, because those

[Issue 17741] std.range.transposed does not work with Map

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17741 Alexandru Razvan Caciulescu changed: What|Removed |Added Status|NEW

[Issue 17918] [Reg 2.072] ICE with unknown symbol in base class

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17918 Martin Nowak changed: What|Removed |Added Keywords||ice, ice-on-invalid-code

[Issue 17940] bool function parameters loaded from struct sometimes miscompiled with -O

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17940 FeepingCreature changed: What|Removed |Added CC|

[Issue 17940] New: bool function parameters loaded from struct sometimes miscompiled with -O

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17940 Issue ID: 17940 Summary: bool function parameters loaded from struct sometimes miscompiled with -O Product: D Version: D2 Hardware: x86_64 OS: Linux

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

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2447 Eduard Staniloiu changed: What|Removed |Added CC||edi33...@gmail.com

[Issue 17897] Incorrect number of destructor calls in example

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17897 --- Comment #11 from Steven Schveighoffer --- (In reply to Temtaime from comment #10) > After fixing https://issues.dlang.org/show_bug.cgi?id=17246 this outputs: > > Bar.this(int): 14FB84 > fun: 14FB20 > Bar.~this(): 14FB20 >

[Issue 17897] Incorrect number of destructor calls in example

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17897 Temtaime changed: What|Removed |Added CC||temta...@gmail.com ---

[Issue 17897] Incorrect number of destructor calls in example

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17897 --- Comment #9 from Jack Applegame --- Seems this bug related to https://issues.dlang.org/show_bug.cgi?id=17246 --

[Issue 17741] std.range.transposed does not work with Map

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17741 Alexandru Razvan Caciulescu changed: What|Removed |Added CC|

[Issue 17741] std.range.transposed does not work with Map

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17741 --- Comment #3 from Alexandru Razvan Caciulescu --- https://github.com/dlang/phobos/pull/5810 --

[Issue 17939] extern(C) function support with non-C attributes/types should be documented

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17939 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #1

[Issue 17379] Mangle voldemort types as if they are defined in the outer scope to avoid exponential symbol name length with templates

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17379 ZombineDev changed: What|Removed |Added CC|

[Issue 15831] IFTI voldemort type exploding bloat

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15831 Steven Schveighoffer changed: What|Removed |Added See Also|

[Issue 17379] Mangle voldemort types as if they are defined in the outer scope to avoid exponential symbol name length with templates

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17379 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17541] Function attribute deduction depends on compile invocation

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

[Issue 17541] Function attribute deduction depends on compile invocation

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/df847ccb60a37f4dbc349e8cee4a2ee6081e0c3c fix Issue 17541 - Function attribute deduction depends on

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

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17842 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/a3859d9529f2505e2736e37c0ee0d8123080c90a fix Issue 17842 - [scope] array append allows for escaping

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

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17927 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3f7544f355eacc0ad390a89b1bc07ca2dbcf835e fix Issue 17927 - [scope] parameter value can be escaped via

[Issue 7854] Non-C attributes allowed on extern(C) function parameters

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7854 Steven Schveighoffer changed: What|Removed |Added See Also|

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

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17246 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/6eccdeee1d4c41abb0a6e8733e13a85b63765266 fix Issue 17246 - [REG2.053] Extra destructor call.

[Issue 17939] New: extern(C) function support with non-C attributes/types should be documented

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17939 Issue ID: 17939 Summary: extern(C) function support with non-C attributes/types should be documented Product: D Version: D2 Hardware: All OS: All

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

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

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

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7997 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/d4883f2a95a3e7ffe9feb09c688b7a1ef38e45f2 fix Issue 7997 - Optlink issues 'Index Range' error with

[Issue 17908] Can't alias an overload set with disabled function

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17908 RazvanN changed: What|Removed |Added CC|

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14178 --- Comment #9 from Guillaume Chatelet --- Unfortunately no. I can't find the time to work on this anymore :( --

[Issue 17938] New: Detect immutable variadic arguments

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17938 Issue ID: 17938 Summary: Detect immutable variadic arguments Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: performance Severity:

[Issue 17937] New: Dsymbol.checkDeprecated also checks if a symbol is disabled

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17937 Issue ID: 17937 Summary: Dsymbol.checkDeprecated also checks if a symbol is disabled Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 17636] Support pragma(mangle) on types

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

[Issue 17310] [SPEC] Ambiguous mangling for 'Y', Objective-C function or variadic arguments?

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

[Issue 17379] Mangle voldemort types as if they are defined in the outer scope to avoid exponential symbol name length with templates

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

[Issue 17359] C++ Interfacing: function with 'static' array parameter cannot be linked (x64)

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

[Issue 17302] [SPEC] QualifiedName mangling does not match compiler.

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

[Issue 17302] [SPEC] QualifiedName mangling does not match compiler.

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

[Issue 16623] Support C++ Name Mangling

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16623 Walter Bright changed: What|Removed |Added Keywords||C++, mangling

[Issue 16289] no extern(C++) mangling for size_t/unsigned long parameters

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16289 Walter Bright changed: What|Removed |Added Keywords||C++, mangling

[Issue 15843] D-type mangling used for extern(C) (extern) function declaration inside function body, on LDC, GDC, and DMD.

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

[Issue 15523] extern(C++) support TLS (C++ 'thread_local') linkage?

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

[Issue 15473] C++ mangling problem

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15473 Walter Bright changed: What|Removed |Added Keywords||C++, mangling --

[Issue 15143] core.demangle: Superfluous * when demangling function pointers

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

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

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

[Issue 14831] Each function local symbols should have unique mangled name

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

[Issue 14739] Immutable alias to template triggers dmd assert

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14739 Walter Bright changed: What|Removed |Added Keywords||ice, mangling

[Issue 14591] [SPEC] Ambiguity between extern(Pascal) and template value parameters

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

[Issue 14178] C++ linux name mangling does not handle standard abbreviations for const types

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

[Issue 13984] Mangling of /ENTRY depends on DLL imports

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

[Issue 12959] nothrow should be required for extern(C) functions

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

[Issue 12575] extern(C) mangling ignored inside mixin template

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

[Issue 11586] core.demangle should understand _D16TypeInfo_HAyayAa6__initZ etc.

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

[Issue 11131] variables without linkage shouldn't have a mangling (.mangleof)

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

[Issue 11248] template value parameter cause too long mangling

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

[Issue 8789] mangling of const member function

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

[Issue 7854] Non-C attributes allowed on extern(C) function parameters

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

[Issue 7024] inconsistent mangling of shared in extern(C++)

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

[Issue 4620] C++ constructor and template mangling, C++ ABI patch

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

[Issue 17772] Wrong C++ mangled names for templated functions

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

[Issue 16479] Wrong C++ mangling for template

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

[Issue 16359] Mangling of const static arrays does not match C++

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

[Issue 15970] C++ mangling of templated arg type

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

[Issue 15505] extern(C++) array parameter mangling gains surprise const

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

[Issue 15608] extern(C++) mangling problem

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

[Issue 14956] C++ Mangling incompatible with C++11

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