[Issue 14381] It is too difficult to contribute to the auto-tester

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14381 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from Andrei Al

[Issue 14382] converting old D1 operator overloading style to new D2 style

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14382 --- Comment #2 from Ketmar Dark --- Created attachment 1502 --> https://issues.dlang.org/attachment.cgi?id=1502&action=edit std.internal.math.biguintcore fix --

[Issue 14382] converting old D1 operator overloading style to new D2 style

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14382 --- Comment #4 from Ketmar Dark --- Created attachment 1504 --> https://issues.dlang.org/attachment.cgi?id=1504&action=edit std.vairant fix --

[Issue 14382] converting old D1 operator overloading style to new D2 style

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14382 --- Comment #3 from Ketmar Dark --- Created attachment 1503 --> https://issues.dlang.org/attachment.cgi?id=1503&action=edit std.bitmanip fix --

[Issue 14382] converting old D1 operator overloading style to new D2 style

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14382 --- Comment #1 from Ketmar Dark --- Created attachment 1501 --> https://issues.dlang.org/attachment.cgi?id=1501&action=edit std.bigint fix --

[Issue 14382] New: converting old D1 operator overloading style to new D2 style

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14382 Issue ID: 14382 Summary: converting old D1 operator overloading style to new D2 style Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 14378] ExpressionStatement incorrectly parsed as BlockStatement

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14378 --- Comment #3 from Ketmar Dark --- ahem. so it's a bug in specs, i believe, 'cause it's very hard to distinguish block statements from function literals with the current definition, and it's not intuitive at all. thank you, i somehow missed that th

[Issue 14378] ExpressionStatement incorrectly parsed as BlockStatement

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14378 --- Comment #2 from briancsch...@gmail.com --- http://dlang.org/grammar.html#FunctionLiteralBody Function literals do not require parameter lists. It's perfectly valid to parse the example code as a function literal. --

[Issue 14378] ExpressionStatement incorrectly parsed as BlockStatement

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14378 --- Comment #1 from Ketmar Dark --- i believe that delegates must have parameter declaration before body. what we got here is block statement followed by empty statement (";"). so compiler can cry about the last if it wants, but not about delegate.

[Issue 14364] DMD should compile (correctly) SDC test0167.d

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14364 Ketmar Dark changed: What|Removed |Added CC|ket...@ketmar.no-ip.org | --

[Issue 14381] It is too difficult to contribute to the auto-tester

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14381 --- Comment #1 from Brad Roberts --- My major comment is to stop thinking of the auto-tester as the D auto-tester. Think of it as a tool that the D community uses that is owned and operated by me. I agree that it's currently and for the past year p

[Issue 13996] Function for returning a temporary file with a randomly generated name where the name can be accessed

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13996 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/e3e9f2965f438170157338767700bc1d7292dd67 Implement issue# 1399

[Issue 14381] New: It is too difficult to contribute to the auto-tester

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14381 Issue ID: 14381 Summary: It is too difficult to contribute to the auto-tester Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 14378] ExpressionStatement incorrectly parsed as BlockStatement

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14378 Mathias LANG changed: What|Removed |Added CC||pro.mathias.l...@gmail.com --

[Issue 10972] aggregate postblit doesn't clean up in case of failure

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10972 --- 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/f12af1807c84dc47ece6b53b26541d01428c45cd fix Issue 10972 - aggregate

[Issue 14171] Mark non-allocating GC functions as @nogc

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14171 weaselcat changed: What|Removed |Added Blocks||13972 Severity|enhancement

[Issue 14323] Bad code generation in dfmt

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14323 briancsch...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 13972] Make scoped, Unique, and RefCounted @nogc

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13972 weaselcat changed: What|Removed |Added Depends on||14171 --

[Issue 14380] core.bitop.bsf is marked as pure but isn't

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14380 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 14379] bsf(0) < 0 in loop randomly evaluates to non-zero

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14379 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 14380] New: core.bitop.bsf is marked as pure but isn't

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14380 Issue ID: 14380 Summary: core.bitop.bsf is marked as pure but isn't Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority

[Issue 14379] bsf(0) < 0 in loop randomly evaluates to non-zero

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14379 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14379] New: bsf(0) < 0 in loop randomly evaluates to non-zero

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14379 Issue ID: 14379 Summary: bsf(0) < 0 in loop randomly evaluates to non-zero Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Keywords: wrong-code

[Issue 14378] New: ExpressionStatement incorrectly parsed as BlockStatement

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14378 Issue ID: 14378 Summary: ExpressionStatement incorrectly parsed as BlockStatement Product: D Version: D2 Hardware: All OS: All Status: NEW K

[Issue 12984] "Cannot interpret [template] at compile time" depending on order of declaration

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12984 Nils changed: What|Removed |Added Keywords||ice Status|RESOLVED|R

[Issue 14327] Unhandled exception from writeln() in C++/D application

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14327 --- Comment #5 from Vladimir Panteleev --- (In reply to Szymon Gatner from comment #4) > m32mscoff won't work as there is no coff32 phobos. Build my own. > What link errors are you getting? - C:\Temp\D\i

