-
This is actually an extraneous test. The built-in is registered with the args TYPE_OBJ, TYPE_LIST, TYPE_LIST. There should be no way in which this function could be called with v.type != TYPE_LIST.
Either it should be fixed to == for pedantic reasons or entirely removed.
2009-08-02 16:17:03 UTC by kruton
-
I think he's right...
2009-07-08 14:32:13 UTC by nobody
-
bjj changed the public information on the LambdaMOO Server project.
2009-06-29 20:25:50 UTC by bjj
-
I think there's an errant equals sign in verbs.c, in two places:
@@ -77,7 +77,7 @@
{
const char *s;
- if (!(v.type = TYPE_LIST
+ if (!(v.type == TYPE_LIST
&& v.v.list[0].v.num == 3
&& v.v.list[1].type == TYPE_OBJ
&& v.v.list[2].type == TYPE_STR
@@ -155,7 +155,7 @@
validate_verb_args(Var v, db_arg_spec * dobj, db_prep_spec * prep,
db_arg_spec * iobj)
2009-06-29 03:03:25 UTC by wainstead
-
I added an updated patch that addresses Goblin's comment.
2009-06-11 02:17:08 UTC by kruton
-
Fixed a bug in bf_min() where a 'case TYPE_STR:' clause was mysteriously missing.
Rewrote char_list() to use regular substr() function from list.c
Also realligned code.
Bumped to version 1.6.1.
2009-04-16 09:40:24 UTC by tvdijen
-
Added count() as it's $list_utils counterpart
Bumped version to 1.6.
2009-04-15 20:59:41 UTC by tvdijen
-
Added range() as it's $list_utils counterpart
Bumped version to 1.5.
2009-04-15 19:35:51 UTC by tvdijen
-
wuvAHM tqkklwualjzm, [url=http://srvmqijxfgxc.com/]srvmqijxfgxc[/url], [link=http://utmvjolpokhv.com/]utmvjolpokhv[/link], http://qakpewvwprac.com/.
2008-11-28 02:58:21 UTC by nobody
-
Fixed a bug in set_intersection().
File Added: extension-goblin.tgz.
2008-10-08 20:22:18 UTC by tvdijen