You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diagnostic infrastructure should be able to report errors, warnings and supporting informations in different formats: terminal output, LSP format, potentially Xcode format.
Types of diagnostic:
Error
Warning
Suggestion (fix-it)
Explanation (should probably be emitted only in a special "explanation" mode)
Note that diagnostic is separate from logging, since logging produces internal information useful for debugging, while diagnostic messages are redirected separately through either LSP, REPL, or plain terminal output coming from "batch" typology File.swift invocations.
The text was updated successfully, but these errors were encountered:
This requires #25 to be fully implemented.
Diagnostic infrastructure should be able to report errors, warnings and supporting informations in different formats: terminal output, LSP format, potentially Xcode format.
Types of diagnostic:
Note that diagnostic is separate from logging, since logging produces internal information useful for debugging, while diagnostic messages are redirected separately through either LSP, REPL, or plain terminal output coming from "batch"
typology File.swift
invocations.The text was updated successfully, but these errors were encountered: