Be precise about suggesting enable_experimental
and enable_deprecated
#2186
Labels
needs test
Issues for which we should add a regression test
topics: error-messages
Issues involving the messages SAW produces on error
type: enhancement
Issues describing an improvement to an existing feature or capability
usability
An issue that impedes efficient understanding and use
Milestone
Currently anytime you use an undefined variable the message points out that some things aren't available without
enable_experimental
orenable_deprecated
.It would be better to instead print a different and more specific message if you refer to something that isn't currently visible, something like
Variable not in scope: "mir_verify". Run "enable_experimental" to make it visible.
The text was updated successfully, but these errors were encountered: