[Issue 3243] instantiated 'static this()' bring on a compiler message ': __gate is thread local'

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3243 bb.t...@gmx.com changed: What|Removed |Added CC||bb.t...@gmx.com --

[Issue 14938] std.net.curl tests should use localhost or stub any networking

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14938 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/4a496c848c9ab5dff49ba4887900abd6acf7c160 fix Issue 14938 - std.

[Issue 14981] New: Missing nothrow attribute in dbgVerifySorted()

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14981 Issue ID: 14981 Summary: Missing nothrow attribute in dbgVerifySorted() Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Prio

[Issue 14982] New: nogc inconsistency

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14982 Issue ID: 14982 Summary: nogc inconsistency Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1 Component:

[Issue 14983] AUTO_BOOTSTRAP download never happens.

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14983 John Colvin changed: What|Removed |Added Summary|auto_bootstrap download |AUTO_BOOTSTRAP download |nev

[Issue 14983] New: auto_bootstrap download never happens.

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14983 Issue ID: 14983 Summary: auto_bootstrap download never happens. Product: D Version: D2 Hardware: x86_64 OS: Mac OS X Status: NEW Severity: enhancement

[Issue 14984] New: Make it illegal (or at least a warning) to modify the iteration variable in foreach

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14984 Issue ID: 14984 Summary: Make it illegal (or at least a warning) to modify the iteration variable in foreach Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 14984] Make it illegal (or at least a warning) to modify the iteration variable in foreach

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14984 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #1 from yebblies

[Issue 13203] conflicting aliases allowed with static if

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13203 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/520156c295d2ea1ad71200b6e6000d6c83f61d50 fix Issue 13203 - conflictin

[Issue 13203] conflicting aliases allowed with static if

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13203 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14984] Make it illegal (or at least a warning) to modify the iteration variable in foreach

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14984 --- Comment #2 from Kenji Hara --- Currently it's intentional. When you declare a index variable in foreach statement, it works like an auto variable scoped in the foreach body. If you need non-mutable index variable, you can write code like: forea

[Issue 14510] Bad tail call optimization with static arrays

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14510 tbanelweb...@free.fr changed: What|Removed |Added CC||tbanelweb...@free.fr --- Comment #5 fr

[Issue 14818] Unhelpful "does not match template overload set" error

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14818 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/76c6ac64f25ac651c86837dd36056bc2c13b71f1 fix Issue 14818 - Unhelpful

[Issue 14818] Unhelpful "does not match template overload set" error

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14818 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14982] nogc inconsistency

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14982 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #1 from a

[Issue 14979] [REG2.068] Wrong tempCString result on x64 with ternary operator

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14979 Kenji Hara changed: What|Removed |Added Keywords||wrong-code --- Comment #2 from Kenji Hara ---

[Issue 14771] Hidden @nogc violation around closure creation

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14771 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #2 from a

[Issue 14745] Qualifiers rejected for delegate literals

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14745 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/6b42d4df211895b225866f52bdef4e156949c6ce fix Issue 14745 - Qualifiers

[Issue 14745] Qualifiers rejected for delegate literals

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14745 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 13244] Wrong code with -inline and foreach/map/all

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13244 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 13244] Wrong code with -inline and foreach/map/all

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13244 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7dd243d69d4d2525eebc7e73f94f9df215fbeb3a fix Issue 13244 - Wrong code

[Issue 14781] [REG2.067] impure delegate to pure function context should be able to modify context

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14781 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/922d79a43ff60ed324e32e2f4be1430de209746f fix Issue 14781 - impure del

[Issue 14781] [REG2.067] impure delegate to pure function context should be able to modify context

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14781 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14962] [REG2.068] compiler inference of attributes for nested map seems broken

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14962 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0c9f5a272bf47e1ad81d2a8a4c56adfd3461fde7 fix Issue 14962 - compiler i

[Issue 14962] [REG2.068] compiler inference of attributes for nested map seems broken

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14962 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 3243] instantiated 'static this()' bring on a compiler message ': __gate is thread local'

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3243 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|--

[Issue 3243] instantiated 'static this()' bring on a compiler message ': __gate is thread local'

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3243 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/01979b088cd967e5d8e02f7cc2e742400179dc64 fix Issue 3243 - instantiated

[Issue 14984] Make it illegal (or at least a warning) to modify the iteration variable in foreach

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14984 --- Comment #3 from Marc Schütz --- @Kenji Hara: Yes, I know that. My point is that it's too easy to forget to add `const`. --

[Issue 14894] mangling of mixins and lambdas can change w/ -unittest or other versions

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14894 --- Comment #6 from Martin Nowak --- (In reply to Martin Nowak from comment #4) > We still need a long-term solution to make the mangling not dependent on > flags like -unittest or -release. > Using source position (line and col) doesn't work b/c the

[Issue 14431] [REG 2.067.0] huge slowdown of compilation speed

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14431 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14431] [REG 2.067.0] huge slowdown of compilation speed

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14431 --- Comment #14 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/6c14fadca403a61a578795ec0fb71f9340c7b543 fix Issue 14431 - huge slow

[Issue 14901] [reg 2.067/2.068] template static shared this() run multiple times with separate compilation

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14901 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 14541] "duplicate COMDAT" linker error with the template forward reference in Tuple.opAssign

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14541 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/cd29d5f34cbacebd83ecdb9727ab1b93f7fa6af1 Merge pull request #4814 from

[Issue 14901] [reg 2.067/2.068] template static shared this() run multiple times with separate compilation

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14901 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5b464f3393980a0229c079ff6e646ef843681996 fix Issue 14901 - template st

[Issue 14985] New: [REG2.068.1-b1] Link failure for const TypeInfo of speculative instantiated struct

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14985 Issue ID: 14985 Summary: [REG2.068.1-b1] Link failure for const TypeInfo of speculative instantiated struct Product: D Version: D2 Hardware: All OS: All

[Issue 14985] [REG2.068.1-b1] Link failure for const TypeInfo of speculative instantiated struct

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14985 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7946344223863e67493695247d38cbb03db82cd6 fix Issue 14985 - Link failu