search for: do_load

Displaying 4 results from an estimated 4 matches for "do_load".

Did you mean: db_load
2012 Nov 16
2
[LLVMdev] Trouble starting private llvm buildbot master.
...--- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/usr/lib/python2.7/dist-packages/buildbot/master.py", line 226, in do_load exec f in localDict File "/nfs/home/hongbin.zheng/buildbot/zorg/buildbot/osuosl/master/master.cfg", line 17, in <module> import config File "/nfs/home/hongbin.zheng/buildbot/zorg/buildbot/osuosl/master/config/__init__.py", line 1, in <module&...
1999 Jan 27
0
load() patch
...s.c R-0.63.2/src/main/names.c --- R-0.63.2.orig/src/main/names.c Wed Nov 25 09:51:49 1998 +++ R-0.63.2/src/main/names.c Tue Jan 26 16:15:07 1999 @@ -472,7 +472,7 @@ #endif {"parse", do_parse, 0, 11, 4, PP_FUNCALL}, {"save", do_save, 0, 111, 3, PP_FUNCALL}, -{"load", do_load, 0, 111, 1, PP_FUNCALL}, +{"load", do_load, 0, 111, 2, PP_FUNCALL}, {"hdf5save", do_hdf5save, 0, 0, -1, PP_FUNCALL}, {"hdf5load", do_hdf5load, 0, 11, 2, PP_FUNCALL}, {"deparse", do_deparse, 0, 11, 2, PP_FUNCALL}, diff -r --unified R-0.63.2.orig/src/main/s...
2012 Nov 16
0
[LLVMdev] Trouble starting private llvm buildbot master.
...here> --- > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", > line 545, in _runCallbacks > current.result = callback(current.result, *args, **kw) > File "/usr/lib/python2.7/dist-packages/buildbot/master.py", line 226, > in do_load > exec f in localDict > File > "/nfs/home/hongbin.zheng/buildbot/zorg/buildbot/osuosl/master/master.cfg", > line 17, in <module> > import config > File > "/nfs/home/hongbin.zheng/buildbot/zorg/buildbot/osuosl/master/config/__init...
2000 Jan 29
1
HDF5 as a module
...etrieving revision 1.119 diff -c -r1.119 names.c *** src/main/names.c 2000/01/27 05:41:22 1.119 --- src/main/names.c 2000/01/29 00:23:18 *************** *** 515,522 **** {"parse", do_parse, 0, 11, 4, PP_FUNCALL}, {"save", do_save, 0, 111, 4, PP_FUNCALL}, {"load", do_load, 0, 111, 2, PP_FUNCALL}, - {"hdf5save", do_hdf5save, 0, 0, -1, PP_FUNCALL}, - {"hdf5load", do_hdf5load, 0, 11, 2, PP_FUNCALL}, {"deparse", do_deparse, 0, 11, 2, PP_FUNCALL}, {"dput", do_dput, 0, 111, 2, PP_FUNCALL}, {"dump", do_dump, 0, 111,...