Forum OpenACS Q&A: parameter::get?

Collapse
Posted by Bart Teeuwisse on
Could it be that the new parameter api in the development branch is
incomplete? The files acs-tcl/tcl/defs-procs.tcl and
file-storage/tcl/file-storage-procs.tcl: contain calls to
parameter::get but I couldn't find the definition of this proc.

/Bart

Collapse
Posted by Arjun Sanyal on
it's defined in packages/acs-tcl/tcl/parameter-procs.tcl
Collapse
Posted by Bart Teeuwisse on
Then the work submitted to CVS is incomplete, parameter-procs.tcl (and .xql files?) are not part of the development branch.

Arjun or Yon (who submitted the new parameter API) could you commit the missing pieces to CVS?

Thanks,

/Bart

Collapse
Posted by Arjun Sanyal on
It's in there. I just checked the /cvsroot. Could you have a 4.5 beta branch?

here's the cvs status of the files:

--
[ny0x:/web/arjun/packages/acs-tcl/tcl] cvs status parameter-procs*
===================================================================
File: parameter-procs-oracle.xql	Status: Up-to-date

   Working revision:	1.1
   Repository revision:	1.1	/cvsroot/openacs-4/packages/acs-tcl/tcl/parameter-procs-oracle.xql,v
   Sticky Tag:		(none)
   Sticky Date:		(none)
   Sticky Options:	(none)

===================================================================
File: parameter-procs-postgresql.xql	Status: Up-to-date

   Working revision:	1.1
   Repository revision:	1.1	/cvsroot/openacs-4/packages/acs-tcl/tcl/parameter-procs-postgresql.xql,v
   Sticky Tag:		(none)
   Sticky Date:		(none)
   Sticky Options:	(none)

===================================================================
File: parameter-procs.tcl	Status: Up-to-date

   Working revision:	1.2
   Repository revision:	1.2	/cvsroot/openacs-4/packages/acs-tcl/tcl/parameter-procs.tcl,v
   Sticky Tag:		(none)
   Sticky Date:		(none)
   Sticky Options:	(none)
Collapse
Posted by Bart Teeuwisse on
Arjun,

I had checked out the development branch several weeks ago. After a recent update of acs-tcl I ended up without formentioned files. Could it be that the directory containing the files needs a commit? Or did I do something wrong?

Anyhow, I've got the missing files by way of explicit checkout commands. Thanks for your help.

/Bart