Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

12:00:40 scor: bengee: any reason to keep the errors silent and only available if you look into $store->getErrors() ?
12:01:25 bengee: thx for sending the reply, scor :)
12:01:55 scor: bengee: I like the technical insight of your reply better!
12:03:41 bengee: no very important reason for not auto-terminating on error, mainly for personal convenience. Errors in ARC aren't typed, sometimes I wanted to keep the script running, even if some component ran into issues
12:04:26 bengee: e.g. the RDF loader may get a parsing error when the wrong mime-type is used. it will then re-try transparently with iso-8859-1
12:05:14 bengee: the endpoint component will output the error, for example, because executing a broken query doesn't make sense here
12:05:32 scor: well, at least the endpoint displays them, so it's not so bad...
12:05:55 bengee: imagine you're writing a validator, then you wouldn't want ARC to directly throw errors
12:06:21 scor: bengee: sure, but maybe there could be a switch to turn them off on some occasions
12:06:42 bengee: yeah, that's a nice idea
12:07:16 bengee: like quit_on_error => 0|1
12:07:18 scor: bengee: the white screen of death is always tourmenting, esp for newbies
12:07:37 bengee: you're right
12:07:54 scor: or even better, if you can catch the exceptions on continue the script
12:08:17 scor: s/on/and
12:08:45 bengee: yes, gotta switch to php5 some day
12:08:59 scor: bengee: anyways, just my .02c. ARC is great regardless! :)
12:09:14 bengee: thx :)
12:09:29 scor: bengee: yeah, many project are going for PHP5 - http://www.gophp5.org/
12:09:32 bengee: and I like the idea of turning error display on/off
12:10:17 scor: bengee: wish I had enough experience with ARC to submit patches, but hopefully the code will be on a VCS online sometime!
12:10:44 bengee: did you see the bzr repos?
12:11:09 bengee: I can pull in patches from remote branches now
12:11:25 ^Jenny^: I aggree @errors :)
12:12:04 scor: bengee: oh, yes, forgot about your annoucement of code.semsol.org, will have to check it out sometime
12:12:09 AAA_awright: I highly prefer Git if that is possible... though I think you can do git<->bzr
12:13:41 bengee: bzr was easier to set up here, and I like the ability to deploy things simply by ftp to a non-bzr site
12:14:25 bengee: code.semsol.org doesn't have bzr installed, but you can still do checkouts and stuff
12:15:12 AAA_awright: I just git-push to a "bare" repository and rsync it to a remote directory the same way
12:20:15 scor: AAA_awright: I'm sure there'll be a well maintained clone on github someday.
12:20:38 scor: AAA_awright: there is already http://github.com/bendiken/semsol-arc/tree/master but not sure it's kept up to date. I'll ask arto