Shopify / deprecation_toolkit

⚒Eliminate deprecations from your codebase ⚒
MIT License
454 stars 40 forks source link

Show deprecations without stacktrace #78

Closed shioyama closed 1 year ago

shioyama commented 1 year ago

See: https://discourse.shopify.io/t/mistmatched-deprecations-between-spin-and-buildkite/35884

Output is confusing right now because although the diff is between the deprecation without the stacktrace, the message shows it with the stacktrace.

rafaelfranca commented 1 year ago

Can we update the test though?

shioyama commented 1 year ago

I'll add a test before merging this 👍

shioyama commented 1 year ago

@rafaelfranca Updated tests to check deprecation messages.