Since 2.1.20-Beta1 has experimental support for context parameters, can we get it automatically turned on for the playground? That was done for context receivers before, and I really appreciated that.
yt logo 1
c
Chris Lee
02/11/2025, 8:44 PM
Must have missed that context parameters are available, where did you see that?
y
Youssef Shoaib [MOD]
02/11/2025, 8:56 PM
When you try to use them on that version, it gives the error:
"The feature "context parameters" is experimental and should be enabled explicitly. This can be done by supplying the compiler argument '-Xcontext-parameters', but note that no stability guarantees are provided."
Using that option makes them work. I saw that mentioned in another thread here
t
tapchicoma
02/12/2025, 8:00 AM
cc @Dmitrii Krasnov
i
Ivan Kubyshkin
02/14/2025, 2:05 PM
I created an issue in YT - KT-75217 Demo: Support "context parameters". Feel free to follow it.