We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to add structs and utilities to load necessary data, it includes:
It should be simillar to what profiler does: https://github.com/software-mansion/cairo-profiler/blob/1910c74220e203d625e02e890adce70b3992380e/crates/cairo-profiler/src/main.rs#L59 But we also need to load statements -> lines from annotations (profiler loads only functions).
We should add an example data and write a test loading it, based on this PR: software-mansion/scarb#1506
The PR should not process the data in any way, just load it and test the loading utilities + provide the test data.
The text was updated successfully, but these errors were encountered:
.lcov
f6bb0e7
ksew1
Successfully merging a pull request may close this issue.
We need to add structs and utilities to load necessary data, it includes:
It should be simillar to what profiler does: https://github.com/software-mansion/cairo-profiler/blob/1910c74220e203d625e02e890adce70b3992380e/crates/cairo-profiler/src/main.rs#L59
But we also need to load statements -> lines from annotations (profiler loads only functions).
We should add an example data and write a test loading it, based on this PR: software-mansion/scarb#1506
The PR should not process the data in any way, just load it and test the loading utilities + provide the test data.
The text was updated successfully, but these errors were encountered: