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

More missing implicit conversions #6

Open
Maxwell175 opened this issue Jan 13, 2023 · 1 comment
Open

More missing implicit conversions #6

Maxwell175 opened this issue Jan 13, 2023 · 1 comment

Comments

@Maxwell175
Copy link

Here are a few more implicit conversions I noticed are missing:

Tuple[float, float, float] > Vec3

Tuple[float, float, float, float] > Vec4

Coroutine > AsyncTask

@WMOkiishi
Copy link
Owner

I'll look into adding these once I've finished reworking the existing coercion logic. (It turns out it wasn't quite aligned with the runtime behavior.)

I've been hesitant to add support for coercion of tuples to vectors, but I think adding it is probably the right thing to do.

I don't see a constructor for converting a Coroutine to an AsyncTask. Do you have any more information?

WMOkiishi added a commit that referenced this issue Jan 21, 2023
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

No branches or pull requests

2 participants