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

Print all types of variables without needing print statement #47

Closed
osaxma opened this issue Oct 24, 2022 · 2 comments · Fixed by #48
Closed

Print all types of variables without needing print statement #47

osaxma opened this issue Oct 24, 2022 · 2 comments · Fixed by #48

Comments

@osaxma
Copy link

osaxma commented Oct 24, 2022

Hi @fzyzcjy!

Thank you for working on this project.


Is your feature request related to a problem? Please describe.

Given the following sequence:

>>> DateTime.now();
>>> a = DateTime.now();
>>> a
>>> 
>>> print(a)
2022-10-24 16:29:24.020502

I expected the line after >>> a to have the same result as print(a)

@welcome
Copy link

welcome bot commented Oct 24, 2022

Hi! Thanks for opening your first issue here! 😄

@fzyzcjy
Copy link
Owner

fzyzcjy commented Oct 24, 2022

Yes this looks like a bug.

void _handleEvaluateResponse(Response response) {
seems to be the problem.

For example, add a few debug logs to the result and see what happens, and we seem to be able to fix it easily.

Looking forward to your PR!

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 a pull request may close this issue.

2 participants