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

ref: Move FunctionStack into its own module #627

Merged
merged 1 commit into from
Jul 22, 2022
Merged

ref: Move FunctionStack into its own module #627

merged 1 commit into from
Jul 22, 2022

Conversation

Swatinem
Copy link
Member

No description provided.

@Swatinem Swatinem requested a review from a team July 22, 2022 12:05
@codecov-commenter
Copy link

Codecov Report

Merging #627 (2d9d720) into master (84d4cde) will increase coverage by 0.00%.
The diff coverage is 50.00%.

@@           Coverage Diff           @@
##           master     #627   +/-   ##
=======================================
  Coverage   70.83%   70.83%           
=======================================
  Files          96       96           
  Lines       18119    18120    +1     
=======================================
+ Hits        12834    12836    +2     
+ Misses       5285     5284    -1     

@Swatinem Swatinem enabled auto-merge (squash) July 22, 2022 12:11
@Swatinem Swatinem merged commit 99750d3 into master Jul 22, 2022
@Swatinem Swatinem deleted the ref/fnstack branch July 22, 2022 12:16
@@ -670,6 +671,7 @@ impl<'s> Unit<'s> {
line: line_info.line_start.into(),
});
}
lines.sort_by_key(|line| line.address);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, perfect, I was thinking about submitting a similar patch (also with the first() / last() change below). Thanks!

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.

4 participants