-
Notifications
You must be signed in to change notification settings - Fork 10
exceptions are not exposed on Services/Functions #28
Comments
This is also true for structs or anything else defined outside of the service definition. It leads to service.module.X which is unfortunate. |
For cross-reference, in ThriftRW-node you get:
And the expectation is to carry the thrift object around. |
…of course, with ThriftRW-node, you can duck-type all these with plain old objects so nobody knows about this structure yet. |
With thriftrw, I guess it'll be easier for people coming from Apache Thrift if we re-exported all types as attributes in |
I would make migration a little easier. Also we could eventually do smart things, like not allow |
I'd expect to be able to reference
service.Bar.Foo
orservice.Bar.baz.Foo
.cc @kriskowal
The text was updated successfully, but these errors were encountered: