facebookarchive/swift

Make swift generator understand include paths that are relative to the file they're in

linfrank opened this issue · 0 comments

When processing include paths, Apache thrift can understand the path as relative to the current .thrift file.
However, the swift generator currently only understand the path as relative to the current working directory, which makes it incompatible with thrift IDL repos set up using relative paths. This PR adds the option: #332