-
Notifications
You must be signed in to change notification settings - Fork 120
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 more types in dump
#233
Comments
|
Which makes all native data types supported in |
I think we can implement formatted recursive dumping for cells and slices, the same way as |
While trying to implement this feature, I've came to a problem: So I think there's no good way to implement beautiful Cell and Slice dumping at the moment. However, if something like |
Let's keep this as a reminder |
dump
should support more data typesdump
Currently, debug's
dump()
supports String, Int, and Bool. It doesn't support dumpingAddress
,Cell
,Slice
etc.To enhance developer experience it makes sense for
dump
to support all native data types.The text was updated successfully, but these errors were encountered: