Re: access member error

2010-09-03 Thread Jonathan M Davis
re in the same module. private is private to the module, not the class. If A and B are in separate modules, then B would not have access to _x, and it wouldn't work. For that to work, you'd need to make _x protected. But if they're in the same module, then it should work just fine. - Jonathan M Davis

Re: Documentation bug.

2010-10-01 Thread Jonathan M Davis
nd changes to existing bug reports. To actually report bugs, go here: http://d.puremagic.com/issues/enter_bug.cgi - Jonathan M Davis

Re: Documentation bug.

2010-10-02 Thread Jonathan M Davis
On Saturday 02 October 2010 14:20:12 anonymous wrote: > On 2010-10-02, Jonathan M Davis wrote: > > bug reports. To actually report bugs, go here: > > http://d.puremagic.com/issues/enter_bug.cgi > > > > - Jonathan M Davis > > Holy shit, not _another_ Bugzilla acc

Re: error importing std.intrinsic on linux Digital Mars D Compiler v2.008

2010-10-30 Thread Jonathan M Davis
me directory somewhere and use it. Sure, it would be great if gentoo got a more up-to-date version, but you can just download it yourself and use it quite easily, and it's self-contained if you don't copy the files to /usr/bin and the like, so uninstalling it later is a breeze. -

Re: Compiler optimization breaks multi-threaded code

2010-11-14 Thread Jonathan M Davis
e repost this to the D list and/or create bug report: http://d.puremagic.com/issues/enter_bug.cgi?product=D The Bugs list is not for posting to. It's for the bug tracker to send updates to. You sign up for it if you want to receive those updates, not to post information on bugs. - Jonathan M Davis

Re: [Issue 5093] improve error for importing std.c.windows.windows

2010-11-15 Thread Jonathan M Davis
in many cases, it wouldn't > appear at all). I think this should be applied to all template > instantiation back traces. I expect that you meant to post a comment to the bug rather than post on the bug list... - Jonathan M Davis

Re: [Issue 5093] improve error for importing std.c.windows.windows

2010-11-15 Thread Jonathan M Davis
On Monday, November 15, 2010 13:59:10 Don wrote: > Jonathan M Davis wrote: > > On Monday 15 November 2010 12:49:05 Don wrote: > >> d-bugm...@puremagic.com wrote: > >>> http://d.puremagic.com/issues/show_bug.cgi?id=5093 > >>> > >>> > >&g

Re: Asian characters are not printed propely in console

2011-01-03 Thread Jonathan M Davis
they're not being treated as unicode. If you repost this on D.learn, odds are that someone there will know what you're doing wrong or perhaps even confirm that this is a dmd bug if that's really what's going on. - Jonathan M Davis

Re: spawn bug?

2011-01-23 Thread Jonathan M Davis
U:6YT(&HI('L@=W)I=&5F;&XH(D9I;FES:&5D(&9O;R`E > M M("`@(&%U=&\@9'5M;7E?5&ED(#T@ M M"B`@?0H@(&9O M:6YT(&HI('L@=W)I=&5F;&XH(D9I;FES:&5D(&)A &(`H@(`I] > ` > end Please don't post to the bug list. Ask about bugs on D.Learn or D, or just report them in the tracker. This list is only meant for receiving messages from the bug tracker. There are several spawn bugs: http://d.puremagic.com/issues/buglist.cgi?quicksearch=spawn This one seems a likely culprit: http://d.puremagic.com/issues/show_bug.cgi?id=4307 - Jonathan M Davis

Re: auto return type inheritance not covariant

2011-02-02 Thread Jonathan M Davis
.puremagic.com/issues . Also, this list is not really intended to be posted to. It's for seeing the messages about changes to bug reports which the tracker sends. If you want to post questions, they should generally go to D.Learn or D. - Jonathan M Davis

Re: compile dmd 2.052 under XP -- error !

2011-02-20 Thread Jonathan M Davis
to the bug list. It's intended for messages from bugzilla, not for people to post to directly. If you have questions regarded to learning about D, post at D.learn. If you have questions about the development of D, post on D. But this list is not intended to be posted to. - Jonathan M Davis

Re: build my project error with dmd.2.052

2011-02-22 Thread Jonathan M Davis
(though that means that you're likely to get warnings about library version mismatches for Phobos; the flag is there because both the 32-bit and 64-bit versions of Phobos are ld's search path, and it's annoying for it to complain about the one which you aren't using just because it's for the wrong architecture). - Jonathan M Davis

Re: Stable sort in std.algorithm throws Range violation

2011-04-08 Thread Jonathan M Davis
sting to it is even enabled. Please post bugs to bugzilla. If you want to discuss the bug, then post on the D.learn or D lists. As for this porticular bug, I believe that it is http://d.puremagic.com/issues/show_bug.cgi?id=4584 - Jonathan M Davis

Re: SegFault when using writeln() and Fibers

2011-08-10 Thread Jonathan M Davis
Please post in D.Learn instead if you have a question, and if you have a bug to report, report it at d.puremagic.com/issues. - Jonathan M Davis

Re: Is this a bug in execvp of std.process

2011-09-22 Thread Jonathan M Davis
bit > > Thanks. Please do not post to this list. It's not intended for sending messages to. You sign up for it if you want to receive all of the messages from bugzilla. You're not going to get a useful response here. - Jonathan M Davis

Re: CTFE Memory Hogging Workaround?

2012-11-22 Thread Jonathan M Davis
zilla. If you have a bug, please report it at http://d.puremagic.com/issues If you have a question, please ask it in the D.Learn newsgroup. I'm sure that there will be people ready and willing to help you there. - Jonathan M Davis

Re: std.file.write versus std.stdio.write

2012-11-28 Thread Jonathan M Davis
phobos/std/stdio.d(1544) If you have questions, post them in D.Learn. If you have a bug report, report it at http://d.puremagic.com/issues Please, do not post to this list. It's only intended for messages from bugzilla. Posting from anyone else really shouldn't even be enabled. - Jonathan M Davis

Re: valgrind flags memory leak in _d_monitor_create

2011-10-18 Thread Jonathan M Davis
he messages from bugzilla. Please report bugs in bugzilla: d.puremagic.com/issues - Jonathan M Davis

Re: std.conv.emplace

2011-12-21 Thread Jonathan M Davis
l > > > This >= needs to be changed to a < Please, do not post to this list (it really should reject all posts sent to it by users). You sign up for it if you want to see all of the messages sent by bugzilla, _not_ to post bugs. Bugs should be posted to bugzilla: d.puremagic.com/issues - Jonathan M Davis

Re: bug: Console buffer not flushed at right time

2012-02-07 Thread Jonathan M Davis
Please report bugs to d.puremagic.com/issues. This list is not supposed to be posted to directly by users. You sign up for it if you want to see all of the updates to bugs on Bugzilla. - Jonathan M Davis On Tuesday, February 07, 2012 15:49:19 Kevin Brogan wrote

Re: setlocale not working as expected

2012-02-24 Thread Jonathan M Davis
om/issues (in which case, that would be messaged to this list). If you have a question about learning D, then post to digitalmars-d-learn, and if you have a general D question then, post it to digitalmars-d. - Jonathan M Davis

Re: [Issue 8063] Purity of assert's second parameter

2012-05-08 Thread Jonathan M Davis
t post directly to the bug list. Respond in bugzilla please. The buglist if for receiving reports from bugzilla not for posting to directly. - Jonathan M Davis

Re: Seg-fault interfacing C library (GSL)

2012-05-26 Thread Jonathan M Davis
stion or something that you want to discuss about D in general, then post it in digitalmars.D. And if you have a bug report, please report it on bugzilla ( http://d.puremagic.com/issues ). - Jonathan M Davis

Re: OPENFILENAME structure

2012-05-30 Thread Jonathan M Davis
eported or commented on. If you have a bug to report, please report it on bugzilla: http://d.puremagic.com/issues Thanks. - Jonathan M Davis

Re: AA rehash link error

2012-08-16 Thread Jonathan M Davis
enabled for anyone else to post to it. You sign up for this list if you want to see all of the messages from bugzilla. Report bugs here: http://d.puremagic.com/issues And you may yet get a response in D.learn. People don't always respond quickly. - Jonathan M Davis

Re: Status on Precise GC

2012-09-07 Thread Jonathan M Davis
earn and general D- related questions in digitalmals-d. - Jonathan M Davis

Re: Header file generation not working correctly

2012-09-12 Thread Jonathan M Davis
eive all of the messages from bugzilla. If you have a question regarding learning or using D, then please ask it in digitalmars-d-learn. If you have a general question about D or are looking to discuss D's development, then post in digitalmars-d. - Jonathan M Davis

Re: Regarding hex strings

2012-10-17 Thread Jonathan M Davis
On Thursday, October 18, 2012 01:58:25 bearophile wrote: [snip] You posted to the wrong list. - Jonathan M Davis