Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Saturday, April 20, 2024

Diff for libco/TODO between version 1.4 and 1.5

version 1.4, 2003/02/23 17:39:55 version 1.5, 2003/03/09 10:32:12
Line 1 
Line 1 
 MESSAGE TABLE CREATION [target: 0.2.1, done: 80%]  MESSAGE TABLE CREATION [target: 0.2.1, done: 80%]
   
 TABLE-DRIVEN DEFAULT MSG HANDLER [target: 0.2.2, done: 80%]  TABLE-DRIVEN DEFAULT MSG HANDLER [target: 0.2.2, done: 100%]
 At least for now it should use simple cycle comparing received message id with  At least for now it should use simple cycle comparing received message id with
 method table items one by one. When found, method shalt be executed, if not,  method table items one by one. When found, method shalt be executed, if not,
 default action taken (i.e. "default" method invoked, which then could take  default action taken (i.e. "default" method invoked, which then could take
 care of implicit delegation et cetera).  care of implicit delegation et cetera).
   
 MORE INTELLIGENT CO_ATTR [target: 0.2.2, done: 100%]  MORE INTELLIGENT CO_ATTR [target: 0.2.2, done: 100%]
   
 MORE INTELLIGENT CO_METH_INI [target: 0.2.x, done: 0%]  MORE INTELLIGENT CO_METH_INI [target: 0.2.x, done: 0%]
 These should not need explicit object name, just get it from last CO_OBJECT or  These should not need explicit object name, just get it from last CO_OBJECT or
 CO_METH respectively. The CO_METH problem is much harder to solve and also a  CO_METH respectively. The CO_METH problem is much harder to solve and also a
Line 18  A method should be available for each ob
Line 17  A method should be available for each ob
 with informations from method table of object. By means of copp it should be  with informations from method table of object. By means of copp it should be
 incorporated in message table of every prototype object.  incorporated in message table of every prototype object.
   
 CLONE [target: 0.2.4, done: 10%]  CLONE [target: 0.2.4, done: 15%]
 This should replace current constructor approach. There will be constructor,  This should replace current constructor approach. There will be constructor,
 but only as a prototype creation mechanizm, and it will be autogenerated by  but only as a prototype creation mechanizm, and it will be autogenerated by
 copp. It will set up message-handler table for the object and so on. But more  copp. It will set up message-handler table for the object and so on. But more

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top