Skip to content
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

Support Tuples #212

Open
philippedistributive opened this issue Jan 17, 2024 · 1 comment
Open

Support Tuples #212

philippedistributive opened this issue Jan 17, 2024 · 1 comment

Comments

@philippedistributive
Copy link
Collaborator

philippedistributive commented Jan 17, 2024

Issue type

Bug

How did you install PythonMonkey?

None

OS platform and distribution

No response

Python version (python --version)

No response

PythonMonkey version (pip show pythonmonkey)

No response

Bug Description

make this in particular work:
car = pm.eval("(('y', 3))")
print(car)
3.0

but we need to add support across the board

Standalone code to reproduce the issue

No response

Relevant log output or backtrace

No response

Additional info if applicable

No response

What branch of PythonMonkey were you developing on? (If applicable)

No response

@wesgarland
Copy link
Collaborator

What is the expected JS equivalent for a Tuple? Should we just convert them into Lists and then JSObjectWrappers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants