[Issue 15643] install.sh signature verification fails on fresh Ubuntu image

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15643 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18197] [REG2.073] Internal error: backend\cgcod.c 1659

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18197 Walter Bright changed: What|Removed |Added CC|

[Issue 18440] bugzilla should show an issue template saying: paste output of `dmd -main -Xf=- -Xi=buildInfo -Xi=compilerInfo`

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18440 --- Comment #5 from Vladimir Panteleev --- (In reply to Timothee Cour from comment #4) > environment is also useful (eg freebsd etc); i know there's a hardware tag > in bugzilla but having it generated by the

[Issue 18668] Implement modPow() for std.bigint

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18668 Jonathan Wilbur changed: What|Removed |Added Priority|P1 |P3

[Issue 18668] New: Implement modPow() for std.bigint

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18668 Issue ID: 18668 Summary: Implement modPow() for std.bigint Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority:

[Issue 13804] BigInt have no binary interface to be used in crypto

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13804 --- Comment #4 from Jonathan Wilbur --- I am currently implementing a bytes() accessor for std.bigint. I will try to submit the pull request soon. Once done with that, I will create a bytes mutator for std.bigint. I just need

[Issue 18440] bugzilla should show an issue template saying: paste output of `dmd -main -Xf=- -Xi=buildInfo -Xi=compilerInfo`

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18440 --- Comment #4 from Timothee Cour --- (In reply to Vladimir Panteleev from comment #3) > (In reply to Timothee Cour from comment #0) > > bugzilla should show an issue template saying: > > > > ``` > > paste output of `dmd

[Issue 13804] BigInt have no binary interface to be used in crypto

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13804 Jonathan Wilbur changed: What|Removed |Added URL|

[Issue 18440] bugzilla should show an issue template saying: paste output of `dmd -main -Xf=- -Xi=buildInfo -Xi=compilerInfo`

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18440 Vladimir Panteleev changed: What|Removed |Added CC|

[Issue 18602] [Better C] docs

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18602 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 18535] auto-tester fails on Win_32_64 : `The system cannot find the path specified.`

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18535 Seb changed: What|Removed |Added Component|dlang.org |dmd --- Comment #3 from Seb

[Issue 18550] Offline option for dlang.org makefile

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18550 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 12768] @nogc algorithm.splitter

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12768 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 13929] nothrow @nogc gcd with signed integers

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13929 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13834] make levenshteinDistance @nogc

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13834 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18667] New: Segfault in std.file.dirEntries

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18667 Issue ID: 18667 Summary: Segfault in std.file.dirEntries Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Keywords: bootcamp Severity:

[Issue 18666] varargs foreach variable can't be assigned to local variable within foreach loop in @safe code

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18666 | changed: What|Removed |Added Keywords||rejects-valid, safe --

[Issue 18666] New: varargs foreach variable can't be assigned to local variable within foreach loop in @safe code

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18666 Issue ID: 18666 Summary: varargs foreach variable can't be assigned to local variable within foreach loop in @safe code Product: D Version: D2 Hardware: x86_64

[Issue 18578] First enum value assigned 0 instead of EnumBaseType.init

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

[Issue 18578] First enum value assigned 0 instead of EnumBaseType.init

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18578 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/12503d908853e65732995351ee9579cfb1384fa0 Fix Issue 18578 - First enum value assigned 0 instead of

[Issue 18665] Deprecate Undocumented Operator Overloads

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18665 Mike Franklin changed: What|Removed |Added CC||slavo5...@yahoo.com

[Issue 12462] std.bitmanip.BitArray should use new-style operator overloads

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12462 Mike Franklin changed: What|Removed |Added See Also|

[Issue 18661] auto ref and return attribute inference

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18661 johanenge...@weka.io changed: What|Removed |Added CC||johanenge...@weka.io --

[Issue 18661] auto ref and return attribute inference

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18661 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/2b9d203207678042d0a4885675be788a892340ef fix Issue 18661 - auto ref and return attribute inference

[Issue 18661] auto ref and return attribute inference

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

[Issue 18665] Deprecate Undocumented Operator Overloads

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18665 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com

[Issue 18665] New: Deprecate the undocumented opCom to specify user-defined negation in favor of opUnary

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18665 Issue ID: 18665 Summary: Deprecate the undocumented opCom to specify user-defined negation in favor of opUnary Product: D Version: D2 Hardware: All OS: All

[Issue 18664] New: Spurious failure in std/experimental/allocator/building_blocks/bitmapped_block.d

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18664 Issue ID: 18664 Summary: Spurious failure in std/experimental/allocator/building_blocks/bitmapped_b lock.d Product: D Version: D2 Hardware: x86_64

[Issue 18663] std.random.isSeedable has false positives

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18663 --- Comment #1 from Nathan S. --- Pull request: https://github.com/dlang/phobos/pull/6348 --

[Issue 18578] First enum value assigned 0 instead of EnumBaseType.init

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18578 --- Comment #2 from Jonathan Marler --- Also noticed this one: https://github.com/dlang/dmd/pull/7996/files I think @LemonBoy created this PR without knowing that I had made a bug for this issue. --

[Issue 18578] First enum value assigned 0 instead of EnumBaseType.init

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

[Issue 18663] New: std.random.isSeedable has false positives

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18663 Issue ID: 18663 Summary: std.random.isSeedable has false positives Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW

[Issue 18648] Document the type of std.stdio.stdin and friends

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

[Issue 18648] Document the type of std.stdio.stdin and friends

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18648 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/a502a4731f3ccf0de608c332e37455a8f6044ffc Fix Issue 18648 - Document the type of std.stdio.stdin

[Issue 18624] getSymbolsByUDA produces wrong result if one of the symbols having the UDA is a function

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18624 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/9ab9b017ae93466394d4b74808735ace5e48807a Fix Issue 18624 - wrong behavior of getSymbolsByUDA if

[Issue 18651] ice: assert in glue.d:777 when building these three trivial files

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

[Issue 18654] [REG2.080] ICE in tocsym.d

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18654 Seb changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18654] [REG2.080] ICE in tocsym.d

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

[Issue 18656] Compile DUB with LDC

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18656 --- Comment #3 from Seb --- > Do you use phobos compiled for LTO too? Not for this quick benchmark - the main point of this issue was just to point out that we should be using LDC for building the DUB binaries due to smaller

[Issue 18656] Compile DUB with LDC

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18656 --- Comment #2 from anonymous4 --- Do you use phobos compiled for LTO too? --

[Issue 18661] auto ref and return attribute inference

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18661 --- Comment #1 from Walter Bright --- https://github.com/dlang/dmd/pull/8086 --

[Issue 18659] All modern Windows API calls are disabled

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18659 --- Comment #2 from anonymous4 --- To set minimal supported OS version to windows 10 compile with -version Windows10 option, it's a usual conditional compilation. To link with latest libs build with -m32mscoff option,

[Issue 18662] -i -deps should not recurse into modules excluded by -i

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18662 greenify changed: What|Removed |Added CC||greeen...@gmail.com ---

[Issue 18649] curl on Ubuntu 18.04 depends on libcurl4, .deb installer depends on libcurl3

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18649 greenify changed: What|Removed |Added CC||greeen...@gmail.com ---

[Issue 18649] curl on Ubuntu 18.04 depends on libcurl4, .deb installer depends on libcurl3

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18649 --- Comment #4 from Alex Whitman --- My 18.04 install was done just before curl was moved to libcurl4 so for now I'm holding back the upgrade of those packages, meaning I was able to install the 2.079.0 deb. The solution

[Issue 18662] New: -i -deps should not recurse into modules excluded by -i

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18662 Issue ID: 18662 Summary: -i -deps should not recurse into modules excluded by -i Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 17449] [DIP1000] crash due to covariant conversion of scope delegate to delegate

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17449 Rainer Schuetze changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 18493] [betterC] Can't use aggregated type with postblit

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18493 Radu Racariu changed: What|Removed |Added Keywords||industry --

[Issue 18493] [betterC] Can't use aggregated type with postblit

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18493 --- Comment #2 from Radu Racariu --- Even more reduced test case: --- struct S { this(this) { } ~this() { } } struct C { S s1; S s2; } --- --

[Issue 17493] nothrow constructor may throw

2018-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17493 Seb changed: What|Removed |Added Status|RESOLVED|REOPENED