16809, “mppf”, “Should compilerError, compilerWarning, compilerAssert be in a module named by topic?”, “2020-12-03T20:42:56Z”
Today compilerError, compilerWarning, compilerAssert are in the Builtins module. Should these be moved to a module with a module name reflecting the topic? E.g. CompilationDiagnostics
?
Note, this is separate from the question of whether these are included by default. That is #16807.