Importing an undefined var by running using Package: abc
warns instead of erroring in 1.11
#56757
Labels
using Package: abc
warns instead of erroring in 1.11
#56757
This used to be an important static check whether the thing we import actually exists. It used to fail the precompile, but now it only warns, so if you don't happen to inspect it you will not know about this.
@KristofferC bisected it to 89e391bfd0615ba56e92457 which was added to fix #54954
According to Keno the previous behavior (meaning the error pre 1.11) was a bug, so if we want this validation it needs to be added in some way
This strict mechanism issue can be a solution to this in the future #54903
The text was updated successfully, but these errors were encountered: