Message from discussion
dict implementation
Received: by 10.223.62.145 with SMTP id x17mr4187233fah.38.1273141416412;
Thu, 06 May 2010 03:23:36 -0700 (PDT)
X-BeenThere: shedskin-discuss@googlegroups.com
Received: by 10.213.70.78 with SMTP id c14ls1828240ebj.2.p; Thu, 06 May 2010
03:23:35 -0700 (PDT)
Received: by 10.213.81.18 with SMTP id v18mr96242ebk.7.1273141414814;
Thu, 06 May 2010 03:23:34 -0700 (PDT)
Received: by 10.213.81.18 with SMTP id v18mr96240ebk.7.1273141414770;
Thu, 06 May 2010 03:23:34 -0700 (PDT)
Return-Path: <mark.duf...@gmail.com>
Received: from mail-fx0-f41.google.com (mail-fx0-f41.google.com [209.85.161.41])
by gmr-mx.google.com with ESMTP id 12si59035ewy.2.2010.05.06.03.23.33;
Thu, 06 May 2010 03:23:33 -0700 (PDT)
Received-SPF: pass (google.com: domain of mark.duf...@gmail.com designates 209.85.161.41 as permitted sender) client-ip=209.85.161.41;
Received: by mail-fx0-f41.google.com with SMTP id 1so4442147fxm.14
for <shedskin-discuss@googlegroups.com>; Thu, 06 May 2010 03:23:33 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.239.136.20 with SMTP id f20mr567382hbf.19.1273141413455; Thu,
06 May 2010 03:23:33 -0700 (PDT)
Received: by 10.239.158.208 with HTTP; Thu, 6 May 2010 03:23:33 -0700 (PDT)
In-Reply-To: <2a5c7611-ee8d-4c5b-bfd7-abf734ddd16e@o14g2000yqb.googlegroups.com>
References: <2a5c7611-ee8d-4c5b-bfd7-abf734ddd16e@o14g2000yqb.googlegroups.com>
Date: Thu, 6 May 2010 12:23:33 +0200
Message-ID: <s2z8180ef691005060323j7026458h1330b53b7cd3f65c@mail.gmail.com>
Subject: Re: dict implementation
From: Mark Dufour <mark.duf...@gmail.com>
To: shedskin-discuss@googlegroups.com
X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com:
domain of mark.duf...@gmail.com designates 209.85.161.41 as permitted sender)
smtp.mail=mark.duf...@gmail.com; dkim=pass (test mode) header...@gmail.com
X-Original-Sender: mark.duf...@gmail.com
Reply-To: shedskin-discuss@googlegroups.com
Precedence: list
Mailing-list: list shedskin-discuss@googlegroups.com; contact
shedskin-discuss+owners@googlegroups.com
List-ID: <shedskin-discuss.googlegroups.com>
List-Post: <http://groups.google.com/group/shedskin-discuss/post?hl=en_US>,
<mailto:shedskin-discuss@googlegroups.com>
List-Help: <http://groups.google.com/support/?hl=en_US>, <mailto:shedskin-discuss+help@googlegroups.com>
List-Archive: <http://groups.google.com/group/shedskin-discuss?hl=en_US>
Sender: shedskin-discuss@googlegroups.com
List-Subscribe: <http://groups.google.com/group/shedskin-discuss/subscribe?hl=en_US>,
<mailto:shedskin-discuss+subscribe@googlegroups.com>
List-Unsubscribe: <http://groups.google.com/group/shedskin-discuss/subscribe?hl=en_US>,
<mailto:shedskin-discuss+unsubscribe@googlegroups.com>
Content-Type: multipart/alternative; boundary=001485f45080b2a7250485ea5599
--001485f45080b2a7250485ea5599
Content-Type: text/plain; charset=ISO-8859-1
just a note to others that you're the author of the current set
implementation in shedskin.. :-)
On Thu, May 6, 2010 at 4:44 AM, ffao <fet...@gmail.com> wrote:
> Well, somebody had to do this, so I gave it a try.
> Here is a (tentative) dict implementation, I haven't tested it
> extensively yet: http://stuffr.net/d/06il36z
>
> There are some warnings about NULL arithmetic and lines 2217 and 2218
> of builtin.cpp give errors (I probably deleted the declaration for
> __none somewhere, I'm not sure). It does pass some preliminary tests
> if you comment out those lines, if that counts for something (not the
> shedskin unit tests however, as I couldn't figure out which ones deal
> with dicts and which ones don't).
>
> ffao
>
> --
> You received this message because you are subscribed to the Google Groups
> "shedskin-discuss" group.
> To post to this group, send email to shedskin-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> shedskin-discuss+unsubscribe@googlegroups.com<shedskin-discuss%2Bunsubscribe@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/shedskin-discuss?hl=en.
>
>
--
"Overdesigning is a SIN. It's the archetypal example of what I call 'bad
taste'" - Linus Torvalds
--
You received this message because you are subscribed to the Google Groups "shedskin-discuss" group.
To post to this group, send email to shedskin-discuss@googlegroups.com.
To unsubscribe from this group, send email to shedskin-discuss+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/shedskin-discuss?hl=en.
--001485f45080b2a7250485ea5599
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
just a note to others that you're the author of the current set impleme=
ntation in shedskin.. :-)<br><br><div class=3D"gmail_quote">On Thu, May 6, =
2010 at 4:44 AM, ffao <span dir=3D"ltr"><<a href=3D"mailto:fetofs@gmail.=
com">fet...@gmail.com</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; borde=
r-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Well, somebody ha=
d to do this, so I gave it a try.<br>
Here is a (tentative) dict implementation, I haven't tested it<br>
extensively yet: <a href=3D"http://stuffr.net/d/06il36z" target=3D"_blank">=
http://stuffr.net/d/06il36z</a><br>
<br>
There are some warnings about NULL arithmetic and lines 2217 and 2218<br>
of builtin.cpp give errors (I probably deleted the declaration for<br>
__none somewhere, I'm not sure). It does pass some preliminary tests<br=
>
if you comment out those lines, if that counts for something (not the<br>
shedskin unit tests however, as I couldn't figure out which ones deal<b=
r>
with dicts and which ones don't).<br>
<br>
ffao<br>
<font color=3D"#888888"><br>
--<br>
You received this message because you are subscribed to the Google Groups &=
quot;shedskin-discuss" group.<br>
To post to this group, send email to <a href=3D"mailto:shedskin-discuss@goo=
glegroups.com">shedskin-discuss@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href=3D"mailto:shedskin-di=
scuss%2Bunsubscribe@googlegroups.com">shedskin-discuss+unsubscribe@googlegr=
oups.com</a>.<br>
For more options, visit this group at <a href=3D"http://groups.google.com/g=
roup/shedskin-discuss?hl=3Den" target=3D"_blank">http://groups.google.com/g=
roup/shedskin-discuss?hl=3Den</a>.<br>
<br>
</font></blockquote></div><br><br clear=3D"all"><br>-- <br>"Overdesign=
ing is a SIN. It's the archetypal example of what I call 'bad taste=
'" - Linus Torvalds<br><br>
<p></p>
-- <br />
You received this message because you are subscribed to the Google Groups "=
shedskin-discuss" group.<br />
To post to this group, send email to shedskin-discuss@googlegroups.com.<br =
/>
To unsubscribe from this group, send email to shedskin-discuss+unsubscribe@=
googlegroups.com.<br />
For more options, visit this group at http://groups.google.com/group/shedsk=
in-discuss?hl=3Den.<br />