Re: new simplex-method constraint solver

Tupshin Harper <[email protected]> Sat, 03 Apr 2004 20:08:05 -0800
Newsgroups gmane.comp.java.xwt.core
Message-ID <[email protected]>
Adam Megacz wrote:

>Tupshin Harper <[email protected]> writes:
>  
>
>>Please show code as soon as possible so we know how scared to be.
>>    
>>
>
>It was posted to core@ before you wrote this email ;)
>
>  
>
Ok...got it, and tried it.

The main issue, is that we have no way of knowing how well this renders 
the current widget stuff, since it completely breaks widget.t (error 
below). Adam, please look into this ASAP, because until this is 
resolved, we have no way of figuring out how sane this approach might be.

-Tupshin


Running running main.t in the widgets repository:

                      invoking initial template
                          at redirect.t:14
                          at button.t:42
                      JSExn: redirect.t:14 tried to put a value to the 
null property on a java.lang.Integer
                          at org.ibex.js.Interpreter.je(Interpreter.java:56)
                          at 
org.ibex.js.Interpreter.run(Interpreter.java:215)
                          at 
org.ibex.js.Interpreter.resume(Interpreter.java:39)
                          at org.ibex.js.JSFunction.call(JSFunction.java:69)
                          at org.ibex.Template.apply(Template.java:99)
                          at org.ibex.Template.apply(Template.java:80)
                          at org.ibex.Template.apply(Template.java:95)
                          at org.ibex.Template.apply(Template.java:95)
                          at org.ibex.Template.apply(Template.java:95)
                          at org.ibex.Template.apply(Template.java:80)
                          at org.ibex.Template.apply(Template.java:64)
                          at org.ibex.Ibex$Blessing.call(Ibex.java:377)
                          at org.ibex.Main$1.perform(Main.java:98)
                          at 
org.ibex.Scheduler.defaultRun(Scheduler.java:77)
                          at org.ibex.Scheduler.run(Scheduler.java:54)
                          at org.ibex.Scheduler.init(Scheduler.java:17)
                          at org.ibex.Main.main(Main.java:101)