[Issue 925] ICE on casting array literal to void[]

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=925 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 3496] ICE ..\ztc\cgelem.c 3387

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3496 --- Comment #2 from David Simcha dsim...@yahoo.com 2009-11-13 08:02:26 PST --- Didn't realize it at the time, but I've looked into this further. It only happens when you compile w/ -O -inline. -- Configure issuemail:

[Issue 3501] New: is null comparison should be disallowed for fixed-size arrays

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3501 Summary: is null comparison should be disallowed for fixed-size arrays Product: D Version: 2.036 Platform: Other OS/Version: Windows Status: NEW

[Issue 3496] ICE(cgelem.c, optimizer bug) cast(void *)(x1)== null.

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3496 Don clugd...@yahoo.com.au changed: What|Removed |Added Version|unspecified |1.00 Summary|ICE

[Issue 3496] ICE(cgelem.c, optimizer bug) cast(void *)(x1)== null.

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3496 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #4 from

[Issue 3502] New: Fix for dropped Mac OS X 10.5

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3502 Summary: Fix for dropped Mac OS X 10.5 Product: D Version: future Platform: Other OS/Version: Mac OS X Status: NEW Severity: enhancement Priority: P2

[Issue 1297] [modules] Static modules, aka enforcing static import.

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1297 --- Comment #1 from Leandro Lucarella llu...@gmail.com 2009-11-13 15:32:20 PST --- I think static import should be the default, and there should be an explicit way to import everything, not the other way around. -- Configure issuemail:

[Issue 900] changing import order causes type mismatch

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=900 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added CC||llu...@gmail.com

[Issue 3502] Fix for dropped Mac OS X 10.5

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3502 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 1504] [module] import osmosis

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1504 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added CC||llu...@gmail.com

[Issue 1941] missing line on inaccesable external private module member

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1941 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added CC||llu...@gmail.com

[Issue 3503] New: [module] Imports should be static by default

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3503 Summary: [module] Imports should be static by default Product: D Version: future Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 3505] New: [module] static imports should be binded to the leaf module, not the fully qualified name

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3505 Summary: [module] static imports should be binded to the leaf module, not the fully qualified name Product: D Version: future Platform: All OS/Version: Linux

[Issue 3503] [module] Imports should be static by default

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3503 --- Comment #2 from Leandro Lucarella llu...@gmail.com 2009-11-13 16:30:19 PST --- See bug 3505 for a related enhancement that will play very well with this suggestion. -- Configure issuemail:

[Issue 2179] [module] import inside class works but is not in spec

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2179 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added CC||llu...@gmail.com

[Issue 3506] New: [module] Imports should be valid at any scope

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3506 Summary: [module] Imports should be valid at any scope Product: D Version: future Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 3503] [module] Imports should be static by default

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3503 --- Comment #1 from Leandro Lucarella llu...@gmail.com 2009-11-13 16:24:36 PST --- See bug 3504 for an alternative syntax to get the old behavior. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 3504] New: [module] import foo: *; should be supported if imports are static by default

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3504 Summary: [module] import foo: *; should be supported if imports are static by default Product: D Version: future Platform: Other OS/Version: All Status: NEW

[Issue 176] [module] message module and package have the same name

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=176 --- Comment #1 from Leandro Lucarella llu...@gmail.com 2009-11-13 16:45:29 PST --- Copying the (duplicated) bug 2338 text because it has a better description of the problem: Frank Benoit 2008-09-06 10:40:04 PDT test.d == module

[Issue 2338] wrong error location for wrong import statement

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2338 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 176] [module] message module and package have the same name

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=176 --- Comment #2 from Leandro Lucarella llu...@gmail.com 2009-11-13 16:45:32 PST --- *** Issue 2338 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 3507] New: [module] Flag unused imports to avoid unnecessary dependencies

2009-11-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3507 Summary: [module] Flag unused imports to avoid unnecessary dependencies Product: D Version: future Platform: Other OS/Version: All Status: NEW Keywords: