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

Improve quark parsing message #672

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

Bananeweizen
Copy link
Contributor

Fixes #671.

As suggested in the discussion, change the message to indicate that quark files are not parsed.

Also change the unit from "Mb" to "MB", since "Mb" indicates Megabit. Add a blank between numbers and unit for readability and to be consistent with output in other parts of the code.

What's changed?

Only the log message which is emitted for large non parseable files.

What's your motivation?

Clarifies the confusion described in #671.

Fixes openrewrite#671.

As suggested in the discussion, change the message to indicate that
quark files are not parsed.

Also change the unit from "Mb" to "MB", since "Mb" indicates Megabit.
Add a blank between numbers and unit for readability and to be
consistent with output in other parts of the code.
Copy link
Contributor

@timtebeek timtebeek left a comment

Choose a reason for hiding this comment

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

Thanks for picking this up, and the MB fix to go with it!

@timtebeek timtebeek added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 2, 2023
@timtebeek timtebeek merged commit d99ab8e into openrewrite:main Dec 2, 2023
1 check passed
@Bananeweizen Bananeweizen deleted the quark_message branch December 2, 2023 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Have default excludes for known binary file types or disable maven resource folder parsing
2 participants