Remove stale TODO.md file (#365)

This commit is contained in:
Michael Oliver 2018-07-29 21:35:23 -07:00 committed by GitHub
parent 9b6fe16a06
commit e1cda06b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
TODO.md
View File

@ -1,28 +0,0 @@
Stuff left TODO:
* Riffed Parity
* [ ] Typedef resolution support
- Typedefs can't be resolved across files
* [ ] Better Testing Story For Model Generation
* [ ] Presently Model Generation Tests The _output_, it should test behavior
* [ ] Enum Improvements
* [ ] Should have a way to convert from name to ordinal
* [ ] Should be able to match on ordinals as well as values
* [ ] Model Improvements
* [ ] Support for Unions
* [ ] Typespecs for generated models
* [ ] Correct handing of default values
* [ ] Create `new` function for models that does type checking of fields
* [ ] Binary Protocol
* [ ] Binary protocol decoder
* [ ] Improve benchmark tests
* [ ] Add Message handing for encoding
* [ ] Add Function call serialization
* [ ] Framed Client
* [ ] Framed Server
* Beyond Riffed
* [ ] Finagle Client
* [ ] Finagle Server
* [ ] Thrift MUX Client
* [ ] Thrift MUX Server