No Check Model functionality in 5.x #1800
Labels
Defect
Bug or undesirable behaviour
For Feature Parity
Issues to give 5x the same functionality as 4x
Milestone
In 4.x, the Advanced Plugin Model Editor incorporates functionality to check the validity of the code in the selected plugin (Run > Check Model):
The output is extremely valuable for debugging plugin models:
In this instance, for example, highlighting that the User had used define random(): instead of def random():
In 4.x this output is not duplicated in either the Console or sasview.txt.
Unfortunately there is no equivalent Check Model functionality in 5.x (the following screenshots are from 5.04 RC3):
The issue here is that if 5.x cannot compile a plugin then it simply passes over it. Nothing to say it could not compile a plugin is output to the Log Explorer or sasview.txt. This actually makes 5.x pretty much useless for developing or tweaking a plugin by editing the code.
Can the Check Model functionality be reinstated in 5.x?
The text was updated successfully, but these errors were encountered: