blawx icon indicating copy to clipboard operation
blawx copied to clipboard

Add object name validation to fact input in scenario editor

Open foxcoleman opened this issue 2 years ago • 3 comments

I made test with the following titles:

(a) "meets_definition_s12_1" (b) "meets_definition_s16_1" (c) "meets_definition_s17" (d) "meets_definition_s19" (e) "meets_definition_s26" (f) "meets_definition_s28" (g) "meets_definition_s34"

Test (a) and (b) didn't work, but all the other ones did. I changed their titles to (a) "meets_definition_s12_p1" and (b) "meets_definition_s16_p1". Now they work.

foxcoleman avatar Jul 20 '23 20:07 foxcoleman

I'm not able to duplicate this problem. I created a test called test_2 inside the rock paper scissors act, identical to the who_wins test, and it works fine. Can you give me some more details, or the code that is generating the problem?

Gauntlet173 avatar Jul 20 '23 20:07 Gauntlet173

MinorWorksOrderBroken.txt Here is the code. You will first need to change the attribute under 12(1) called "erosion-protection_work" to "erosion_protection_work" to get the Scenario Editor working again (see Issue 551). Once that's done, click on the test called "requirement_to_deposit_information", and there should be some pre-filled facts in there. Delete the two "it is uncertain whether project" facts, add 12(1) and 16(1), and then run - the answer will not provide explanations through these two facts. If you change the titles of these facts as described above, it works.

foxcoleman avatar Jul 21 '23 15:07 foxcoleman

Oh, the FACTS are named that way... the title said the "test" was named that way.

Yeah, the "underscore followed by numerals" is a pattern that is used by s(CASP) to create internal variables that the user isn't supposed to see, so it won't work. That's a poor choice on the part of the s(CASP) developers, but it's a known problem. The validation feature that was added to the code editor prevents you from creating object names in that pattern for exactly that reason.

So the problem here is that we need to add that sort of validation to the scenario editor. I'll edit the title and add that to the improvements list.

Gauntlet173 avatar Jul 21 '23 15:07 Gauntlet173