[Issue 12130] Segmentation fault if HOME environment variable does not exist

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12130 --- Comment #5 from Maksim Zholudev --- Created attachment 1425 --> https://issues.dlang.org/attachment.cgi?id=1425&action=edit dmd $ dmd --help > dmd-help.txt --

[Issue 12130] Segmentation fault if HOME environment variable does not exist

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12130 --- Comment #4 from Maksim Zholudev --- Created attachment 1424 --> https://issues.dlang.org/attachment.cgi?id=1424&action=edit uname output uname --all > uname-all.txt --

[Issue 12130] Segmentation fault if HOME environment variable does not exist

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12130 --- Comment #3 from Maksim Zholudev --- Created attachment 1423 --> https://issues.dlang.org/attachment.cgi?id=1423&action=edit env output $ env > env.txt --

[Issue 13461] [ICE] Multiplying two integer arrays causes an ICE

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13461 monkeywork...@hotmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 13461] New: [ICE] Multiplying two integer arrays causes an ICE

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13461 Issue ID: 13461 Summary: [ICE] Multiplying two integer arrays causes an ICE Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 13456] GCStats does not appear in the web site documentation

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13456 Orvid King changed: What|Removed |Added CC||blah38...@gmail.com --- Comment #1 from Orvid K

[Issue 13382] [e2ir] compare string to int - leads to ICE in e2ir.c 1902

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13382 --- Comment #2 from hst...@quickfur.ath.cx --- For small code examples, you can just post the entire code in a comment, like so: - import std.stdio; void main () { string sn; if ((sn = readln ) > 0) { } } - There is no line number

[Issue 13460] dmd can no longer be built with DEBUG=1 on Linux/x86_64

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13460 --- Comment #1 from hst...@quickfur.ath.cx --- Oh, and in case it matters, the C++ compiler version on my system is: - $ g++ --version g++ (Debian 4.9.1-13) 4.9.1 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the sou

[Issue 13460] New: dmd can no longer be built with DEBUG=1 on Linux/x86_64

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13460 Issue ID: 13460 Summary: dmd can no longer be built with DEBUG=1 on Linux/x86_64 Product: D Version: D2 Hardware: x86 OS: Linux Status: NEW

[Issue 8851] std.string.join should allow 'char' as joiner

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8851 --- Comment #11 from monarchdo...@gmail.com --- (In reply to Robert Schadek from comment #10) > anyone working on this currently? No one that I know of. Although 'only' was recently introduced that helped work around the issue, it is still in need of

[Issue 12202] SortedRange + alias this + foreach => Segmentation fault

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12202 --- Comment #2 from hst...@quickfur.ath.cx --- OK, managed to cut it down to an almost bare-minimal test case: range.d @property front()() { } --- test.d struct S { import range; } unittest { S a1; foreach(i,

[Issue 12567] Modules can't be marked as deprecated

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12567 --- Comment #7 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/313a89e2c6f9c0cee389a16a98b6804541c1c270 Backport "Modules can't be m

[Issue 12202] SortedRange + alias this + foreach => Segmentation fault

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12202 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||ice Severity|normal

[Issue 12202] SortedRange + alias this + foreach => Segmentation fault

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12202 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 13459] New: segfault in two auto opSlices()

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13459 Issue ID: 13459 Summary: segfault in two auto opSlices() Product: D Version: D2 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P1

[Issue 8290] DMD git-master segfaults if outputfile exists as directory

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8290 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment #2

[Issue 5995] string append negative integer causes segfault

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5995 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment #1

[Issue 12827] [ICE] Segfault on immutable field self-initialization

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

[Issue 9532] scope(exit) + alloca -> internal error

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9532 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment #2

[Issue 12130] Segmentation fault if HOME environment variable does not exist

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12130 --- Comment #2 from hst...@quickfur.ath.cx --- Can't reproduce this bug in 2.060, 2.064, 2.065, 2.066, and git HEAD. Tested on Linux/x86_64. Can you provide more info about your environment to help track this down? Thanks! --

[Issue 12130] Segmentation fault if HOME environment variable does not exist

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12130 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment #

[Issue 6405] @safe doesn't work with multidimensional typesafe variadic parameters

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6405 --- 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/e5a65503581c7d496ade07ae92b50c1a222a9589 Add test for worksforme bug 6

[Issue 7354] ld: GOT load reloc does not point to a movq instruction

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7354 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 13211] Expand macros in comments within code sections

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13211 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment #

[Issue 12865] splitLines returns empty array on empty string

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12865 Robert Schadek changed: What|Removed |Added CC||rburn...@gmail.com --- Comment #1 from Robe

[Issue 8851] std.string.join should allow 'char' as joiner

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8851 Robert Schadek changed: What|Removed |Added CC||rburn...@gmail.com --- Comment #10 from Robe

[Issue 12631] std.string.isNumeric uses among without explicit braces when calling 'std.algorithm.among' when compiling with dmd -property flag

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12631 Robert Schadek changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 13458] New: std.utf.decode not @nogc

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13458 Issue ID: 13458 Summary: std.utf.decode not @nogc Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 13429] icmp (and friends) should be @nogc

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13429 Robert Schadek changed: What|Removed |Added CC||rburn...@gmail.com --

[Issue 13403] [ICE][2.067Alpha] Internal error: backend\type.c 332 with new package protection extension.

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

[Issue 13403] [ICE][2.067Alpha] Internal error: backend\type.c 332 with new package protection extension.

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13403 --- Comment #3 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/e3bd26482781c7b1f3ea574f6980601b0498734f fix Issue 13403 - [ICE][2.06

[Issue 13352] Algebraic does not support binary arithmetic when omitting small number types

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13352 --- Comment #4 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/cb5d83dad9c22e973f494006e874771eddf833dc Fix issue #13352 - Onl

[Issue 6405] @safe doesn't work with multidimensional typesafe variadic parameters

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6405 --- Comment #5 from Andrej Mitrovic --- (In reply to Lars T. Kyllingstad from comment #4) > Great! > > Minor nitpick: I am curious as to why you marked this as WORKSFORME. It's > clear that this used to be a real bug, so shouldn't it be FIXED? Only

[Issue 3395] Ambiguous array operations

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3395 --- Comment #6 from Sobirari Muhomori --- (In reply to Stewart Gordon from comment #4) > > Brainstorming a few possibilities: > > > > y[] = max(x[2..12]); // (1) looks like scalar assignment > > y[] = max[2..12](x); // (2) > > y[] = max(x[