You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CM scripts can fail with unexpected errors if there is a syntax error in _cm.json/_cm.yaml files. It'll be good to add a quick syntax check for these files.
The text was updated successfully, but these errors were encountered:
Oh, yes, that's very important! The idea of CK/CM is to enable very quick prototyping of ideas while gradually adding tests and safety including information about types. There are several ways of doing it. Let's discuss it at one of our future conf-calls. I agree that it becomes important now. Thanks a lot!
Hi @gfursin , actually I'm referring to the internal semantics specific to CM like the type of tags being a string, env being a dict, deps being a list, adr being a dict etc. Sure, we can discuss this.
Interesting. I think scripts will report an error in the _cm.json/_cm.yaml file if there is a syntax error? Do you mean that we should we make error more user-friendly? Or you want some extra syntax check? We can discuss it during the conf-call ... Thanks!
Migrated from mlcommons/mlperf-automations_archived#39
Originally created by @arjunsuresh on Thu, 26 Jan 2023 16:41:42 GMT
CM scripts can fail with unexpected errors if there is a syntax error in
_cm.json/_cm.yaml
files. It'll be good to add a quick syntax check for these files.The text was updated successfully, but these errors were encountered: