Tomer Filiba

Results 28 issues of 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`

V1.2

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...

V1.2

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,...

V1.2

- 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

V1.2

optional targets

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...

optional features

more of a proof of concept, of the interaction of functional languages with an OO model

optional targets

no php programmer around

optional targets

no perl programmer around

optional targets

add a java script target (client only). will use HttpTransport (URLs), useful for web-GUIs that want to invoke services

planned targets
V1.4