-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task checklist (Features/TODO) #3
Comments
Does this refer to optional vs required or is it something else entirely? |
I think we'll also want to think about if we should generate both Chapel classes and Chapel records or if we should stick to just records (though definitely not right away). And also ways of supporting types that are unique to Chapel, such as ranges and domains (and how we'd specify array fields either way). Again, not an immediate thing to work on, just something to put on the list. |
No, they are something different. The optional/required specifiers were removed in
We don't have to do much for |
Dang, they need to update their documentation page (or update the link that Google finds first) |
Following is a possible task checklist for the library-
int32
andint64
fields.(Add support for serializing/deserializingint64
andint32
type #8 )int64
andint32
type #8 )package
specifier in Chapel. (Add support for package specifier #13 )DOUBLE
,FLOAT
,UINT64
,FIXED64
,FIXED32
,BOOL
,STRING
,BYTES
,UINT32
,SFIXED32
,SFIXED64
,SINT32
,SINT64
.(Add support for basic proto types #11 )enums
. (Add support for enums #20 )Any
message type. (Support for any message type #33 )Oneof
field type.(Add support for oneofs #32 )Map
. (Add support for Maps #24)JSON
encoding.RPC
system?The text was updated successfully, but these errors were encountered: