[Issue 16510] Request: RSA digital signature validation in phobos

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16510 Carsten Blüggel changed: What|Removed |Added CC||chi...@posteo.net ---

[Issue 18294] std.path.dirName needs better documentation

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18294 Jonathan M Davis changed: What|Removed |Added CC|

[Issue 18296] [Reg2.078.1] invalid code with coverage and copy construction

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18296 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/2d45fcbbd7a734bb6ecf8ba3d60897e8fefc4d44 use more specific workaround for Issue 18296 --

[Issue 18267] Linker errors compiling std_data_json dub package with dmd 2.078.0

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18267 John Colvin changed: What|Removed |Added CC|

[Issue 18296] [Reg2.078.1] invalid code with coverage and copy construction

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

[Issue 18296] [Reg2.078.1] invalid code with coverage and copy construction

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18296 --- Comment #1 from Martin Nowak --- Only occurs with PIC enabled, guess this happens as a result of https://github.com/dlang/dmd/pull/7654 whereby coverage symbols no longer have local linkage. --

[Issue 14767] Support CTFE of BigInt under x86

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14767 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/f2c5ee3bf17707ea16c2d7c269b3537a46d11032 fix issue 14767 - Support CTFE of BigInt under x86

[Issue 14767] Support CTFE of BigInt under x86

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

[Issue 18296] New: [Reg2.078.1] invalid code with coverage and copy construction

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18296 Issue ID: 18296 Summary: [Reg2.078.1] invalid code with coverage and copy construction Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 18295] [Scope][dip1000] `scope class` check too conservative under -dip1000

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18295 Mike Franklin changed: What|Removed |Added Keywords||pull, rejects-valid --

[Issue 18295] [Scope][dip1000] `scope class` check too conservative under -dip1000

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18295 --- Comment #1 from Mike Franklin --- Potential Fix: https://github.com/dlang/dmd/pull/7771 --

[Issue 18295] New: [Scope][dip1000] `scope class` check too conservative under -dip1000

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18295 Issue ID: 18295 Summary: [Scope][dip1000] `scope class` check too conservative under -dip1000 Product: D Version: D2 Hardware: All OS: All Status:

[Issue 18294] New: std.path.dirName needs better documentation

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18294 Issue ID: 18294 Summary: std.path.dirName needs better documentation Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: trivial

[Issue 18269] Inconsistent string representation of delegate @system attribute

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18269 --- Comment #2 from hst...@quickfur.ath.cx --- Reduced further: --- void one(T)(T t, size_t ln = 0) { pragma(msg, "one: ", T.stringof); two(t); } void two(T)(T t) { pragma(msg, "two: ", T.stringof); } alias T = void delegate();

[Issue 18252] [Reg 2.078] comparison of arrays of associative arrays no longer compiles

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18252 Martin Nowak changed: What|Removed |Added Keywords||pull --- Comment #4 from

[Issue 18252] [Reg 2.078] comparison of arrays of associative arrays no longer compiles

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18252 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu

[Issue 18293] bugzilla search does not work (misses word that's right there in issue title)

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18293 ag0ae...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18293] New: bugzilla search does not work (misses word that's right there in issue title)

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18293 Issue ID: 18293 Summary: bugzilla search does not work (misses word that's right there in issue title) Product: D Version: D2 Hardware: All OS: Mac OS X

[Issue 18280] std.algorithm.comparison.cmp for non-strings should call opCmp only once per item pair

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

[Issue 18280] std.algorithm.comparison.cmp for non-strings should call opCmp only once per item pair

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18280 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/7f59e5ad526ee4bf856e8235e3042bb5cd442ad4 Fix Issue 18280 - std.algorithm.comparison.cmp for

[Issue 18292] New: Version=GC shouldn't segfault

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18292 Issue ID: 18292 Summary: Version=GC shouldn't segfault Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P1

[Issue 18252] no property 'tupleof' for type 'string[int]'

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

[Issue 10128] import statement in base class members should be private by default

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10128 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16057] [TDPL] synchronized (a, b) compiles and runs with wrong semantics

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16057 yebblies changed: What|Removed |Added CC||simen.kja...@gmail.com ---

[Issue 18277] synchronized statement with comma operator ignores first arguments

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18277 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18252] no property 'tupleof' for type 'string[int]'

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

[Issue 18252] no property 'tupleof' for type 'string[int]'

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18252 Radu changed: What|Removed |Added Component|phobos |druntime --

[Issue 18252] no property 'tupleof' for type 'string[int]'

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18252 --- Comment #1 from Radu --- This is a regression introduced in 2.078 --

[Issue 18252] no property 'tupleof' for type 'string[int]'

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18252 Radu changed: What|Removed |Added CC||radu.raca...@gmail.com

[Issue 18291] New: getcwd is deprecated for Windows - the ISO C++ conformant _getcwd should be used instead

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18291 Issue ID: 18291 Summary: getcwd is deprecated for Windows - the ISO C++ conformant _getcwd should be used instead Product: D Version: D2 Hardware: All OS:

[Issue 18014] DMD test suite fails to link on Linux distros where PIC/PIE is enforced

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18014 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/252ab44d00f3427d6ed35d7823cd0844ba5f909a Allow to run the DMD testsuite on hardened systems (#7420) *

[Issue 14147] Compiler crash on identical functions in a single module

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14147 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/ab47b8b0cf18d14c1ffbc97df6c8fb299971170a Issue 14147 - Compiler crash on identical functions in a

[Issue 18281] Compiler rejects safe code in @safe

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18281 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org

[Issue 16037] assigning delegate to a scope variable shouldn't allocate closure

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16037 anonymous4 changed: What|Removed |Added Keywords||safe --

[Issue 16037] assigning delegate to a scope variable shouldn't allocate closure

2018-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16037 anonymous4 changed: What|Removed |Added Keywords|safe|performance