Re: JESS: Bug?

2005-12-08 Thread ejfried
I think Yura wrote: [Charset koi8-r unsupported, filtering to ASCII...] > Hi jess-users > > JessDE doesn't parse this rule (saying: 'TRUE' is a symbol, not an integer): > > (defrule rule (declare (salience (+ 1 1))) => ) > > whereas Jesp makes no complaints. Yep. I can reproduce this and now th

Re: JESS: Bug?

2005-12-02 Thread ejfried
I think Yura wrote: > (defrule rule (declare ) =>) > > When I type "(" inside "(declare)" I receive auto-loop, > no-focus,node-index-hash and salience. After manually inserting > "slot-specific" I receive error. I'm using Jess70b4, my Eclipse is 3.1.1. Ah. OK. That's because slot-specific applies

Re: JESS: Bug

2005-12-02 Thread ejfried
An example, please? I just tried it myself and (as I expected) not only does it not flag them as an error, it auto-completes them. I think Yura wrote: > JessDE doesn't accept "slot-specific" declarations. > - Ernest Friedman-Hill Advanc