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

bugfix: Remove usage of some internal scalameta methods #710

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Oct 3, 2022

These methods are not checked by mima, so it's best to remove any usage of it.

There is still some internal methods, which we might want to move out from internal package in scalameta in the future, but theys are much less problematic

These methods are not checked by mima, so it's best to remove any usage of it.

There is still some internal methods, which we might want to move out from internal package in scalameta in the future, but theys are much less problematic
Copy link
Member

@bjaglin bjaglin left a comment

Choose a reason for hiding this comment

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

Thanks!

import scala.util.control.NonFatal
import coursierapi.Dependency
import scala.meta.internal.io.FileIO
import scala.meta.internal.inputs._
Copy link
Member

Choose a reason for hiding this comment

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

@tgodzik tgodzik merged commit e9b8153 into scalameta:main Oct 4, 2022
@tgodzik tgodzik deleted the remove-internal branch October 4, 2022 08:43
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.

2 participants