Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

typedef on included types: Grammer error #120

Closed
akaspin opened this issue Mar 27, 2015 · 3 comments
Closed

typedef on included types: Grammer error #120

akaspin opened this issue Mar 27, 2015 · 3 comments

Comments

@akaspin
Copy link

akaspin commented Mar 27, 2015

common.thrift

typedef string UID

over.thrift

include "common.thrift"

typedef string Base
typedef Base Base1 // <-- OK
typedef common.UID Over // <-- Fail

struct Any {
1: common.UID id // <-- OK
}
@hit9
Copy link
Contributor

hit9 commented Mar 27, 2015

Confirmed.

@hit9 hit9 closed this as completed in 3672e79 Mar 28, 2015
lxyu added a commit that referenced this issue Mar 28, 2015
@akaspin
Copy link
Author

akaspin commented Mar 28, 2015

Thanks a lot. When it will be available on pypi?

@hit9
Copy link
Contributor

hit9 commented Mar 28, 2015

cc @lxyu

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants