opencog-dev team mailing list archive
-
opencog-dev team
-
Mailing list archive
-
Message #00483
Remove support for TLB without map
At the beginning of TLB.h:
// Use the TLB map only if SQL storage is being used.
#ifdef HAVE_SQL_STORAGE
#define USE_TLB_MAP 1
#endif
I'd like to make USE_TLB_MAP a requirement for OpenCog as I think it's
important to be able to use the TLB to get back a NULL pointer if a
Handle doesn't exist in memory. Is everyone okay with this?
(I've discover this is the source of some tests failing on buildbot
and for random people ... since not everyone has SQL/odbc enabled).
For the moment I'll just make USE_TLB_MAP always 1, but if there are
no complaints I'll remove all the #ifdef conditionals.
J
Follow ups