Menu

Prototype Commit Log


Commit Date  
[r26] by alessio-gaspar

Redid layout for test so descriptions are before the last.
Added delete button for all variables in the header view
Hooked the buttons to new org.sherpa functions which remove variables from the header & tests models after verifyign the variable is not used in the program's body. Added a tmp variable "even" to myprogram.js so we test removing "even" when "nbeven" is there. need to not try to match sub-words when looking for varname

2011-11-27 18:21:34 Tree
[r25] by alessio-gaspar

addNewTest in sherpa.js is now adding either a dup of the last test, if any, or a new test with zeroes everywhere

2011-11-27 15:28:39 Tree
[r24] by alessio-gaspar

Both divs used to display results of running program are now in the "Run Tests" tab. A button allows to start the execution / refresh the data presented there. The program is no longer ran every time page_reloaded is executed. This allows for entering stupid values, e.g. variable initializations, without freezing the browser due to an infinite loop.

2011-11-27 15:04:36 Tree
[r23] by alessio-gaspar

Adding a dummy test from the view is now possible

2011-11-27 14:47:19 Tree
[r22] by alessio-gaspar

Able to remove tests from tests' view

2011-11-27 14:24:47 Tree
[r21] by alessio-gaspar

output & tmp variables have now their init values from the header model used for evaluation in evalProgram, more specifically varsExtract. The header's view makes these editable. Presentation of the header's view has been modified a bit.

2011-11-27 13:33:08 Tree
[r20] by alessio-gaspar

oops forgot to make the tests descriptions editable too

2011-11-27 08:12:24 Tree
[r19] by alessio-gaspar

Tests are editable now. Bit or refactoring in prepareEditables, still much work needed there. In addition prepareEditables & genSimpleHandler need to be factored since they are being used in both TestsView.js & HeaderView.js

2011-11-27 05:38:52 Tree
[r18] by alessio-gaspar

programs headers now have a doc property for the author to explain what the program is about. it's editable which led to some refactoring of prepareEditables. Still some improvements needed there but for now it's working
new logError function in org.sherpa to make sure the errors we want to deliverto the programmer will be redirected later to a specific div

2011-11-26 21:46:41 Tree
[r17] by alessio-gaspar

Improving JS quality; removing the indexEA index in renderHeader & renderVarList by using editableArray[editableArray.length] to keep adding new elements to the end of this array

2011-11-26 20:39:34 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.