Skip to content

Strings should be able to be passed to functions expecting Object #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

ArvidJB
Copy link
Contributor

@ArvidJB ArvidJB commented Oct 18, 2016

We discovered this problem during our Python 3 conversion. This used to work with Python 2 where we had a roundtrip of
call C# method that returns C# string -> Python unicode -> pass Python unicode to C# function which takes object
Now in Python 3 this no longer works since the C# string is converted to a Python string.

@den-run-ai
Copy link
Contributor

@ArvidJB i think this is related to this issue:

#203

If yes, then it is more complicated due to various method overloading cases.

@ArvidJB
Copy link
Contributor Author

ArvidJB commented Oct 19, 2016

@denfromufa yes, this looks like it's the same issue, should we continue discussion there?

@den-run-ai
Copy link
Contributor

Yes, let's make that a central place for this System.Object issue. Also
there is meta-issue linked there, which links all method overloading issues.

Let's also discuss the plan forward before anyone starts implementing this.
I spent a lot of time thinking and reading on this.

On Tue, Oct 18, 2016, 7:41 PM ArvidJB notifications@github.com wrote:

@denfromufa https://github.com/denfromufa yes, this looks like it's the
same issue, should we continue discussion there?


You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub
#274 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AHgZ5cEhJysrD26pv539ht2unk2CAiCtks5q1WdSgaJpZM4KaUaR
.

@ArvidJB ArvidJB closed this Oct 19, 2016
@ArvidJB ArvidJB deleted the ajb_dev branch June 25, 2018 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants