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

Show op and asmop in the DebugOutput #82

Closed
Dominik1999 opened this issue Mar 13, 2023 · 3 comments
Closed

Show op and asmop in the DebugOutput #82

Dominik1999 opened this issue Mar 13, 2023 · 3 comments
Labels
playground Issues for the Miden Assembly Playground

Comments

@Dominik1999
Copy link
Contributor

We don't show op: Option<Operation> or asmop: Option<AsmOpInfo> in the output. We cannot simply return Operation or AsmOpInfo, but we might be able to deserialize it.

This is not super complicated but we need to decide how we want to show it.

@Dominik1999 Dominik1999 added the playground Issues for the Miden Assembly Playground label Mar 13, 2023
@hackaugusto
Copy link
Contributor

@Dominik1999 could you elaborate a bit, what do you mean by show and why is that currently not possible?

@Dominik1999
Copy link
Contributor Author

Yes, will do. This was more less a placeholder issue. Will do tonight

@Dominik1999
Copy link
Contributor Author

Will close this now because in #79 it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
playground Issues for the Miden Assembly Playground
Projects
None yet
Development

No branches or pull requests

2 participants