soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Remove Javascript generation for operations that can never be run client-side #181

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
In r2069, the semantics of operation calling were changed so that
client-side operations were only generated if they are contained within the
exact same Frame, rather than additionally any operation contained within
the same Session.

However, client-side Javascript for all operations are still being
generated. This code should be removed; i.e. only operations that can
possibly be included as Javascript should be generated.

What goal would this enhancement help you achieve?
Smaller generated applications, and faster test times.

Original issue reported on code.google.com by soundasleep on 29 Apr 2010 at 4:04

GoogleCodeExporter commented 9 years ago
mass tagging old issues to future work

Original comment by soundasleep on 26 Sep 2011 at 9:54