Reasons for keeping runtime warnings internal #2661
-
I think runtime warnings might be helpful in a bunch of situations, it's pretty easy to copy the implementation, but is there any particular reason of keeping them internal other than "it's not really related to the TCA and therefore kept internal to avoid unnecessary API complications" I'm considering adding it to https://github.com/capturecontext/swift-foundation-extensions, but kinda concerned about the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @maximkrouk, there's no real reason. We are even using the |
Beta Was this translation helpful? Give feedback.
Hi @maximkrouk, there's no real reason. We are even using the
runtimeWarn
function in a number of our projects. We do have plans to extract it out into a library soon.