xonsh/news
Joel Gerber 0b94c3ceec
raise AssertionError on deprecated when removed_in exceeded
As there was some worry raised over whether people would remember
to remove a deprecated function once the removed_in version had been
reached, I've decided to add functionality that will force the
issue. When a @deprecated function is tagged with a removed_in
release that is greater than or equal to the current release, the
@deprecated decorator will raise an AssertionError, which will
hopefully break CI/CD and force the function to be removed.
2017-06-10 09:57:49 -04:00
..
autorelease.rst Use github3.py to do github release in release.xsh 2017-05-29 16:02:50 -04:00
spelling_fixes.rst raise AssertionError on deprecated when removed_in exceeded 2017-06-10 09:57:49 -04:00
TEMPLATE.rst some prep movements 2016-06-11 16:11:26 -04:00
xonfig-output.rst Don't show the repr of the LazyBool for whether or not xonsh is running on Linux. 2017-05-30 13:57:02 +10:00