[Issue 12190] New: runtime loaded shared library on osx: partially worked in 2.062, fails since 2.063

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12190 Summary: runtime loaded shared library on osx: partially worked in 2.062, fails since 2.063 Product: D Version: D2 Platform: All OS/Version: Mac OS X Status: NEW

[Issue 12169] sum(int[]) should return a int

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12169 --- Comment #6 from bearophile_h...@eml.cc 2014-02-18 03:23:57 PST --- (In reply to comment #1) > presumably to avoid overflow (which you are > usually so concerned about, what changed?) This after very few seconds of run time prints the wr

[Issue 12189] "out" parameters should be allowed to modify immutable values in ctors

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12189 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #1

[Issue 7029] std.container.Array cannot use insertAfter

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7029 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #8 from yeb

[Issue 12137] [REG DMD2.065-b3] Huge decline in performance

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12137 --- Comment #14 from yebblies 2014-02-19 00:37:33 EST --- It would be nice to be able to test this. Is there a way to get the version of snn.lib? If not, could one be added? Then we could at least have a unittest rather than a silent perfo

[Issue 12191] New: bad purity propagation for double-nested delegate templates

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12191 Summary: bad purity propagation for double-nested delegate templates Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-

[Issue 12192] Wrong interface file content generated that crashes compiler

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12192 --- Comment #3 from tcak 2014-02-18 08:11:31 PST --- Created an attachment (id=1329) Used makefile -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 12192] Wrong interface file content generated that crashes compiler

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12192 --- Comment #4 from tcak 2014-02-18 08:11:55 PST --- Created an attachment (id=1330) Output of make -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 12192] New: Wrong interface file content generated that crashes compiler

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12192 Summary: Wrong interface file content generated that crashes compiler Product: D Version: unspecified Platform: x86_64 OS/Version: Linux Status: NEW Sev

[Issue 12192] Wrong interface file content generated that crashes compiler

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12192 --- Comment #1 from tcak 2014-02-18 08:10:35 PST --- Created an attachment (id=1327) Library source code -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 12192] Wrong interface file content generated that crashes compiler

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12192 --- Comment #2 from tcak 2014-02-18 08:11:04 PST --- Created an attachment (id=1328) Generated interface file -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Issue 11363] std.process should offer a way to run a executable with a given working directory

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11363 --- Comment #2 from Sobirari Muhomori 2014-02-18 08:32:00 PST --- workDirFD = open(toStringz(workDir), O_RDONLY); How this behaves if workDir is not null, but empty? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=

[Issue 12193] New: GIT HEAD: opOpAssign ignored if this aliases to bool value

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12193 Summary: GIT HEAD: opOpAssign ignored if this aliases to bool value Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regressio

[Issue 11478] shared library on osx: worked in 2.062, fails in 2.063.2, still fails in 2.064

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11478 --- Comment #6 from Martin Nowak 2014-02-18 09:17:22 PST --- (In reply to comment #5) > This still fails. it only works when adding import core.runtime inside 'foo.d' So it crashes if you don't import core.runtime? This might be an ODR proble

[Issue 12194] New: Constructor prevents static opCall regression?

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12194 Summary: Constructor prevents static opCall regression? Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2

[Issue 12182] Add support for non-assignable construction to tuples

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12182 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12194] Constructor prevents static opCall regression?

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12194 --- Comment #2 from Andrej Mitrovic 2014-02-18 12:36:24 PST --- (In reply to comment #1) > I knew this was going to be a problem as soon I saw the pull implementing the > change. But some pople insist on destroying any means of defining a de

[Issue 12194] Constructor prevents static opCall regression?

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12194 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Com

[Issue 12194] Constructor prevents static opCall regression?

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12194 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --- Comment

[Issue 12188] std.algorithm.nextPermutation requires random access

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12188 --- Comment #1 from Peter Alexander 2014-02-18 12:51:15 PST --- BTW, you may already know this, but it's impossible to solve this with the current range primitives. See the discussion here: http://www.digitalmars.com/d/archives/digitalmars/

[Issue 12188] std.algorithm.nextPermutation requires random access

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12188 --- Comment #2 from hst...@quickfur.ath.cx 2014-02-18 13:14:25 PST --- Hmm this sucks. It didn't occur to me that takeN on a bidirectional range doesn't return a bidirectional range. :-( In retrospect, it makes sense (takeN doesn't know the i

