swift-server / swift-backtrace

💥 Backtraces for Swift on Linux and Windows
Apache License 2.0
295 stars 35 forks source link

remove print from public API #25

Closed tomerd closed 4 years ago

tomerd commented 4 years ago

motivation: reduce public API surface area given the plan is to abosrb this library in the language runtime eventually

changes:

tomerd commented 4 years ago

as discussed on our last sswg call, removing print to reduce API surface area. will need a major version bump I assume

weissi commented 4 years ago

@tomerd yes, will need a major bump. There's one thing we could do instead: We could just deprecate it in a minor for now??

tomerd commented 4 years ago

We could just deprecate it in a minor for now??

works for me

@ianpartridge @tanner0101 ?