-
Now functions are quite prototypeless. They use `*args` and `**kwargs` even though C# is strongly typed.
This is not good, since IPython uses type annotations for suggestions and help.
Since sig…
-
_From @ironpythonbot on December 9, 2014 18:17_
When using compile to build an AST and then using it again to compile the
code, the resulting object’s source is not set.
Test function:
```
def t…
slide updated
3 years ago
-
I might just be misunderstanding something. My Lua is extremely rusty, and my experience with NLua is virtually zero.
This code doesn't have the behavior I'd expect:
```cs
using System.Dynamic;…
-
COperator10 below has a virtual operator op_Add. The python C derives from
COperator10, and implement op_Add as *\* add *\* . I expect it works.
-\- c.cs --
using System.Runtime.CompilerServices;…
-
The problem is demonstrated by the example below. It occurs both with IPY
2.6.2 and 2.7.
D:>type mymod.py
"""Hello, Kitty!"""
print "Greeting:", *\* doc *\*
D:>ipy mymod.py
Greeting: Hell…
-
_From @amiralles on July 15, 2016 23:59_
Hi guys, I been trying to build ironruby using this command:
```
xbuild /p:configuration=Release Solutions/Ruby.sln
```
And got this error:
"...Builtins/Rub…
slide updated
7 years ago
-
Would it be possible to code a version of uv3dp as a library so it would be feasible to access from other languanges and build an entire ctb file from scratch by loading it with the header, preview, l…
-
Hey Wim,
Any plans for providing OPC UA server support?
-
This is basically like trying to import a module when running from the bin/Release folder without having set IRONPYTHONPATH. Because our standard libary is not in the normal location it fails to impor…
-
### Description of the feature
The layout database from EDA tools can contain illegal objects. One example is a copper shape(it is a type of primitive in EDB) without a associated net. This will pote…