-
> why bother going to the trouble of fixing the test-op, instead of just not running it?
Well, bloodymindedness and to gauge how bit-rotted the rest was likely to be. Except for the lack of RRT, it runs fine.
There's no need to post RRT on my behalf though; it turns out I need a non-deterministic planner. Thanks, for your responses.
2008-09-02 00:40:44 UTC in SHOP
-
Yeah, I found there were lots more rrt dependencies within pddl-unit-test, so I had to do larger surgery, tell sbcl to go ahead and overwrite a constant, and am continuing. But I don't know if even that works yet, of course.
2008-08-30 17:13:39 UTC in SHOP
-
Hi,
This is a simple fix for the lisp version; when you try to run the tests
(asdf:oos 'asdf:test-op :shop2)
you get an error about missing the :RRT dependency. RRT is another planner which can no longer be distributed, so shop2 doesn't.
So in shop2.asd, just similarly comment out the parts below (with ;;;)
(defsystem :shop-pddl-tests
:class shop-tester
;;; no longer...
2008-08-30 14:52:56 UTC in SHOP
-
I'm just guessing, I really don't know. Try calling commit() in your Python code, or set autocommit (however it's spelled) - though I thought it was on by default.
Post more details if that doesn't work.
2006-01-05 18:59:27 UTC in MySQL for Python
-
Doing the same thing from C, mysql_info() doesn't return warning text, either (mysql_warning_count() works, of course).
2006-01-05 18:56:43 UTC in MySQL for Python
-
This is on Gentoo:
/newbig/MySQL-python-1.2.1c3> uname -a
Linux blackie 2.6.14-gentoo-r2 #1 PREEMPT Sun Nov 20 15:46:06 MST 2005 i686 AMD Athlon(tm) XP 1800+ AuthenticAMD GNU/Linux
/newbig/MySQL-python-1.2.1c3> python -V
Python 2.4.2
/newbig/MySQL-python-1.2.1c3> mysql --version
mysql Ver 14.12 Distrib 5.0.18, for pc-linux-gnu (i686) using readline 5.0...
2006-01-05 07:05:43 UTC in MySQL for Python
-
Hi,
I'm using MySQL 5.0.15
Your MySQL connection id is 2267 to server version: 5.0.15-standard-log
and I have a table:
mysql> create table foo ( c char(5) );
Query OK, 0 rows affected (0.02 sec)
mysql> insert into foo (c) values ("123456");
Query OK, 1 row affected, 1 warning (0.00 sec)
mysql> show warnings;...
2006-01-04 20:15:06 UTC in MySQL for Python
-
It's a quick and easy addition, but, 'cls' should be a
pseudo-keyword too since it is the convention for the
class argument for class methods, like 'self' is the
convention for the instance argument with instance
methods. Eg,
class Foo(object):
def summat(cls, x):
.....
summat = classmethod(summat)
....
2005-10-04 17:20:57 UTC in python-mode.el for Emacs and XEmacs
-
Hi,
That I can see, on Linux (at least) MeshBuilder doesn't get built into any lib, neither G3D nor GLG3D.
MeshAlg does but not MeshBuilder. What is the mechanism that's causing it to be excluded? It's needed for contrib/IFSBuilder.
Thanks,
Szplug.
2005-04-02 08:57:45 UTC in G3D Innovation Engine
-
Hi, I'm on linux, with
/free/csound> automake --version
automake (GNU automake) 1.5
/free/csound> autoconf --version
autoconf (GNU Autoconf) 2.58
when I follow the build instructions from:
http://www.bright.net/~dlphilp/linux_csound.html
which are:
"
From your home directory run :
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/csound login
Press...
2004-05-22 09:18:54 UTC in Csound