Closed ajcassell closed 3 weeks ago
Since exist_q_rel and all_q_rel are grammar preds, they should not have the leading underscore.
And the idea to make this a warning rather than an error makes sense.
Ok, I have updated to not have the leading underscore.
I think the regex should allow for both leading underscore & not. But the suggested form for exist_q_rel and all_q_rel shouldn't have one.
Got it - I take it you merged this / the code is alright because the updated regex using . will handle _. and .*?
Correct.
415 Don't autofill det preds, add suggestion, validation and tests
I made this validation a warn since all predicates are technically (as of right now) not validated for form so I wasn't sure whether blocking a user from making a freeform pred was a good idea.