Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-11 | raise all deprecation messages to the final level | Jesse Plamondon-Willard | |
2022-10-09 | make deprecation warnings a bit stronger for the upcoming 4.0.0 release | Jesse Plamondon-Willard | |
2022-08-20 | fix deprecation notices split into two messages unnecessarily | Jesse Plamondon-Willard | |
2022-05-23 | shortcut common cases in hot code paths | Jesse Plamondon-Willard | |
2022-05-15 | reduce performance impact of deprecation warnings | Jesse Plamondon-Willard | |
Creating a stack is *very* slow, so it should be avoided if possible until after the duplicate-warning check. | |||
2022-04-30 | omit stack trace for deprecated code not called directly by the mod | Jesse Plamondon-Willard | |
2022-04-19 | suppress some duplicate deprecation notices | Jesse Plamondon-Willard | |
2022-04-19 | add immutable stack trace to cache stack info | Jesse Plamondon-Willard | |
2022-04-19 | move deprecation code into namespace | Jesse Plamondon-Willard | |