Tomer Filiba
Tomer Filiba
- srcgen argument name matching -- maybe emit a warning? - allow different attribute name in IDL than in source. i.e., `#:: @attr name=full_name type=str srcname=some_lie`
add cmdline switches to agnosc, to control code generation options. for example, turn off casting, turn off reflection, turn on async, etc. Disabling features: - `-O no-stub` -- do not...
proxies now support castToXXX, but this is unchecked. add a parameter to each castToXXX, like checkCast = true/false that verifies the cast is valid. this requires asking the server. also,...
- restful is still a beta-feature, and the unit tests are not exhaustive enough. need to improve that. - improve things a little - write a demo for Jun Wei
make the protocol symmetric -- i.e., allow clients to hold objects too, and pass objrefs to the server side. this also means that the client has to be able to...
more of a proof of concept, of the interaction of functional languages with an OO model
add a java script target (client only). will use HttpTransport (URLs), useful for web-GUIs that want to invoke services