Who here actually uses D?

Jimmy Cao jcao219 at gmail.com
Sat Jan 1 18:47:29 PST 2011


On Sat, Jan 1, 2011 at 7:10 PM, Adam D. Ruppe <destructionator at gmail.com>wrote:

> Robert Clipsham wrote:
> > Don't suppose you've got a test case which will reproduce this?
>
> ===
> import std.variant;
>
> void main() {
>        string a, b;
>        Variant[string] v;
>
>        v[a] = b;
> }
> ===
>
> I'm almost certain I've seen something similar in the bugzilla
> before, but I can't find it now. I find that thing to be
> incredibly hard to search.
>
> My DMD is also a release or two behind, so it might already
> be fixed. (I only update dmd when I'm a few days ahead on my
> work, just in case I have to deal with a regression or breaking
> change. While they haven't bothered me for many months now, I
> still lag a bit to avoid the risk of breaking my production build
> when the schedule is already packed.)
>

No segfault on Fedora 14, DMD 2.051.  Maybe updating will do the trick.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20110101/c78e08eb/attachment-0001.html>


More information about the Digitalmars-d mailing list