[Issue 12195] New: Cannot directly instantiate a template produced by aponymous template instantiation

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12195 Summary: Cannot directly instantiate a template produced by aponymous template instantiation Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 12196] New: Bad error message for multiple declarations

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12196 Summary: Bad error message for multiple declarations Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity: minor

[Issue 12197] New: 'invalid array operation' errror message with valid array operation

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12197 Summary: 'invalid array operation' errror message with valid array operation Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywor

[Issue 12198] New: Catch some wrong overlapping array operations at compile time

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12198 Summary: Catch some wrong overlapping array operations at compile time Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: di

[Issue 12194] Constructor prevents static opCall regression?

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12194 Max Samukha changed: What|Removed |Added CC||samu...@voliacable.com --- Comment #4

[Issue 12194] Constructor prevents static opCall regression?

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12194 Jesse Phillips changed: What|Removed |Added CC||jesse.k.phillip...@gmail.co

[Issue 11630] shared library segv

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11630 Stanislav Blinov changed: What|Removed |Added CC||stanislav.bli...@gmail.com --- Co

[Issue 12193] GIT HEAD: opOpAssign ignored if this aliases to bool value

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12193 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Co

[Issue 12199] New: RedBlackTree problematic with non-string predicates

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12199 Summary: RedBlackTree problematic with non-string predicates Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 12194] Constructor prevents static opCall regression?

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12194 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12167] GIT HEAD: AAs are broken

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12167 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment

[Issue 12194] Constructor prevents static opCall regression?

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12194 --- Comment #7 from Kenji Hara 2014-02-18 18:38:54 PST --- This change has been introduced to fix the language design issue discovered by bug 12070 (the diagnostic message is added by issue 12124). In D1 age, historically static opCall was a

[Issue 12194] Constructor prevents static opCall regression?

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12194 --- Comment #8 from Kenji Hara 2014-02-18 18:41:25 PST --- (In reply to comment #0) > this of course means tracking down the places which need > fixed is not helped by the compiler. > this of course means tracking down the places which need

[Issue 12193] GIT HEAD: opOpAssign ignored if this aliases to bool value

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12193 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #2 from

[Issue 11114] Undefined symbols after merging dmd pull #2550

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4 Kenji Hara changed: What|Removed |Added Severity|regression |normal --- Comment #20 from Kenji Hara

[Issue 12194] Constructor prevents static opCall regression?

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12194 --- Comment #9 from Jesse Phillips 2014-02-18 20:02:35 PST --- (In reply to comment #8) > You can make error at the all places that using `static Struct opCall()`, by > replacing it to `@disable this();`. Perfect recommendation, thank you.

[Issue 12189] "out" parameters should be allowed to modify immutable values in ctors

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12189 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 12193] GIT HEAD: opOpAssign ignored if this aliases to bool value

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12193 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 12193] GIT HEAD: opOpAssign ignored if this aliases to bool value

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12193 --- Comment #3 from github-bugzi...@puremagic.com 2014-02-18 20:45:33 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0efdb40eb05920f370e10e15926f9b35f1698

[Issue 12189] "out" parameters should be allowed to modify immutable values in ctors

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12189 --- Comment #3 from Vladimir Panteleev 2014-02-19 06:46:46 EET --- Thanks, I didn't think about that. If "out" did not allow escaping references then I guess it would be different. -- Configure issuemail: https://d.puremagic.com/issues/us

[Issue 12200] New: Strange crash while debugging in Win64

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12200 Summary: Strange crash while debugging in Win64 Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: major Priority: P2 Comp

[Issue 12200] Strange crash while debugging in Win64

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12200 --- Comment #1 from Manu 2014-02-18 21:22:19 PST --- Interestingly, the disassembly's very different in the actual context where I'm experiencing this, but it still happens. The disasm: case '[':++depth; step[depth] = 24;brea

[Issue 12195] Cannot directly instantiate a template produced by eponymous template instantiation

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12195 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 1566] Nested template issue

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1566 Kenji Hara changed: What|Removed |Added CC||samu...@voliacable.com --- Comment #6 fr

[Issue 1566] Nested template issue

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1566 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #7 from Kenji Hara 201

[Issue 12201] New: Crash on bad import within mixed in template

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12201 Summary: Crash on bad import within mixed in template Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: normal Pr

[Issue 12186] Problems with partially inferred type for immutable lambda argument

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12186 Kenji Hara changed: What|Removed |Added Keywords||pull Platform|x86

[Issue 12200] Strange crash while debugging in Win64

2014-02-18 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12200 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #2