Today I explored migrating some golang projects ov...
# general
g
Today I explored migrating some golang projects over to pants, and ran into an issue with thrift that blocked much progress. Has anyone seen this before? Any suggestions on how to coax a stack trace out of pants to see where this is happening? Here’s the error:
Copy code
Exception caught: (<type 'exceptions.AttributeError'>)

Exception message: 'NoneType' object has no attribute 'rsplit'
I put together a very simple repo to reproduce. It has one thrift file, and one go file, and one dep between them: https://github.com/traviscrawford/pants-go-thrift-issue