[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.95.2.1,1.95.2.2
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-05-18 23:28:29
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv17811 Modified Files: Tag: brch-0_9pre6-1-ModelMasons_base_generation_scheme CHANGES Log Message: * Updated documentation for ModelMason and PyModelMason * Added fake_mode to ModelMason, PyModelMason and option -n/--dry-run in mdl_generate_python_code * scripts/mdl_generate_python_code (option -B), PyModelMason.checkModelIsValid()): the 'base' scheme cannot generate a python-package from a model where a class and at least one of its (direct or indirect) subclasses leave in the same module. This is now checked and correctly reported when the generation cannot be done. Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v retrieving revision 1.95.2.1 retrieving revision 1.95.2.2 diff -C2 -d -r1.95.2.1 -r1.95.2.2 *** CHANGES 21 Apr 2003 22:53:05 -0000 1.95.2.1 --- CHANGES 18 May 2003 23:28:24 -0000 1.95.2.2 *************** *** 8,17 **** -------------------------------------------------------- ModelMasons ! TODO: check the constraint for option -B: a package cannot be generated from ! a model where a class and at least one of its (direct or indirect) ! subclasses leave in the same module. * Added the 'MDL' sub-directory containing the files that are overwritten when mdl_generate_python_code.py (option: -B) regenerates a package --- 8,29 ---- -------------------------------------------------------- + Branch brch-0_9pre6-1-ModelMasons_base_generation_scheme + -------------------------------------------------------- + ModelMasons ! [2003/05/19] ! * Updated documentation for ModelMason and PyModelMason ! ! * Added fake_mode to ModelMason, PyModelMason and option -n/--dry-run in ! mdl_generate_python_code + * scripts/mdl_generate_python_code (option -B), + PyModelMason.checkModelIsValid()): the 'base' scheme cannot generate a + python-package from a model where a class and at least one of its (direct + or indirect) subclasses leave in the same module. This is now checked and + correctly reported when the generation cannot be done. + + [2003/04/21] * Added the 'MDL' sub-directory containing the files that are overwritten when mdl_generate_python_code.py (option: -B) regenerates a package |