Re: trying to read table write file

2012-10-11 Thread Sean Corfield
On Wed, Oct 10, 2012 at 9:43 PM, Brian Craft craft.br...@gmail.com wrote: and I get Insufficient bytes to decode frame from gloss. I didn't expect an error reading the table. What am I doing wrong? Source for read-table? -- Sean A Corfield -- (904) 302-SEAN An Architect's View --

Re: trying to read table write file

2012-10-11 Thread Brian Craft
On Thursday, October 11, 2012 9:11:44 AM UTC-7, Sean Corfield wrote: On Wed, Oct 10, 2012 at 9:43 PM, Brian Craft craft...@gmail.com wrote: and I get Insufficient bytes to decode frame from gloss. I didn't expect an error reading the table. What am I doing wrong? Source for read-table?

Re: trying to read table write file

2012-10-11 Thread Brian Craft
Never mind, I found it. ;) Been up too long, apparently. On Thursday, October 11, 2012 10:24:55 AM UTC-7, Brian Craft wrote: On Thursday, October 11, 2012 9:11:44 AM UTC-7, Sean Corfield wrote: On Wed, Oct 10, 2012 at 9:43 PM, Brian Craft craft...@gmail.com wrote: and I get Insufficient

Re: trying to read table write file

2012-10-11 Thread Sean Corfield
On Thu, Oct 11, 2012 at 10:38 AM, Brian Craft craft.br...@gmail.com wrote: Never mind, I found it. ;) Been up too long, apparently. Please share - I'm curious now! -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ World Singles, LLC. -- http://worldsingles.com/

Re: trying to read table write file

2012-10-11 Thread Brian Craft
Geez, you want me to share my brain failures? ;-p In my defense, I was up half the night taking care of sick progeny. The slice-probes call was working fine, and wasn't affected by the .write call. The call to score-str was wrong. The failure it generated looked like an earlier failure I'd

Re: trying to read table write file

2012-10-11 Thread Sean Corfield
On Thu, Oct 11, 2012 at 5:57 PM, Brian Craft craft.br...@gmail.com wrote: Geez, you want me to share my brain failures? ;-p In my defense, I was up half the night taking care of sick progeny. I just wondered if whether it was the sort of problem that others might run into and sharing it might

trying to read table write file

2012-10-10 Thread Brian Craft
I'm reading a table dumping to stdout, like this: (sql/with-connection db (dorun (map #(println %) (read-table read-table is doing some gloss calls to parse some floats. Then I try to write it to a file (adapting an example), like this: (sql/with-connection db (with-open [myfile