[Issue 14327] Unhandled exception from writeln() in C++/D application

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14327 --- Comment #4 from Szymon Gatner --- (In reply to Vladimir Panteleev from comment #2) > I can't even get this application to link... keep getting > minfo_beg/minfo_end errors (with both -m64 and -m32mscoff). m32mscoff won't work as there is no coff

[Issue 14327] Unhandled exception from writeln() in C++/D application

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14327 --- Comment #3 from Szymon Gatner --- (In reply to Vladimir Panteleev from comment #1) > Why are there two main functions? Without main() in D library link errors occur --

[Issue 12891] add atomicFetchAdd and atomicFetchSub to core.atomic

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12891 Martin Nowak changed: What|Removed |Added Summary|add atomicInc and atomicDec |add atomicFetchAdd and |to

[Issue 12891] add atomicInc and atomicDec to core.atomic

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12891 --- Comment #3 from Martin Nowak --- Most likely there is no performance difference between "lock xadd [ptr], 1" and "lock inc [ptr]", the increment instruction takes a byte less. You can ask g++/clang++ for good ideas. #include std::atomic

[Issue 14323] Bad code generation in dfmt

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14323 --- Comment #2 from briancsch...@gmail.com --- Reduced to a single file: https://gist.github.com/Hackerpilot/9708cfa7ce0e259f1600 Compiler + flags| Output +--- ldc -d-version=WTF_DMD | 2400 ldc

[Issue 4769] Unary atomics

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4769 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12891] add atomicInc and atomicDec to core.atomic

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12891 Martin Nowak changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #2 from Martin

[Issue 13459] segfault in two auto opSlices()

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13459 Kenji Hara changed: What|Removed |Added CC||kan...@weka.io --- Comment #5 from Kenji Hara

[Issue 14377] compiler segfault

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

[Issue 7151] [CTFE] cannot compare classes with ==

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7151 --- Comment #6 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/fbfbb381b5843e7a9a05b6511f8a47955cdb1e3b add test for Issue 7151 - [CT

[Issue 14323] Bad code generation in dfmt

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14323 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comment #1

[Issue 14274] tools/update.sh must install and use dmd 2.066.1 if not present

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14274 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comment #1

[Issue 14318] Shared library stdio not loaded

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14318 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comment #1

[Issue 14327] Unhandled exception from writeln() in C++/D application

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14327 --- Comment #2 from Vladimir Panteleev --- I can't even get this application to link... keep getting minfo_beg/minfo_end errors (with both -m64 and -m32mscoff). --

[Issue 14327] Unhandled exception from writeln() in C++/D application

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14327 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comment #1

[Issue 14335] Logo is missplaced

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14335 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14347] functions in std.string need upgrading to support std.uni.nelSep line endings

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14347 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comment #1

[Issue 14351] [REG2.063] `inout` base class constructor can't be called

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14351 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com Sum

[Issue 14364] DMD should compile (correctly) SDC test0167.d

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14364 --- Comment #8 from deadalnix --- (In reply to Kenji Hara from comment #6) > (In reply to deadalnix from comment #5) > > Reopening. The spec is wrong. It has been discussed many time that should > > have LTR semantic. > > Can you list the links to t

[Issue 14364] DMD should compile (correctly) SDC test0167.d

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14364 --- Comment #7 from deadalnix --- (In reply to Kenji Hara from comment #6) > (In reply to deadalnix from comment #5) > > Reopening. The spec is wrong. It has been discussed many time that should > > have LTR semantic. > > Can you list the links to t

[Issue 14376] [REG2.064] false positive "Error: one path skips field"

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14376 --- Comment #2 from Vladimir Panteleev --- Introduced in https://github.com/D-Programming-Language/dmd/pull/2665 --

[Issue 14376] [REG2.064] false positive "Error: one path skips field"

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14376 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com Sum

[Issue 12984] "Cannot interpret [template] at compile time" depending on order of declaration

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

[Issue 14377] compiler segfault

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14377 --- Comment #1 from Ketmar Dark --- seems to be fixed in 2.067. --

[Issue 12891] add atomicInc and atomicDec to core.atomic

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12891 Jonathan Dunlap changed: What|Removed |Added CC||jad...@gmail.com --- Comment #1 from Jonat

[Issue 14364] DMD should compile (correctly) SDC test0167.d

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14364 --- Comment #6 from Kenji Hara --- (In reply to deadalnix from comment #5) > Reopening. The spec is wrong. It has been discussed many time that should > have LTR semantic. Can you list the links to the discussions? --

[Issue 14377] New: compiler segfault

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14377 Issue ID: 14377 Summary: compiler segfault Product: D Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: major Priority: P1 C

[Issue 14371] [CTFE] Binary assignment expression makes wrong result in compile-time

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

[Issue 14371] [CTFE] Binary assignment expression makes wrong result in compile-time

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14371 --- 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/4a3c841ed8d4141af227bd47cd75db1d687983af fix Issue 14371 - [CTFE] Bin

[Issue 14349] String imports with subpaths don't work on Windows

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14349 Alex Parrill changed: What|Removed |Added CC||initrd...@gmail.com --- Comment #1 from Alex

[Issue 9378] std.internal.digest.sha_SSE3 breaks if compiled with PIC

2015-03-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9378 zunk...@gmail.com changed: What|Removed |Added CC||zunk...@gmail.com --