> On May 28, 2016, at 8:26 PM, Jon Shier via swift-evolution
> <[email protected]> wrote:
>
> I appreciate the sentiment, but I think we should reserve warnings for
> actual compiler diagnostics.
+1. The IDE should just pick up "// FIXME: “ comments and summarize them as
issues. Xcode already shows them in its jump bar.
That said, I can see a use for #error, as Charlie shows downthread:
#if os(OSX)
/// ...
#if os(Linux)
/// ...
#else
#error("This OS isn't supported yet.").
#endif
-Chris
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution