Commits

Emanuel Zephir committed b013be97a80
Always print UUIDs using uppercase. This changes UUID::toString() to always print using upper case. The previous behavior was platform specific, resulting in difficulty checking UUIDs in tests. Serialization/basic_sil.swift and SIL/Parser/basic.sil are now expected to pass on Linux. This resolves bug SR-417.