On Thu, Jan 22, 2009 at 4:04 PM, felix <[email protected]> wrote: > 'execute' seems like the wrong verb. > maybe 'create' or 'instantiate'?
Good point. I chose "instantiate". > 'cajolerVersion', I think that implies the wrong thing, > since there are several ways a particular cajoler could > generate cajoled code for different runtime environments. > maybe 'runtimeVersion'? Hm. So this is a good point too. The problem is that, as of the moment, we don't have version checking of any sort in our runtime. I changed to 'cajolerName' and 'cajolerVersion'. At least that gives us *some* slots for tracking where a chunk of cajoled stuff came from. We can reengineer later when we have a better idea of how we'd do version matching between cajoler and runtime. [ Changes not up yet. Stay tuned. ] Ihab -- Ihab A.B. Awad, Palo Alto, CA
