Hi, I create my own Compilation Key, during the re...
# scripting
s
Hi, I create my own Compilation Key, during the refination of the script she still existis but after the compilation my key is gonna, this is normal? I set the key in the onAnnotation
n
yes that is normal
s
Can I force continue @Nikky?
n
what do you mean ?
s
@Nikky You know some way to fix it? to after the compilation the key continue there?
n
no, thats just not how it works, those keys are used by the compilation and thats it
if you want to persist them, set them in some object outside and access them later
if you jsut want to know whats going on then use ScriptDiagnostics
s
Okay, tkx
i
I shall confirm. The configurations are immutable after construction. The scheme is now - there is the initial configuration, and on any refinement the handler is able to return a new configuration. But the initial one remains immutable. I’m now thinking that it might be confusing at times, so we might come up with some changes to make it clearer. So any feedback is of course welcome.