Skip to content

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

Merged
armanbilge merged 2 commits intotypelevel:mainfrom
satorg:fix-compile-time
Oct 31, 2023
Merged

removes the "compile-time" config in favor of "provided"#655
armanbilge merged 2 commits intotypelevel:mainfrom
satorg:fix-compile-time

Conversation

@satorg
Copy link
Copy Markdown
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
Copy Markdown
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.

@satorg satorg requested a review from armanbilge October 27, 2023 06:23
Copy link
Copy Markdown
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 :)

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