Thread overview | ||||||
---|---|---|---|---|---|---|
|
October 04, 2009 [Issue 3362] New: crippling lack of 64-bit support | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=3362 Summary: crippling lack of 64-bit support Product: D Version: 2.032 Platform: x86_64 OS/Version: All Status: NEW Severity: critical Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: vminch@gmail.com --- Comment #0 from vminch@gmail.com 2009-10-04 08:53:17 PDT --- D is an incredibly alluring language, but it's become impossible to use in many types of projects where interoperability with C codebases is necessary. DMD doesn't support linking with 64-bit shared objects, and doesn't support 64-bit binaries. This means that any C libraries we need to use must be compiled as 32bit objects and must be shipped with our software. It's become simpler just to use g++ now.. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 18, 2010 [Issue 3362] crippling lack of 64-bit support | ||||
---|---|---|---|---|
| ||||
Posted in reply to vminch@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=3362 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |clugdbug@yahoo.com.au Resolution| |INVALID --- Comment #1 from Don <clugdbug@yahoo.com.au> 2010-01-18 06:20:10 PST --- Although this is one of the crucial issues facing D, it's not a bug, and doesn't belong in Bugzilla. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 18, 2010 [Issue 3362] crippling lack of 64-bit support | ||||
---|---|---|---|---|
| ||||
Posted in reply to vminch@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=3362 Brad Roberts <braddr@puremagic.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |braddr@puremagic.com Version|2.032 |unspecified Resolution|INVALID | Severity|critical |enhancement --- Comment #2 from Brad Roberts <braddr@puremagic.com> 2010-01-18 10:56:55 PST --- We do use bugzilla to track enhancement requests though, so re-opening. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 18, 2010 [Issue 3362] crippling lack of 64-bit support | ||||
---|---|---|---|---|
| ||||
Posted in reply to vminch@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=3362 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID --- Comment #3 from Don <clugdbug@yahoo.com.au> 2010-01-18 11:53:44 PST --- (In reply to comment #2) > We do use bugzilla to track enhancement requests though, so re-opening. Come on, it's NOT an enhancement request. That's a request for a complete new backend! There are two possible responses: INVALID, or WONTFIX. I think it's invalid, because of the availability of LDC. Seriously, it's a bugzilla report of no value, and including these kind of things reduces the value of bugzilla. BTW, while you're here, we need to change the 'version' specifiers. There should be D1 only, D2 only, and both. The current list of 100 different versions causes lots of problems, and adds _no_ value. None. More importantly it gives no way of specifying D1-only bugs. Could you add: D1, D2, D1-only, to the existing list, so we can migrate them across? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation