[Issue 11378] implicit runtime initialization/finalization is broken

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11378 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 11378] implicit runtime initialization/finalization is broken

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11378 Jacob Carlborg d...@me.com changed: What|Removed |Added CC||d...@me.com --- Comment

[Issue 11395] link error (struct+opEquals) on separate compilation

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11395 --- Comment #3 from github-bugzi...@puremagic.com 2013-10-31 01:44:40 PDT --- Commit pushed to 2.064 at https://github.com/D-Programming-Language/dmd

[Issue 11395] link error (struct+opEquals) on separate compilation

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11395 --- Comment #2 from github-bugzi...@puremagic.com 2013-10-31 01:44:00 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 11395] link error (struct+opEquals) on separate compilation

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11395 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11392] dirEntries segfaults (fails in 2.064 beta 4, works in 2.063.2)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11392 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 11392] dirEntries segfaults (fails in 2.064 beta 4, works in 2.063.2)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11392 --- Comment #2 from monarchdo...@gmail.com 2013-10-31 02:09:43 PDT --- I was not able to reproduce on win32 either. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 1512] GC infinite loop when invalid user code runs.

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1512 safety0ff.bugz safety0ff.b...@gmail.com changed: What|Removed |Added CC|

[Issue 1512] GC infinite loop when invalid user code runs.

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1512 --- Comment #11 from safety0ff.bugz safety0ff.b...@gmail.com 2013-10-31 02:34:55 PDT --- (In reply to comment #10) Works for me, recent versions of DMD, LDC give: Error: Cannot modify 'this' inside func. For D2, probably still valid for D1

[Issue 11392] dirEntries segfaults (fails in 2.064 beta 4, works in 2.063.2)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11392 --- Comment #3 from thelastmamm...@gmail.com 2013-10-31 02:39:47 PDT --- well that would explain why it would've gone un-noticed... can anyone verify on OSX? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 11392] dirEntries segfaults (fails in 2.064 beta 4, works in 2.063.2)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11392 safety0ff.bugz safety0ff.b...@gmail.com changed: What|Removed |Added CC|

[Issue 11399] New: time.di(365) error

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11399 Summary: time.di(365) error Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 11369] time.di(365)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11369 --- Comment #2 from ronald@gmail.com 2013-10-31 05:13:51 PDT --- (In reply to comment #1) It sounds like you probably have a messed up install, but I can't really help you much without actual code examples. You really should bring this

[Issue 11400] New: Floating point numbers with fractional part printing alignment problem

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11400 Summary: Floating point numbers with fractional part printing alignment problem Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW

[Issue 11365] Allow D source file names to have no extension (or an arbitrary extension)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11365 --- Comment #9 from bearophile_h...@eml.cc 2013-10-31 07:42:41 PDT --- Having a standard extension for D code is useful for programs like cloc that count lines of code, with editors that open .d files with correct D colorization, for my

[Issue 11365] Allow D source file names to have no extension (or an arbitrary extension)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11365 --- Comment #11 from Dicebot pub...@dicebot.lv 2013-10-31 07:50:47 PDT --- In other words, it is not a as much of a problem of DMD codebase that is uses .c for C++ code, it is a problem of IDE's/tools that assume it is a C code without

[Issue 11378] implicit runtime initialization/finalization is broken

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11378 --- Comment #13 from Martin Nowak c...@dawg.eu 2013-10-31 07:50:45 PDT --- (In reply to comment #12) Can't we setup a callback using atexit which correctly terminates the runtime? No, because then we couldn't clean up the stack. I still

[Issue 11365] Allow D source file names to have no extension (or an arbitrary extension)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11365 Dicebot pub...@dicebot.lv changed: What|Removed |Added CC||pub...@dicebot.lv ---

[Issue 11401] New: ElementType returns constructor instead of type

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11401 Summary: ElementType returns constructor instead of type Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: regression Priority: P2

[Issue 11365] Allow D source file names to have no extension (or an arbitrary extension)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11365 Mathias LANG pro.mathias.l...@gmail.com changed: What|Removed |Added CC|

[Issue 4101] [tdpl] DMD doesn't give error when goto skips initialization

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4101 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 602] Compiler allows a goto statement to skip an initalization

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=602 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||jlqu...@optonline.net ---

[Issue 3454] Inconsistent flag setting in GC.realloc()

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3454 --- Comment #3 from github-bugzi...@puremagic.com 2013-10-31 10:26:34 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 602] Compiler allows a goto statement to skip an initalization

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=602 --- Comment #6 from Martin Nowak c...@dawg.eu 2013-10-31 10:31:38 PDT --- Any ideas how to implement this? It seems like an algorithm to distinguish this is non-trivial. I tested the following with clang and it gives me a correct warning (gcc

[Issue 11365] Allow D source file names to have no extension (or an arbitrary extension)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11365 --- Comment #13 from Leandro Lucarella leandro.lucare...@sociomantic.com 2013-10-31 10:50:57 PDT --- I quickly tried to implement this by only disabling the extension checks when the `-run` option is passed, but I failed miserably because the

[Issue 11399] time.di(365) error

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11399 Martin Krejcirik m...@krej.cz changed: What|Removed |Added CC||m...@krej.cz ---

[Issue 11365] Allow D source file names to have no extension (or an arbitrary extension)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11365 --- Comment #14 from Leandro Lucarella leandro.lucare...@sociomantic.com 2013-10-31 11:38:36 PDT --- https://github.com/D-Programming-Language/dmd/pull/2700 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 11365] Allow D source file names to have no extension (or an arbitrary extension)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11365 --- Comment #15 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-10-31 12:08:58 PDT --- (In reply to comment #12) Why should we enforce this ? We enforce things to prevent obvious mistakes. D language plays well in this field. It

[Issue 11365] Allow D source file names to have no extension (or an arbitrary extension)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11365 --- Comment #16 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-10-31 12:14:39 PDT --- (In reply to comment #12) For the record, good editors solve the problem easily, like vim or emacs: # vim: syntax=d ts=4 sw=4 sts=4 sr noet # -*-

[Issue 11402] New: any/all are not documented in std.algorithm header

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11402 Summary: any/all are not documented in std.algorithm header Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2

[Issue 11403] New: functions in std.algo can't be used as pred

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11403 Summary: functions in std.algo can't be used as pred Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal

[Issue 11404] New: Assertion failure: '0' on line 1215 in file 'glue.c'

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11404 Summary: Assertion failure: '0' on line 1215 in file 'glue.c' Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 11365] Allow D source file names to have no extension (or an arbitrary extension)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11365 --- Comment #17 from Dicebot pub...@dicebot.lv 2013-10-31 13:27:13 PDT --- (In reply to comment #15) That's not true. It can't have a .lib extension, or an .obj/.o extension. This is purely a problem of how DMD argument list is designed, not

[Issue 10403] memchr optimization for std.algorithm.find

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10403 --- Comment #6 from github-bugzi...@puremagic.com 2013-10-31 13:32:19 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 11171] Text relocations in Phobos shared library

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11171 Martin Krejcirik m...@krej.cz changed: What|Removed |Added CC||m...@krej.cz ---

[Issue 11171] Text relocations in Phobos shared library

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11171 --- Comment #4 from Martin Krejcirik m...@krej.cz 2013-10-31 23:07:52 CET --- (In reply to comment #3) Duplicate of #5278? Likely, but it's not just Gentoo. I use Grsecurity kernel on Debian and get this error: ./prog: error while loading

[Issue 11171] Text relocations in Phobos shared library

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11171 safety0ff.bugz safety0ff.b...@gmail.com changed: What|Removed |Added CC|

[Issue 11171] Text relocations in Phobos shared library

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11171 --- Comment #5 from safety0ff.bugz safety0ff.b...@gmail.com 2013-10-31 15:10:09 PDT --- (In reply to comment #4) (In reply to comment #3) Duplicate of #5278? Likely, but it's not just Gentoo. I'm aware, it should probably be renamed.

[Issue 11403] functions in std.algo can't be used as pred

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11403 --- Comment #1 from monarchdo...@gmail.com 2013-10-31 15:33:42 PDT --- https://github.com/D-Programming-Language/phobos/pull/1676 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 10403] memchr optimization for std.algorithm.find

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10403 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11405] New: rdmd should limit it's tmp cache

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11405 Summary: rdmd should limit it's tmp cache Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 11237] zero initializer emitted to read-only data segment, slow compilation

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11237 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 11237] zero initializer emitted to read-only data segment, slow compilation

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11237 Martin Nowak c...@dawg.eu changed: What|Removed |Added Keywords||pull, wrong-code ---

[Issue 11406] New: ld.gold links incorrect dmd binaries

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11406 Summary: ld.gold links incorrect dmd binaries Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: link-failure Severity: normal

[Issue 11407] New: can't move struct with disabled default constructor

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11407 Summary: can't move struct with disabled default constructor Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 11392] dirEntries segfaults (fails in 2.064 beta 4, works in 2.063.2)

2013-10-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11392 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|