[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10710 Jordi Sayol g.sa...@yahoo.es changed: What|Removed |Added CC||g.sa...@yahoo.es ---

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10710 --- Comment #8 from Jordi Sayol g.sa...@yahoo.es 2013-07-31 01:13:49 PDT --- (In reply to comment #5) libcurl4-dev is a virtual package provided by libcurl4-openssl-dev libcurl4-nss-dev libcurl4-gnutls-dev So this issue can be

[Issue 10717] std.ascii.toLower and toUpper should return char instead of dchar and avoid me to use a bad cast(char)

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

[Issue 10717] std.ascii.toLower and toUpper should return char instead of dchar and avoid me to use a bad cast(char)

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10717 --- Comment #6 from bearophile_h...@eml.cc 2013-07-31 05:15:58 PDT --- (In reply to comment #5) Does this fit the bill, or do you see anything else that needs to be addressed? I have tried it, and the semantics seems OK. But the

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10710 --- Comment #9 from Dicebot pub...@dicebot.lv 2013-07-31 05:44:06 PDT --- (In reply to comment #7) This is correct because Arch packages links its own libphobos on Arch, and don't use the libphobos from release zip archive. In other

[Issue 9426] [enh] polymorphic lambda should be aliasable

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9426 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10710 --- Comment #10 from Jordi Sayol g.sa...@yahoo.es 2013-07-31 06:06:17 PDT --- (In reply to comment #9) (In reply to comment #7) This is correct because Arch packages links its own libphobos on Arch, and don't use the libphobos from

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10710 --- Comment #11 from Martin Nowak c...@dawg.eu 2013-07-31 06:48:00 PDT --- (In reply to comment #8) This is not correct. All curl libraries on Debian like systems has versioned symbols, source of this problem. I didn't saw any versioned

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10710 --- Comment #12 from Dicebot pub...@dicebot.lv 2013-07-31 07:01:44 PDT --- Also, is there any usage info for .zip archive on Linux platforms? In other words, is it actually worth any considerable efforts? -- Configure issuemail:

[Issue 10733] New: Add a druntime function to find the pointer to a key of a built-in associative array given the pointer to a value

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10733 Summary: Add a druntime function to find the pointer to a key of a built-in associative array given the pointer to a value Product: D Version: D2 Platform: All

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10710 --- Comment #13 from Jordi Sayol g.sa...@yahoo.es 2013-07-31 09:00:56 PDT --- (In reply to comment #11) (In reply to comment #8) This is not correct. All curl libraries on Debian like systems has versioned symbols, source of this problem.

[Issue 10734] New: Assertion failure: '0' on line 1546 in file 'cast.c'

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10734 Summary: Assertion failure: '0' on line 1546 in file 'cast.c' Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: regression Priority:

[Issue 10348] isRooted is either wrong or poorly specified

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10348 --- Comment #4 from Lars T. Kyllingstad bugzi...@kyllingen.net 2013-07-31 10:42:18 PDT --- Pull request 1442 coincidentally fixes this bug. https://github.com/D-Programming-Language/phobos/pull/1442 -- Configure issuemail:

[Issue 10717] std.ascii.toLower and toUpper should return char instead of dchar and avoid me to use a bad cast(char)

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10717 --- Comment #7 from monarchdo...@gmail.com 2013-07-31 12:26:58 PDT --- (In reply to comment #6) So a call to toLower can cause two function calls. toLower() is a tiny function that could be called many many times, so perhaps in debug mode

[Issue 10735] Buffer overflow bug in symbol_generate()

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10735 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Severity|normal |major ---

[Issue 10735] New: Buffer overflow bug in symbol_generate()

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10735 Summary: Buffer overflow bug in symbol_generate() Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 10736] New: Regression (2.064 git-head): Instantiation failure triggered by module import and module order

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10736 Summary: Regression (2.064 git-head): Instantiation failure triggered by module import and module order Product: D Version: D2 Platform: All OS/Version: All

[Issue 4575] Uses of deprecated delete statement in D2 Phobos

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4575 John Colvin john.loughran.col...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 10737] New: regression:out of memory

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10737 Summary: regression:out of memory Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2 Component: DMD

[Issue 10738] New: double2 ^^ 2 and double2 ^^ 3 are missing

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10738 Summary: double2 ^^ 2 and double2 ^^ 3 are missing Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Keywords: rejects-valid Severity: normal

[Issue 4095] compiling with -op -od and using absolute paths for source files make dmd write object files anywhere

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4095 Manu turkey...@gmail.com changed: What|Removed |Added CC||turkey...@gmail.com ---

[Issue 10729] Some exception symbols undefined

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10729 Nils nilsboss...@googlemail.com changed: What|Removed |Added CC|

[Issue 4095] compiling with -op -od and using absolute paths for source files make dmd write object files anywhere

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4095 --- Comment #7 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-07-31 15:14:41 PDT --- Btw why is this tagged as only D1, doesn't it affect D2 as well? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 4095] compiling with -op -od and using absolute paths for source files make dmd write object files anywhere

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4095 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 10735] Buffer overflow bug in symbol_generate()

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10735 --- Comment #2 from github-bugzi...@puremagic.com 2013-07-31 15:11:54 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 4095] compiling with -op -od and using absolute paths for source files make dmd write object files anywhere

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4095 Manu turkey...@gmail.com changed: What|Removed |Added Platform|Other |All Version|1.057

[Issue 10735] Buffer overflow bug in symbol_generate()

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

[Issue 10735] Buffer overflow bug in symbol_generate()

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10735 --- Comment #3 from github-bugzi...@puremagic.com 2013-07-31 16:04:23 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 10739] New: Struct defined by template mixin leads to order-sensitivity of declarations

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10739 Summary: Struct defined by template mixin leads to order-sensitivity of declarations Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW

[Issue 10732] Example code for std.utf.toUTFindex does not work

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10732 --- Comment #2 from github-bugzi...@puremagic.com 2013-07-31 17:15:44 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 2407] function pointer as an enum's base type doesn't work

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

[Issue 2407] function pointer as an enum's base type doesn't work

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2407 Henning Pohl henn...@still-hidden.de changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10732] Example code for std.utf.toUTFindex does not work

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10732 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10740] New: std.concurrency send() fails with structs over 32 bytes

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10740 Summary: std.concurrency send() fails with structs over 32 bytes Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: major

[Issue 6495] array(file.byLine()) is a problem

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6495 --- Comment #5 from hst...@quickfur.ath.cx 2013-07-31 22:18:45 PDT --- I don't like the use of a boolean flag, though. Maybe byLine!CopyBuffer() (default) vs. byLine!ReuseBuffer()? -- Configure issuemail:

[Issue 6495] array(file.byLine()) is a problem

2013-07-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6495 --- Comment #4 from hst...@quickfur.ath.cx 2013-07-31 22:17:25 PDT --- I like the idea of making byLine non-transient by default, but allowing a compile-time option to make it transient when you want to optimize your code (so the user is