autowrap icon indicating copy to clipboard operation
autowrap copied to clipboard

Wrap existing D code for use in Python, Excel, C#

Results 53 autowrap issues
Sort by recently updated
recently updated
newest added

This should work but doesn't: ```d class Base { this(int i) { } string foo() { return "Base.foo"; } string bar() { return "Base.bar"; } } class Derived : Base...

bug
Python
pyd

As seen in pyd's own `examples/inherit/test.py`.

bug
Python
pyd

```d struct Uncopiable { @disable this(this); double x; } export auto uncopiablePtr(double d = 33.3) { return new Uncopiable(d); } ``` Calling this from python: ```python assert uncopiable_ptr(33.3).d == 33.3...

bug
Python
pyd

Thank you for the interesting library.:+1: I tried the `wrapCSharp` on Windows, but a compile error occurred. ``` Error: only one main, WinMain, or DllMain allowed. Previously found main at...

bug
C#

I continue my efforts to wrap drepl. https://github.com/kaleidicassociates/pydrepl @Laeeth was king enough to share https://github.com/kaleidicassociates/pydrepl, which I use now. Unfortunately, I still get errors: ``` Running pre-build commands... ../../../.dub/packages/autowrap-master/autowrap/reflection/source/autowrap/reflection.d(45,23): Error:...

bug
reflection

Just start with the easy ones first. In order difficulty probably numpy array, nd array, pandas

enhancement
Python
pynih

In xenon ilya has some functions and methods with C or C++ linkage

enhancement
needs information
Python
Can't reproduce
reflection
SIL