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

Recommend -Vstatistics #52

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Recommend -Vstatistics #52

merged 1 commit into from
Nov 21, 2023

Conversation

SethTisue
Copy link
Collaborator

@SethTisue SethTisue commented Nov 20, 2023

review by @danicheg

Comment on lines +27 to +28
Note that in Scala 2.13, the preferred form of the compiler option to enable statistics is `-Vstatistics`. It is part of the family of `-V` flags that enable various "verbose" behaviors. (In 2.12, the flag is called `-Ystatistics`.)

Copy link
Collaborator

Choose a reason for hiding this comment

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

In fact, without having -Vstatistics/-Ystatistics enabled, the compiler plugin won't produce any data, so given that, I'd put this into the Install section as one of the crucial prerequisites.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Agree, that sounds like a good improvement. (I hit "merge" on this version regardless.)

@SethTisue SethTisue merged commit afc00c9 into main Nov 21, 2023
4 checks passed
@SethTisue SethTisue deleted the SethTisue-patch-1 branch November 21, 2023 16:01
@danicheg danicheg added the docs Relates to any documentation of the project — microsite, readme, etc label Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Relates to any documentation of the project — microsite, readme, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants