We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c74c66d + 9537b14 commit 3b02a39Copy full SHA for 3b02a39
utils/refactor-check-compiles.py
@@ -77,7 +77,7 @@ def main():
77
'-dump-text',
78
'-source-filename', args.source_filename,
79
'-pos', args.pos
80
- ] + unknown_args, desc='producing edit')
+ ] + unknown_args, desc='producing edit').decode("utf-8")
81
82
dump_rewritten_output = run_cmd([
83
args.swift_refactor,
0 commit comments