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

removes the "compile-time" config in favor of "provided" #655

Merged
merged 2 commits into from
Oct 31, 2023

Conversation

satorg
Copy link
Contributor

@satorg satorg commented Oct 26, 2023

May resolve #654

Comment on lines 32 to 33
lazy val CompileTime: Configuration = config("compile-time").hide
@deprecated("use `Provided` instead", "0.6.1")
lazy val CompileTime: Configuration = Provided
Copy link
Member

Choose a reason for hiding this comment

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

Since we're deprecating it anyway I wonder if we should leave the old definition. Also I wonder if anyone could have been using it like "compile-time" instead of CompileTime.

Copy link
Member

@armanbilge armanbilge left a comment

Choose a reason for hiding this comment

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

Thank you Sergey :)

@armanbilge armanbilge merged commit 6a44e1f into typelevel:main Oct 31, 2023
14 checks passed
@satorg satorg deleted the fix-compile-time branch February 4, 2024 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected inject of scala3-library by the TypelevelKernelPlugin
2 participants