Revert "Better runtime failure messages (not yet enabled by default)"

This commit is contained in:
Brent Royal-Gordon
2019-07-15 13:42:40 -07:00
committed by GitHub
parent b28b44b9c7
commit d5a2912a26
46 changed files with 137 additions and 296 deletions

View File

@@ -52,7 +52,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
/// describe what change you made. The content of this comment isn't important;
/// it just ensures a conflict if two people change the module format.
/// Don't worry about adhering to the 80-column limit for this line.
const uint16_t SWIFTMODULE_VERSION_MINOR = 501; // cond_fail messages
const uint16_t SWIFTMODULE_VERSION_MINOR = 500; // dependency types for protocols
using DeclIDField = BCFixed<31>;