[Ironpython-users] IronPython, Daily Digest 4/15/2013

CodePlex no_reply at codeplex.com
Tue Apr 16 09:25:50 CEST 2013


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] Conversion from Ironpython's Decimal to System.Decimal loses precision.

----------------------------------------------

ISSUES

1. [New comment] Conversion from Ironpython's Decimal to System.Decimal loses precision.
http://ironpython.codeplex.com/workitem/33830
User jdhardy has commented on the issue:

"<p>@vernondcole: I agree, mostly. There are a couple of cases (decimal is one, uuid is another, and there are probably more) where being able to implicitly convert pure-Python types to .NET types would be very useful.</p><p>There are basically two ways to do that: bake knowledge of the Python types into IronPython, create a custom extension point that allows Python types to somehow say "convert me to this .NET type", or define a few more hooks like __int__ and __float__. The first is a pain to maintain, but there's a relatively small set of types that it would apply to; the second is more flexible, but I have no idea how it would look right now; the third option is probably my favourite right now.</p"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20130416/d8cf0db2/attachment.html>


More information about the Ironpython-users mailing list