[Issue 8973] core.cpuid.coresPerCPU returning incorrect value.

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8973 rsw0x changed: What|Removed |Added CC||rs...@rsw0x.me OS|Windows

[Issue 14756] cannot deduce function with template constraint

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

[Issue 14758] TypeInfo causes excessive binary bloat

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14758 Mike changed: What|Removed |Added Keywords||bare-metal --

[Issue 13678] TypeInfo.init is inconsistent

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13678 Mike changed: What|Removed |Added CC||slavo5...@yahoo.com --- Comment #1 from Mike --- htt

[Issue 14758] New: TypeInfo causes excessive binary bloat

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14758 Issue ID: 14758 Summary: TypeInfo causes excessive binary bloat Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Priority: P1

[Issue 14757] Wrong error message: Error: multi-dimensional slicing requires template opSlice

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

[Issue 14757] New: Wrong error message: Error: multi-dimensional slicing requires template opSlice

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14757 Issue ID: 14757 Summary: Wrong error message: Error: multi-dimensional slicing requires template opSlice Product: D Version: D2 Hardware: x86 OS: Mac OS X

[Issue 14756] New: cannot deduce function with template constraint

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14756 Issue ID: 14756 Summary: cannot deduce function with template constraint Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: regression

[Issue 14754] [REG2.068b1] 64bit wrong code with -inline

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14754 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #3 from Kenji Hara --- https:

[Issue 14754] [REG2.068b1] 64bit wrong code with -inline

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14754 --- Comment #2 from Kenji Hara --- Reduced test case: auto aafunc(string k) { enum aa = [ "K": "V" ]; auto p = k in aa; return null; } struct MapResult(alias fun, R) { R _input; @property auto ref front() { return f

[Issue 13566] std.algorithm.cmp treats string length as element

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13566 --- Comment #3 from monarchdo...@gmail.com --- (In reply to monarchdodra from comment #2) > "static if (size_t.sizeof == int.sizeof" > > wut? Nevermind, I've been out of it recently :( --

[Issue 14754] [REG2.068b1] 64bit wrong code with -inline

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14754 --- Comment #1 from Kenji Hara --- Introduced in: https://github.com/D-Programming-Language/dmd/pull/4505 --

[Issue 13566] std.algorithm.cmp treats string length as element

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13566 --- Comment #2 from monarchdo...@gmail.com --- "static if (size_t.sizeof == int.sizeof" wut? --

[Issue 14748] Removing std.stdio import causes 2x increase in "Hello, world" program binary filesize

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14748 Kenji Hara changed: What|Removed |Added OS|All |Linux --- Comment #8 from Kenji Hara --- (In r

[Issue 14748] Removing std.stdio import causes 2x increase in "Hello, world" program binary filesize

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14748 --- Comment #7 from Kenji Hara --- (In reply to Walter Bright from comment #2) > (In reply to Walter Bright from comment #1) > > On Win32, I get the same exe file size, and 'stream' symbols do not appear > > in the executable. > > The file size is 2

[Issue 14755] New: Could -profile=gc also give the number of allocations that led to X bytes being allocated?

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14755 Issue ID: 14755 Summary: Could -profile=gc also give the number of allocations that led to X bytes being allocated? Product: D Version: D2 Hardware: All OS: Windo

[Issue 7517] Interface contracts broken

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7517 Kenji Hara changed: What|Removed |Added Keywords||pull, wrong-code Hardware|x86

[Issue 14753] pragma(inline) hides the alias "string"

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14753 Kenji Hara changed: What|Removed |Added Keywords||pull Severity|major

[Issue 14743] ICE in TemplateInstance::needsTypeInference() with template forward reference

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

[Issue 14746] [REG2.068a] Behavior change with struct destructor and alias this

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14746 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/c8518f5b62ae501ea740bc1b1996230c9927c70f fix Issue 14746 fo

[Issue 14746] [REG2.068a] Behavior change with struct destructor and alias this

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

[Issue 14626] [REG2.066] byValue doesn't work with inout AA

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14626 --- Comment #3 from Martin Nowak --- Looks like the classical, mutable iterator over const/immutable container issue complicated by inout. Not sure if we can solve it with the current language features. --

[Issue 14626] [REG2.066] byValue doesn't work with inout AA

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14626 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #2 from Martin Nowak

[Issue 14750] druntime/test/coverage was added to druntime, but not to the MANIFEST - zip file broken again

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14750 --- Comment #4 from Martin Nowak --- (In reply to Walter Bright from comment #3) > I'm fine if someone posts a method of doing this automatically. In the > absence of such, it needs to be done manually. Otherwise, things break, as > they did for me.

[Issue 14746] [REG2.068a] Behavior change with struct destructor and alias this

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14746 Martin Nowak changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 14746] [REG2.068a] Behavior change with struct destructor and alias this

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14746 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/1a2290b1c36f8cdf66a9c4ce388b6a4b38ff9735 fix Issue 14746 -

[Issue 14746] [REG2.068a] Behavior change with struct destructor and alias this

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

[Issue 7910] Compiler gives error when post-contract is used in a function that returns from inside a loop

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

[Issue 2350] Contracts with a naked body are indecent

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

[Issue 6417] Wrong context for nested functions in virtual class member function contracts

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6417 Kenji Hara changed: What|Removed |Added CC||viritrilbi...@gmail.com --- Comment #5 from Kenj

[Issue 6118] nested overloaded foreach in contract crashes dmd

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

[Issue 9383] Wrong context for contracts if closure [dis]appears in override function

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9383 --- Comment #3 from Kenji Hara --- *** Issue 9897 has been marked as a duplicate of this issue. *** --

[Issue 9897] Wrong context for nested class inside virtual or final function with contract which uses `this`

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

[Issue 13339] Address of parameter wrong in out contract

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

[Issue 9383] Wrong context for contracts if closure [dis]appears in override function

2015-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9383 Kenji Hara changed: What|Removed |Added CC||tim.dl...@t-online.de --- Comment #2 from Kenji

[Issue 13463] Post-blit constructor not called for "out" contract when returning struct

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