Re: [Felix-language] [felix] Weird compiler error

2014-08-27 Thread john skaller
On 27/08/2014, at 5:11 AM, Ryan Gonzalez wrote: > On Tue, Aug 26, 2014 at 3:22 AM, john skaller > wrote: > > On 26/08/2014, at 10:20 AM, Ryan Gonzalez wrote: > > > Client Error binding expression string > > CLIENT ERROR > > Use type as if variable: string > > In /media/ryan/stuff/felix/build/

Re: [Felix-language] [felix] Weird compiler error

2014-08-26 Thread john skaller
On 27/08/2014, at 5:11 AM, Ryan Gonzalez wrote: > AHA! I had written: > > println string; > > instead of: > > println str; // str is the variable name Yeah, sorry the diagnostic doesn't refer to the source of the error. I will have a look to see if I can fix that. Its very hard to do regressi