Dashboard

Gustaf A. Neumann

committed 67ef5da1… to xotcl

12:53
- added handling of parameter options "allowemtpy" and "convert" in createFromParameterSyntax
Gustaf A. Neumann

committed b6d81c65… to xotcl

12:42
- new parameter option "convert" to signal that an application specific parameter checker should convert the value (takes the result of the methods as conversion result) - added parameters for slots "allowemtpy" and "convert" - extended regression test
Gustaf A. Neumann

committed 4dc0f6d2… to xotcl

11:38
- extended regression test
changed parameters.tcl
Gustaf A. Neumann

committed 761c9758… to xotcl

10:08
- added flag -complain to ::nsf::is - removed ::nsf::parametercheck
Gustaf A. Neumann

committed 5fa7f2e8… to xotcl

01 Sep
- fixed reference counting problem with user-defined converters
torbenb
more spreadsheet procs added, untested
Gustaf A. Neumann

committed 5e70792b… to xotcl

01 Sep
- report "invalid parameter" in nsf::is and parametercheck, even when no-complain is used.
Gustaf A. Neumann

committed d9b42d77… to xotcl

01 Sep
- changed argument order on nsf::is to make it conformant with Tcl conventions - removed objectproperty, replaced it by ::nsf::is - move functionalizy of objectproperty to make "obj info is ..." more efficient
Gustaf A. Neumann

committed 0ad59e02… to xotcl

01 Sep
- fix onbsolete objectproperty inside catch
changed object-system.tcl
Gustaf A. Neumann

committed 3c722264… to xotcl

01 Sep
- fix editing
changed doc-tools.tcl
Gustaf A. Neumann

committed 37543642… to xotcl

01 Sep
- replaced argument order on objectproperty to make it conformant with Tcl conventions - updated migration guide
ssoberni

committed e29308a6… to xotcl

01 Sep
- Replaced the former "exception" handling mechanism by a simplified one. This speeds up e.g. the generation of the current nx.tcl documentation by 15-20%. - Adjusted the tests for the modified CommentBlockParser interface. - Implemented a first version of the revised tagline notation. Changed the documentation in nx.tcl and predefined.tcl accordingly. - Discriminate between parsing simple and complex part entities. In the simple case, multi-line part sections are not allowed anymore. - Adopted the recent changes in the object introspection interfaces
Gustaf A. Neumann

committed 1008a85c… to xotcl

31 Aug
- removed "infoObjectMethod" and "infoClassMethod" - replaced ::nsf::cmd::ClassInfo2 by ::nsf::cmd::ClassInfo - replaced ::nsf::cmd::ObjectInfo2 by ::nsf::cmd::ObjectInfo
Gustaf A. Neumann

committed 18122dd2… to xotcl

31 Aug
- introduced ::nsf::isobject - replaced in all scripts "::nsf::objectproperty ... object" by isobject
Gustaf A. Neumann

committed 39952278… to xotcl

31 Aug
- removed "nsf::is ... -type ...." - adoped emulation layer in xotcl2 accordingly - extended regression test
Gustaf A. Neumann

committed f1cd1537… to xotcl

31 Aug
- removed "objectproperty .... type" - renamed isSubType() to IsSubType() - adoped emulation layer in xotcl2 accordingly - added two tests for "info has type" in regression test
Gustaf A. Neumann

committed 75bdefce… to xotcl

31 Aug
- removed "objectproperty .... hasmixin" - removed "nsd::is ... -hasmixin ...." - removed type-converter "type=hasmixin" - adoped emulation layer in xotcl2 accordingly - added two tests for "info has mixin" in regression test
Gustaf A. Neumann

committed d46e7113… to xotcl

31 Aug
- updated interface definitions for info methods, sort these alphabetically
Gustaf A. Neumann

committed 915842c2… to xotcl

31 Aug
- implemented XOTclObjInfoHasMixinMethod() and XOTclObjInfoHasTypeMethod() - renamed "$obj info hasnamespace" to "$obj info has namespace" - added "$obj info has mixin $class" - added "$obj info has type $class" - extended regression test for parametercheck/objectproperty/is
Gustaf A. Neumann

committed 6f127ecf… to xotcl

31 Aug
- documented incompatiblity of object-invocation via method interface (due to ensemble objects) in migration guide
Gustaf A. Neumann

committed 475bb727… to xotcl

31 Aug
- make sure to test next to non-existing shadowed method in connections with filters and unknwon handlers
Gustaf A. Neumann

committed 5784bce8… to xotcl

31 Aug
Merge branch '2.0.0-develop' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/xotcl into 2.0.0-develop