Hi, All,
So there is a global variable defined in my framework, which is already widely used by users:
GLOBAL_VARIABLE= --….
Then I want to remove this global variable, but I want to give a buffer time for our user to off board, so I stage the change and firstly it will emit an warning if user is using this global variable. Is there a way to achieve this without using LuaMacros?
Thanks.