issues
search
samuel
/
go-thrift
A native Thrift package for Go
BSD 3-Clause "New" or "Revised" License
385
stars
110
forks
source link
Support relative imports and filename reporting.
#71
Closed
alecthomas
closed
8 years ago
alecthomas
commented
8 years ago
Support imports across directories, including relative imports (
../foo/bar.thrift
).
Also use filename of reader if available, to correctly report location of errors.
Fix a few overly strict grammar issues.
samuel
commented
8 years ago
Awesome, thanks for the patch
../foo/bar.thrift
).