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

feat(verbose): print the exit map #106

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

0x61nas
Copy link
Contributor

@0x61nas 0x61nas commented Sep 26, 2023

Print the exit map when the verbose mode is enabled

I know there's a shortest way to do this(we can just make build_exit_map public and call it from the main function), but I took this way because I thought that we maybe wanted to track other things inside the clank instance, like the process_query method maybe?

@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

Merging #106 (37ca987) into main (b95dd03) will decrease coverage by 0.2%.
The diff coverage is 57.1%.

Additional details and impacted files
Files Coverage Δ
src/config.rs 60.0% <100.0%> (+0.6%) ⬆️
src/clink.rs 92.9% <75.0%> (-0.3%) ⬇️
src/main.rs 0.0% <0.0%> (ø)

@Lurk Lurk merged commit 60405c3 into Lurk:main Sep 26, 2023
20 of 21 checks passed
@Lurk
Copy link
Owner

Lurk commented Sep 26, 2023

@0x61nas This looks awesome. TY.

I thought that we maybe wanted to track other things inside the clank instance, like the process_query method maybe?

That would be cool. Would you like to implement it?

@0x61nas
Copy link
Contributor Author

0x61nas commented Sep 26, 2023

Yes, of course + I have 4 PRs for hacktoberfest to make XD

@0x61nas 0x61nas deleted the feat/verbose-exit-map branch September 26, 2023 18:47
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 this pull request may close these issues.

The verbose mode should print exit_map
2 participants