NewTools icon indicating copy to clipboard operation
NewTools copied to clipboard

ProfilerUI: Added a warning when trying to compile and the variables are not declared

Open matburnx opened this issue 1 year ago • 0 comments

Fixes https://github.com/pharo-project/pharo/issues/16330 As the code we are compiling doesn't belong to any class, the compiler cannot change the definition of the code. A workaround that we found is showing a warning to the user when that happens. A more complete solution can be to implement a binding mechanism like in the Playground, but that needs more discussion.

matburnx avatar Apr 19 '24 12:04 matburnx