[Issue 14045] Redo the forums entry page and links

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14045 --- Comment #11 from Andrei Alexandrescu --- (In reply to Walter Bright from comment #10) > I think it would be too disruptive to rename the NNTP forums, though > changing them for forum.dlang.org would be fine. Agreed. Vladimir, is some sort of red

[Issue 14045] Redo the forums entry page and links

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14045 --- Comment #10 from Walter Bright --- (In reply to Vladimir Panteleev from comment #9) > Which forums should be kept on the index? > > C++ stuff - remove? Yes > DTL - remove? Yes > DWT - move up to "Ecosystem"? Why? > DMDScript - remove? Yes

[Issue 7687] Ddoc should be able to generate "Jump to" links

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7687 Doug Nickerson changed: What|Removed |Added CC||tachyon...@gmail.com --- Comment #8 from Dou

[Issue 13556] inconsistent 'new' syntax for arrays

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13556 --- Comment #11 from dennis.m.ritc...@mail.ru --- > Surely this is an attempt to maintain compatibility with C? With C++ :) --

[Issue 13556] inconsistent 'new' syntax for arrays

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13556 --- Comment #10 from dennis.m.ritc...@mail.ru --- (In reply to Ketmar Dark from comment #9) > (In reply to dennis.m.ritchie from comment #7) > > I suggest to implement such a syntax for declaring multidimensional arrays: > > > > auto array = new int[

[Issue 14606] [REG2.067.0] Bad code with -inline and structs

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14606 --- Comment #4 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/10fc5c4227911d4abf4727a283e56afa0aedd783 fix Issue 14606 - Bad code w

[Issue 13556] inconsistent 'new' syntax for arrays

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13556 --- Comment #9 from Ketmar Dark --- (In reply to dennis.m.ritchie from comment #7) > I suggest to implement such a syntax for declaring multidimensional arrays: > > auto array = new int[11](4, 8, 6, 13 /* The length of the other > subarrays on

[Issue 13556] inconsistent 'new' syntax for arrays

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13556 --- Comment #8 from dennis.m.ritc...@mail.ru --- > Current ambituity syntax new int[2][1] should be deprecated, removed, > and then we can reuse it for static array allocation. Quickly already, the problems with static arrays in D are boring. --

[Issue 13556] inconsistent 'new' syntax for arrays

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13556 dennis.m.ritc...@mail.ru changed: What|Removed |Added CC||dennis.m.ritc...@mail.ru --- Comme

[Issue 1238] Private identifiers in imported modules create conflicts with public ones

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1238 --- Comment #10 from Ketmar Dark --- (In reply to Timothee Cour from comment #9) > Faced this again, this is a serious bug that's 8 years old !! > > What are the difficulties involved in fixing this? exactly zero difficulties. Kenji's PR3416 works l

[Issue 1238] Private identifiers in imported modules create conflicts with public ones

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1238 Timothee Cour changed: What|Removed |Added CC||timothee.co...@gmail.com --- Comment #9 from

[Issue 14610] [REG2.067] 'null this' assertion missing in 2.067

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14610 --- Comment #3 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/fb10be8edcafbe4596b240b76fbbdf74cf2aafe8 fix Issue 14610 - [REG2.067]

[Issue 14633] DDoc: false warnings for missing parameters on template declaration

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14633 Lionello Lunesu changed: What|Removed |Added Assignee|nob...@puremagic.com|lio+bugzi...@lunesu.com --

[Issue 14633] DDoc: false warnings for missing parameters on template declaration

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14633 --- Comment #1 from Lionello Lunesu --- https://github.com/D-Programming-Language/dmd/pull/4689 --

[Issue 14633] New: DDoc: false warnings for missing parameters on template declaration

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14633 Issue ID: 14633 Summary: DDoc: false warnings for missing parameters on template declaration Product: D Version: D2 Hardware: x86 OS: Mac OS X Status:

[Issue 14567] [2.067] core.demangle: New Nk attribute not handled

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14567 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14566] [2.067] core.demangle: New Nj attribute not handled

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14566 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14093] [REG2.065] __traits(compiles, cast(Object)(tuple)) is true even if it doesn't compile.

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14093 --- Comment #7 from Kenji Hara --- (In reply to Igor Stepanov from comment #6) > This issue is not fully solved. > There is simpler example: > - > struct FooBar > { > int a; > int b; > } > > void test1

[Issue 14629] Type system breaking and wrong code bugs in casting reference types to typeof(null)

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14629 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara --- https:

[Issue 14632] New: Diagnostic improvement for invalid cast with alias this

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14632 Issue ID: 14632 Summary: Diagnostic improvement for invalid cast with alias this Product: D Version: D2 Hardware: All OS: All Status: NEW Ke

[Issue 14045] Redo the forums entry page and links

2015-05-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14045 Vladimir Panteleev changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #9