Rename `file` parameter of `SourceLocationConverter` initializers to `fileName`
Closed this issue · 2 comments
ahoppen commented
file
is ambiguous because it could also refer to the file contents. fileName
is clearer.
Also rename the corresponding property. We should provide deprecated initializers that still accept file
ahoppen commented
Tracked in Apple’s issue tracker as rdar://113236778
natikgadzhi commented
I'll work on this if that's okay! Expect a PR in a few hours.