Skip to content

Conversation

@JohnnyMorganz
Copy link
Owner

Building on top of #549

Fixes #565

@codecov
Copy link

codecov bot commented Sep 4, 2022

Codecov Report

Merging #566 (4cd3a22) into main (7545780) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #566      +/-   ##
==========================================
+ Coverage   97.81%   97.82%   +0.01%     
==========================================
  Files          14       14              
  Lines        5436     5469      +33     
==========================================
+ Hits         5317     5350      +33     
  Misses        119      119              
Impacted Files Coverage Δ
src/formatters/functions.rs 98.63% <100.00%> (+0.02%) ⬆️
src/formatters/general.rs 96.86% <100.00%> (+0.12%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2022

Repo Comparison Test

No diff produced

90210,
--[[
color wheel is time-reversed
]]

Choose a reason for hiding this comment

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

Interesting that it moves these outside of the comma, but maybe not a big deal?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Tbh, I think the likelihood of a comment in this particular position (after expression but before the comma) is very low, so not sure it matters too much.

I moved it afterwards for simplicity, but I made an assumption here - let me see if it still works in its current position

@JohnnyMorganz JohnnyMorganz merged commit e8fc691 into main Sep 11, 2022
@JohnnyMorganz JohnnyMorganz deleted the call-comments-improvements branch September 11, 2022 15:05
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.

regression after merging inline comment in argument list

3 participants