Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Conversation

@Dr-Irv
Copy link
Contributor

@Dr-Irv Dr-Irv commented Jun 26, 2018

There is a bug that if you pass a proxied object into a Python method, then Python can't get the right object. So this PR fixes that issue and adds a test for it.

This PR Includes the fix for #147 .

@Dr-Irv
Copy link
Contributor Author

Dr-Irv commented Jun 28, 2018

Latest commit supports returning an object that supports an interface. So this allows you to have an interface of the form

public interface IVector {
    IVector add(IVector other);
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants