-
Notifications
You must be signed in to change notification settings - Fork 0
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
returning dynamic variables from functions hangs the code #241
Labels
Comments
Great bug report! |
I created a patch to our mono implementation that addressed dynamic calls as they didn't work at all. They should be part of the current release. Would you be able to give that a test drive? |
For viz - I had to install Microsoft.CSharp in order to compile with the above code |
And hit this error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I have a function call that returns a dynamic variable:
even is "null" is supposed to be returned, the function never actually returns.
To Reproduce
Steps to reproduce the behavior:
Compile code above and run it
Expected behavior
at least with null returned the code should continue
Screenshots
Developer tools (please complete the following information as best as you can):
Meadow (please complete the following information as best as you can):
Most of these vaues can be found by running
meadow device info
using the Meadow CLI.The text was updated successfully, but these errors were encountered: