This repository has been archived by the owner on Jan 28, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak when ^:dprecated var warnings are emitted
This patch changes the behavior of var deprecation warnings to limit false positives when loading deprecated namespaces. Specifically, when compiling a deprecated namespace, uses of vars in the current namespace or in any other deprecated namespace will not emit deprecation warnings. This should hugely reduce warning noise, restricting deprecated warnings to deprecated/non-deprecated contact points which is where they are appropriate.
- Loading branch information