Jar of Jam
Member
Code:
Expression evaluation error: Can't take square root of a negative value (zlib.ash, line 162)
Is this zlib acting out or is it autoBasement's fault ?
Expression evaluation error: Can't take square root of a negative value (zlib.ash, line 162)
Code:Expression evaluation error: Can't take square root of a negative value (zlib.ash, line 162)
Is this zlib acting out or is it autoBasement's fault ?
*pipe organ playing fully diminished chord*
- bounty.txt -- this data is all available from $item.bounty, $item.bountycount, and $location.bounty
While I like and use the check_version() function in zlib, is there any possibility that this could be extended to use a non-kolmafia.us site/locus?
Recent events here and elsewhere have made me ever-more nervous about depending on the whim and caprice of unknown third parties for the retention of my data, and it would be very useful to have this functionality extended to other forums/websites.
boolean check_version(string project) {
string prop = "_" + replace_string(project, " ", "") + "Updated";
boolean updated = false;
if(svn_exists(project) && get_property("_svnUpdated") == "false" && get_property(prop) != "true") {
if(!svn_at_head(project)) {
vprint("This script has become outdated. Automatically updating from SVN...", "olive", 3);
cli_execute("svn update " + project);
vprint("On the script's next invocation it will be up to date.", "green", 3);
updated = true;
}
set_property(prop, "true");
}
return updated;
}
Expression syntax errors for 'modifier_eval()':
Can't understand wpnpower (zlib.ash, line 162)