nsf

Clone Tools
  • last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix serializing of info internals for XOTcl

- nsf mongodb: reduce verbosity - white-space changes

Address two more gcc6 pedantic warnings

update to-dos

Re-factored new hash-table infrastructure (based on function-pointer keys) to support method-definitions (and future uses as well).

    • -0
    • +282
    /generic/nsfFunPtrHashTable.c
- added Tcl_HashKeyType cmdPtrHashKeyType for command pointers

- move initializations after nonnull asserts

- move initializations after nonnull asserts

- ease life of static checkers

- removed one more possible NULL comparison with a non-null value

Updating doc fragments on debug/deprecated methods

Add a todo item

Adding some missing test on recently added introspection methods

- fix comment

Merging with upstream

Adding doc fragments for new info submethods, as well as deprecated and debug flags

- improve robustness of serializer, otherwise "::nx::Object::slot::__info" triggers an exception

- adding refcount handling before+after the call of NsfCallObjectUnknownHandler()

- Let nsf create classes with ::nsf::object::unknown handler in the fly, when c-function are called with objects of type class. This is necessary for triggering creation attempts in ttrace via ::nsf::object::alloc SOMECLASS SOMEOBJ

- bump version number of XOTcl to 2.1

- turned all for-loops controlled over a nonnull value into while loops - updated TODO, copyright notices, version number

- add editor hint

- move assignment aster nonnull assertions

- turned all for-loops controlled over a nonnull value into while loops.

- upadte version numbers in README

- fix description

Merge branch 'nx-slot-trace-handler'

Merge branch 'master' of ssh://alice.wu-wien.ac.at/usr/local/src/git-repo/nsf

Slot trace reform: - redesign of slot interface of traces from * variables contains cmds and variable references to * slot specific methods with the same interface as slot-setters - new: * specify flag "-trace" with a list of values "get", "set", "default" * when flag is set, a trace will be registered calling methods value=get obj variable value=set obj variable value value=default obj variable on the slot (actually the first two are identical with the methods used for slot-defined accessors) - updated regression test * new flag "-notrace" for "nsf::var::set" and "nsf::var::get"

    • -118
    • +28
    /library/xotcl/tests/slottest.xotcl
xotclsh, xowish: Make sure minor versions >2.1 are accepted