Ben Barham
Ben Barham
`.swiftmodule` is listed as an output of pure swift libraries, but it isn't updated if there's been no changes (just like the library and its object files). Add it to...
Encodes the output back into ASCII as there's been issues with printing UTF-8 in the past. Resolves rdar://110412212.
``` func testClosureParam() { var input = Parser(""" foo(someClosure: { _ in return 1 }) """) let call = ExprSyntax.parse(from: &input) let formatted = call.formatted() assertStringsEqualWithDiff(formatted.description, """ foo(someClosure: { _...
### Description We could take a pretty good guess on the indentation of the file. There's a few ways we could do this. One would be to grab the indentation...
`testSystemSwiftInterface` is called multiple times in a single test, add file/line to the test output so it's clear which case actually failed.
`StringRef::equals` has been removed upstream.