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

Upgrade pulldown-cmark and pulldown-cmark-to-cmark #205

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

kdarkhan
Copy link
Collaborator

@kdarkhan kdarkhan force-pushed the upgrade-pulldown-cmark branch 3 times, most recently from d03cf51 to 4aea295 Compare June 24, 2024 22:40
@codecov-commenter
Copy link

codecov-commenter commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.51%. Comparing base (5e12963) to head (edce6ad).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #205   +/-   ##
=======================================
  Coverage   89.51%   89.51%           
=======================================
  Files          13       13           
  Lines        3138     3138           
  Branches     3138     3138           
=======================================
  Hits         2809     2809           
  Misses        236      236           
  Partials       93       93           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kdarkhan kdarkhan force-pushed the upgrade-pulldown-cmark branch from 4aea295 to edce6ad Compare June 24, 2024 22:46
@@ -1,2 +0,0 @@
# https://github.com/rust-lang/rustfmt/issues/4991
imports_granularity = "Module"
Copy link
Collaborator Author

@kdarkhan kdarkhan Jun 24, 2024

Choose a reason for hiding this comment

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

Nightly cargofmt is failing dprint check due to printing to stderr strings like rewriting static. It does not seem to introduce any diff in formatting but dprint github action seems to get confused by those logs.

I adjusted the action to use stable cargofmt and it seems to produce no diff either. So maybe we can switch to stable version? @mgeisler

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yeah, this is fine for now! The reason we don't see any diff is that the default is Preserve.

@kdarkhan kdarkhan merged commit dc7f65d into google:main Jun 25, 2024
7 checks passed
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.

3 participants