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

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14962 --- Comment #1 from Kenji Hara --- Two cases have different root issues, but had been introduce at once by: https://github.com/D-Programming-Language/dmd/pull/4464 --

[Issue 14953] std.concurrency: Add function to flush message box

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14953 --- Comment #4 from Chris --- Related to this is the possibility to get the size of the message box, e.g. you would only want to flush a message box, if its size is > 0. I haven't found a way to get the size of the message box, unless something has e

[Issue 14958] Casting a double to ulong sometimes produces wrong results

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14958 --- Comment #6 from Steven Schveighoffer --- I understand that fp can vary based on compiler selection of instructions, and this is one of those instances. However, the type system doesn't reflect reality here. Even this prints 11: writeln(cast(ulo

[Issue 14958] Casting a double to ulong sometimes produces wrong results

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

[Issue 14953] std.concurrency: Add function to flush message box

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14953 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --- Comment #5 from

[Issue 14953] std.concurrency: Add function to flush message box

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14953 --- Comment #6 from Chris --- You assume a scenario where the programmer has no control over the data flow and messages can come from anywhere in at random, which is not necessarily the case. If threads follow a message passing protocol there is natu

[Issue 14970] New: [D1] Add support for "Template Params" section in ddoc

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14970 Issue ID: 14970 Summary: [D1] Add support for "Template Params" section in ddoc Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ddoc

[Issue 14971] New: array.length -= x; should be checked for underflow when compiling without -release

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14971 Issue ID: 14971 Summary: array.length -= x; should be checked for underflow when compiling without -release Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 14958] Casting a double to ulong sometimes produces wrong results

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14958 --- Comment #8 from yebblies --- There is an old open bug somewhere about adding a way to force a dump of excess precision. --

[Issue 13516] std.windows.charset documentation missing from dlang.org

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13516 hst...@quickfur.ath.cx changed: What|Removed |Added CC||john.loughran.colvin@gmail.

[Issue 14664] missing pages / broken links

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14664 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14972] New: Documentation for std.windows.* missing

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14972 Issue ID: 14972 Summary: Documentation for std.windows.* missing Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: major Priority

[Issue 13516] std.windows.charset documentation missing from dlang.org

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13516 hst...@quickfur.ath.cx changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 14972] Documentation for std.windows.* missing

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14972 hst...@quickfur.ath.cx changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 14953] std.concurrency: Add function to flush message box

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14953 --- Comment #7 from Sean Kelly --- I think there's already a bugzilla for getting the mailbox size. It's definitely come up before, and would be a trivial change. The way the MessageBox code works is it has a thread-local queue and then a shared qu

[Issue 14972] Documentation for std.windows.* missing

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14972 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #1 from hst...@quic

[Issue 14955] [D1] Add module profiling feature

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14955 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 14970] [D1] Add support for "Template Params" section in ddoc

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14970 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 7015] Allow vector operations into newly declared array

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7015 Ryuichi OHORI changed: What|Removed |Added CC||r.97...@gmail.com --- Comment #4 from Ryuichi

[Issue 14952] Redundant REX.W before FSTP confuses Valgrind

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14952 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 14955] [D1] Add module profiling feature

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14955 Dicebot changed: What|Removed |Added CC||pub...@dicebot.lv --- Comment #2 from Dicebot ---

[Issue 14952] Redundant REX.W before FSTP confuses Valgrind

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14952 --- 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/20938d46c4ba8aafd9ff40965484555e58ce0e37 fix Issue 14952 - Redundant

[Issue 14952] Redundant REX.W before FSTP confuses Valgrind

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

[Issue 14973] New: [REG2.068] compiler inference of contexts for nested map seems broken

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14973 Issue ID: 14973 Summary: [REG2.068] compiler inference of contexts for nested map seems broken Product: D Version: D2 Hardware: All OS: All Status: NE

[Issue 14973] [REG2.068] compiler inference of contexts for nested map seems broken

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14973 --- Comment #1 from Kenji Hara --- The regression has been introduced by: https://github.com/D-Programming-Language/dmd/pull/4464 --

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

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14962 --- Comment #2 from Kenji Hara --- (In reply to Steven Schveighoffer from comment #0) > Another case: > > import std.range; > import std.algorithm; > > class Foo { > int baz() {return 1;} > void bar() { > auto s = [1].map!(i =>

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

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14781 Kenji Hara changed: What|Removed |Added Keywords||rejects-valid Summary|impure delegat

[Issue 14952] Redundant REX.W before FSTP confuses Valgrind

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14952 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/098403aa9858201f2e664cf8d6cb33c0f697bff8 Merge pull request #4967 fro

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

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14781 --- Comment #8 from Kenji Hara --- New PR targeting 2.068.1 release: https://github.com/D-Programming-Language/dmd/pull/4970 --

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

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

[Issue 14973] [REG2.068] compiler inference of contexts for nested map seems broken

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

[Issue 14955] [D1] Add module profiling feature

2015-08-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14955 --- Comment #3 from Andrej Mitrovic --- (In reply to Walter Bright from comment #1) > You can also use separate compilation to achieve the same effect. Ah, I haven't thought of that. Unfortunately it would be time consuming for us to transfer to us