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

SBT: remove geny dependency in testkit #3248

Merged
merged 1 commit into from
Jul 12, 2023
Merged

Conversation

kitbellew
Copy link
Contributor

@kitbellew kitbellew commented Jul 11, 2023

Apparently, geny.Generator is the result type of a public method within this library, and since it's used only for testing, and only in scalafmt benchmarks, changing that result type should be ok.

@kitbellew
Copy link
Contributor Author

hmm... doesn't do what we want

@kitbellew kitbellew closed this Jul 11, 2023
@kitbellew kitbellew reopened this Jul 11, 2023
@kitbellew kitbellew changed the title SBT: remove geny shading in testkit SBT: remove geny dependency in testkit Jul 11, 2023
@kitbellew kitbellew force-pushed the 480_2 branch 2 times, most recently from a5a4aa3 to 2e02401 Compare July 12, 2023 05:11
geny.Generator was the [shaded] result type of a public method within
this library, and since it's primarily used for testing, and because we
need no cleanup that Generator is good at, an Iterator is sufficient.
@kitbellew kitbellew merged commit 765e002 into scalameta:main Jul 12, 2023
35 checks passed
@kitbellew kitbellew deleted the 480_2 branch July 12, 2023 09:55
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.

None yet

2 participants