[Modeling-cvs] ProjectModeling/Modeling TODO,1.12,1.13
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-06-28 15:59:07
|
Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1:/tmp/cvs-serv12378
Modified Files:
TODO
Log Message:
misc. updates
Index: TODO
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/TODO,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** TODO 13 Jun 2003 11:00:58 -0000 1.12
--- TODO 28 Jun 2003 15:45:26 -0000 1.13
***************
*** 298,320 ****
* ModelSet.addModelFromXML fails when called with a FileUpload object.
! * Generation of python code: package Modeling.ModelMasons
!
! The generation works, but after a quick look on the classes ModelMason and
! PyModelMason you'll probably get the feeling that the code is quite
! messy. Agreed. This package should be refactored, there's too much old
! stuff still living in there, which makes it difficult to derive a new
! mason at first sight.
!
! The ModelMason should also be able to detect when directories/files it is
! about to create already exist. In the case they exist, the end-user is the
! only one which can ultimately make a decision: either abort or
! overwrite. This is not done (except when using
! scripts/generate_python_code.py, but even this one has a binary approach:
! either abort or overwrite depending on the pre-existence of the target
! directory, *not* depending on the files to be written)
!
! More on this: ZModelizationTool and scripts/generate_python_code.py share
some code, copy-pasted from one to another. This code should be put in a
! seperate module.
* KeyValueCoding:
--- 298,304 ----
* ModelSet.addModelFromXML fails when called with a FileUpload object.
! * ZModelizationTool and scripts/generate_python_code.py share
some code, copy-pasted from one to another. This code should be put in a
! separate module.
* KeyValueCoding:
|