I just discovered Fan and wanted to give it a try. I'm under a Windows Seven machine, followed the setup instructions given on the site without success.
In fact, to make Fan working correctly, I just had to set my Path env. variable to point to fan/bin. Now, the fwt demos are running fine but one : the richtext. Here's my output:
PS C:\Users\kib\Desktop\CLJ> fan C:\Dev\fan\examples\fwt\richtext.fan
C:\Dev\fan\examples\fwt\richtext.fan(96,33): Expected expression, not '.'
ERROR: cannot compile script
Any idea of what's wrong ? Thanks.
KevinKelleySun 7 Jun 2009
Yes, looks like the example didn't get updated when the exclusive-range operator, ... was changed in the language definition to ..<
Make that change, and the same at lines 104 and 115, and the example runs.
tool69Sun 7 Jun 2009
Hi Kevin
thanks for the fix, it works fine now.
brianSun 7 Jun 2009
Sorry about that bug - I pushed a fix to hg for the next build.
tool69Sun 7 Jun 2009
Thanks brian,
would you mind setting up an IRC chanel for Fan ? See you.
qualidafialSun 7 Jun 2009
We're in the #fandev channel
brianSun 7 Jun 2009
There is an IRC channel at #fandev on irc.freenode.net
tool69 Sun 7 Jun 2009
Hi,
I just discovered Fan and wanted to give it a try. I'm under a Windows Seven machine, followed the setup instructions given on the site without success.
In fact, to make Fan working correctly, I just had to set my Path env. variable to point to fan/bin. Now, the fwt demos are running fine but one : the richtext. Here's my output:
Any idea of what's wrong ? Thanks.
KevinKelley Sun 7 Jun 2009
Yes, looks like the example didn't get updated when the exclusive-range operator,
...
was changed in the language definition to..<
Make that change, and the same at lines 104 and 115, and the example runs.
tool69 Sun 7 Jun 2009
Hi Kevin
thanks for the fix, it works fine now.
brian Sun 7 Jun 2009
Sorry about that bug - I pushed a fix to hg for the next build.
tool69 Sun 7 Jun 2009
Thanks brian,
would you mind setting up an IRC chanel for Fan ? See you.
qualidafial Sun 7 Jun 2009
We're in the #fandev channel
brian Sun 7 Jun 2009
There is an IRC channel at #fandev on irc.freenode.net
tool69 Sun 7 Jun 2009
Cool, thanks again.