-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Soon, there will be two forms of message 'logging' or generation in protowhat
:
- Through the
history
attribute onState
(used incheck_field()
andcheck_node()
) - Through the
messages
attribute (used by all ofsqlwhat
's result-checking functions.
For now, it's not too big of a problem, but it could become one in the future. Ideally, there's a unified system of building 'expand messages' like in pythonwhat, that point the student to the right bit of code, and a hint at what is wrong or how things can be fixed.