Merge branch 'release/0.3.4'
This commit is contained in:
@@ -9,7 +9,7 @@ ctypedef unsigned int uint
|
|||||||
|
|
||||||
cdef extern from "capnp/common.h" namespace " ::capnp":
|
cdef extern from "capnp/common.h" namespace " ::capnp":
|
||||||
enum Void:
|
enum Void:
|
||||||
VOID " ::capnp::Void::VOID"
|
VOID " ::capnp::VOID"
|
||||||
|
|
||||||
cdef extern from "kj/string.h" namespace " ::kj":
|
cdef extern from "kj/string.h" namespace " ::kj":
|
||||||
cdef cppclass StringPtr:
|
cdef cppclass StringPtr:
|
||||||
|
|||||||
@@ -17,11 +17,11 @@ struct Person {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
employment @4 union {
|
employment :union {
|
||||||
unemployed @5 :Void;
|
unemployed @4 :Void;
|
||||||
employer @6 :Text;
|
employer @5 :Text;
|
||||||
school @7 :Text;
|
school @6 :Text;
|
||||||
selfEmployed @8 :Void;
|
selfEmployed @7 :Void;
|
||||||
# We assume that a person is only one of these.
|
# We assume that a person is only one of these.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user