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

Bug: Empty functions are not expanded #129

Closed
taqtiqa-mark opened this issue Mar 24, 2022 · 5 comments
Closed

Bug: Empty functions are not expanded #129

taqtiqa-mark opened this issue Mar 24, 2022 · 5 comments
Assignees

Comments

@taqtiqa-mark
Copy link
Contributor

taqtiqa-mark commented Mar 24, 2022

This arose in the course of populating integration test suite related to #113.

The following survive untouched:

#[trace]
async fn empty_async() {}

#[trace]
fn empty_sync() {}
@andylokandy andylokandy self-assigned this Mar 24, 2022
taqtiqa-mark added a commit to taqtiqa-mark/utrace-rust that referenced this issue Mar 25, 2022
Signed-off-by: Mark Van de Vyver <mark@taqtiqa.com>
@taqtiqa-mark
Copy link
Contributor Author

taqtiqa-mark commented Mar 27, 2022

@andylokandy, I'm finding more of these corner cases.... some very subtle inter-plays with rustfmt, clippy macros, etc. Given I'm in the midst of migrating the proc-macro code to the new pipeline structure, I wonder if the least painful path forward won't be to wait until that pipeline refactor lands.

Otherwise I suspect someone faces merge-hell in trying to resolve the pipeline code with these subtle issues fixes.

Thoughts?

taqtiqa-mark added a commit to taqtiqa-mark/utrace-rust that referenced this issue Mar 27, 2022
Signed-off-by: Mark Van de Vyver <mark@taqtiqa.com>
taqtiqa-mark added a commit to taqtiqa-mark/utrace-rust that referenced this issue Mar 27, 2022
Signed-off-by: Mark Van de Vyver <mark@taqtiqa.com>
@andylokandy
Copy link
Collaborator

andylokandy commented Mar 28, 2022

How long will the pipeline refactoring take? Since such subtle cases rarely exist in a practical project (let's say TiKV and RisingLightDB), I think it's not too urgent to fix.

PS: If I didn't get it wrong, the pipeline refactoring could fix those problems, right?

@taqtiqa-mark
Copy link
Contributor Author

PS: If I didn't get it wrong, the pipeline refactoring could fix those problems, right?

It might... depends on how subtle the edge cases are. Some others I see now are very subtle.

@taqtiqa-mark
Copy link
Contributor Author

taqtiqa-mark commented Mar 28, 2022

How long will the pipeline refactoring take?

Rust's limited integration test support is proving the sticking point. I'm on architecture-attempt #3 to see if I can make it work.

I can say now that edition 2021 looks like a requirement. Not yet sure if that will be able to be contained to the dev/test crates, or if the main crate will need to set that... something to start thinking about.

Weeks not months?

@taqtiqa-mark
Copy link
Contributor Author

Voided by PR #127 rejection.

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

No branches or pull requests

2 participants